src/share/vm/runtime/globals.hpp

Print this page




2494           "Check interpreter profile for historically monomorphic calls")   \
2495                                                                             \
2496   notproduct(bool, TimeCompiler, false,                                     \
2497           "time the compiler")                                              \
2498                                                                             \
2499   diagnostic(bool, PrintInlining, false,                                    \
2500           "prints inlining optimizations")                                  \
2501                                                                             \
2502   product(bool, UsePopCountInstruction, false,                              \
2503           "Use population count instruction")                               \
2504                                                                             \
2505   develop(bool, EagerInitialization, false,                                 \
2506           "Eagerly initialize classes if possible")                         \
2507                                                                             \
2508   develop(bool, TraceMethodReplacement, false,                              \
2509           "Print when methods are replaced do to recompilation")            \
2510                                                                             \
2511   develop(bool, PrintMethodFlushing, false,                                 \
2512           "print the nmethods being flushed")                               \
2513                                                                             \



2514   develop(bool, UseRelocIndex, false,                                       \
2515          "use an index to speed random access to relocations")              \
2516                                                                             \
2517   develop(bool, StressCodeBuffers, false,                                   \
2518          "Exercise code buffer expansion and other rare state changes")     \
2519                                                                             \
2520   diagnostic(bool, DebugNonSafepoints, trueInDebug,                         \
2521          "Generate extra debugging info for non-safepoints in nmethods")    \
2522                                                                             \
2523   product(bool, PrintVMOptions, false,                                      \
2524          "Print flags that appeared on the command line")                   \
2525                                                                             \
2526   product(bool, IgnoreUnrecognizedVMOptions, false,                         \
2527          "Ignore unrecognized VM options")                                  \
2528                                                                             \
2529   product(bool, PrintCommandLineFlags, false,                               \
2530          "Print flags specified on command line or set by ergonomics")      \
2531                                                                             \
2532   product(bool, PrintFlagsInitial, false,                                   \
2533          "Print all VM flags before argument processing and exit VM")       \




2494           "Check interpreter profile for historically monomorphic calls")   \
2495                                                                             \
2496   notproduct(bool, TimeCompiler, false,                                     \
2497           "time the compiler")                                              \
2498                                                                             \
2499   diagnostic(bool, PrintInlining, false,                                    \
2500           "prints inlining optimizations")                                  \
2501                                                                             \
2502   product(bool, UsePopCountInstruction, false,                              \
2503           "Use population count instruction")                               \
2504                                                                             \
2505   develop(bool, EagerInitialization, false,                                 \
2506           "Eagerly initialize classes if possible")                         \
2507                                                                             \
2508   develop(bool, TraceMethodReplacement, false,                              \
2509           "Print when methods are replaced do to recompilation")            \
2510                                                                             \
2511   develop(bool, PrintMethodFlushing, false,                                 \
2512           "print the nmethods being flushed")                               \
2513                                                                             \
2514   diagnostic(bool, PrintMethodFlushingStatistics, false,                    \
2515           "print statistics about method flushing")                         \
2516                                                                             \
2517   develop(bool, UseRelocIndex, false,                                       \
2518          "use an index to speed random access to relocations")              \
2519                                                                             \
2520   develop(bool, StressCodeBuffers, false,                                   \
2521          "Exercise code buffer expansion and other rare state changes")     \
2522                                                                             \
2523   diagnostic(bool, DebugNonSafepoints, trueInDebug,                         \
2524          "Generate extra debugging info for non-safepoints in nmethods")    \
2525                                                                             \
2526   product(bool, PrintVMOptions, false,                                      \
2527          "Print flags that appeared on the command line")                   \
2528                                                                             \
2529   product(bool, IgnoreUnrecognizedVMOptions, false,                         \
2530          "Ignore unrecognized VM options")                                  \
2531                                                                             \
2532   product(bool, PrintCommandLineFlags, false,                               \
2533          "Print flags specified on command line or set by ergonomics")      \
2534                                                                             \
2535   product(bool, PrintFlagsInitial, false,                                   \
2536          "Print all VM flags before argument processing and exit VM")       \