< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
@  rev 10594 : 8152440: Zero build fails after JDK-8146801
|  Summary: Materialize c1/c2 global in c1_globals.hpp
|  Reviewed-by: duke

*** 4120,4136 **** "(3) no orphan methods exist for class C (i.e., methods for " \ "which the VM declares an intrinsic but that are not declared "\ "in the loaded class C. " \ "Check (3) is available only in debug builds.") \ \ - develop_pd(intx, InitArrayShortSize, \ - "Threshold small size (in bytes) for clearing arrays. " \ - "Anything this size or smaller may get converted to discrete " \ - "scalar stores.") \ - range(0, max_intx) \ - constraint(InitArrayShortSizeConstraintFunc, AfterErgo) \ - \ diagnostic(bool, CompilerDirectivesIgnoreCompileCommands, false, \ "Disable backwards compatibility for compile commands.") \ \ diagnostic(bool, CompilerDirectivesPrint, false, \ "Print compiler directives on installation.") \ --- 4120,4129 ----
< prev index next >