src/hotspot/share/jvmci/jvmci_globals.hpp
changeset 54732 2d012a75d35c
parent 54669 ad45b3802d4e
child 54982 b18c8301b8c2
equal deleted inserted replaced
54731:81de17a33575 54732:2d012a75d35c
    51                                                                             \
    51                                                                             \
    52   experimental(bool, JVMCIPrintProperties, false,                           \
    52   experimental(bool, JVMCIPrintProperties, false,                           \
    53           "Prints properties used by the JVMCI compiler and exits")         \
    53           "Prints properties used by the JVMCI compiler and exits")         \
    54                                                                             \
    54                                                                             \
    55   experimental(bool, BootstrapJVMCI, false,                                 \
    55   experimental(bool, BootstrapJVMCI, false,                                 \
    56           "Bootstrap JVMCI before running Java main method")                \
    56           "Bootstrap JVMCI before running Java main method. This "          \
       
    57           "initializes the compile queue with a small set of methods "      \
       
    58           "and processes the queue until it is empty. Combining this with " \
       
    59           "-XX:-TieredCompilation makes JVMCI compile more of itself.")     \
    57                                                                             \
    60                                                                             \
    58   experimental(bool, EagerJVMCI, false,                                     \
    61   experimental(bool, EagerJVMCI, false,                                     \
    59           "Force eager JVMCI initialization")                               \
    62           "Force eager JVMCI initialization")                               \
    60                                                                             \
    63                                                                             \
    61   experimental(bool, PrintBootstrap, true,                                  \
    64   experimental(bool, PrintBootstrap, true,                                  \