src/hotspot/share/jvmci/jvmci_globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/jvmci/jvmci_globals.hpp	Sat May  4 16:22:44 2019
--- new/src/hotspot/share/jvmci/jvmci_globals.hpp	Sat May  4 16:22:43 2019

*** 51,61 **** --- 51,64 ---- \ experimental(bool, JVMCIPrintProperties, false, \ "Prints properties used by the JVMCI compiler and exits") \ \ experimental(bool, BootstrapJVMCI, false, \ ! "Bootstrap JVMCI before running Java main method") \ ! "Bootstrap JVMCI before running Java main method. This " \ + "initializes the compile queue with a small set of methods " \ + "and processes the queue until it is empty. Combining this with " \ + "-XX:-TieredCompilation makes JVMCI compile more of itself.") \ \ experimental(bool, EagerJVMCI, false, \ "Force eager JVMCI initialization") \ \ experimental(bool, PrintBootstrap, true, \

src/hotspot/share/jvmci/jvmci_globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File