hotspot/src/share/vm/runtime/globals.hpp
changeset 8497 aa7fd2c3caa9
parent 8334 9c373a57eb31
child 8499 4f77360820d7
equal deleted inserted replaced
8496:2d29a13b66ed 8497:aa7fd2c3caa9
  2608           "(stress test)")                                                  \
  2608           "(stress test)")                                                  \
  2609                                                                             \
  2609                                                                             \
  2610   develop(bool, CompileTheWorldPreloadClasses, true,                        \
  2610   develop(bool, CompileTheWorldPreloadClasses, true,                        \
  2611           "Preload all classes used by a class before start loading")       \
  2611           "Preload all classes used by a class before start loading")       \
  2612                                                                             \
  2612                                                                             \
  2613   notproduct(bool, CompileTheWorldIgnoreInitErrors, false,                  \
       
  2614           "Compile all methods although class initializer failed")          \
       
  2615                                                                             \
       
  2616   notproduct(intx, CompileTheWorldSafepointInterval, 100,                   \
  2613   notproduct(intx, CompileTheWorldSafepointInterval, 100,                   \
  2617           "Force a safepoint every n compiles so sweeper can keep up")      \
  2614           "Force a safepoint every n compiles so sweeper can keep up")      \
  2618                                                                             \
  2615                                                                             \
  2619   develop(bool, TraceIterativeGVN, false,                                   \
  2616   develop(bool, TraceIterativeGVN, false,                                   \
  2620           "Print progress during Iterative Global Value Numbering")         \
  2617           "Print progress during Iterative Global Value Numbering")         \