hotspot/src/share/vm/runtime/globals.hpp
changeset 4736 e091227926da
parent 4650 ac73c07a6bf6
child 4750 71fd601907dc
child 4744 40fc0ab5cd15
equal deleted inserted replaced
4735:3d4e4ec0df67 4736:e091227926da
  2445           "Preload all classes used by a class before start loading")       \
  2445           "Preload all classes used by a class before start loading")       \
  2446                                                                             \
  2446                                                                             \
  2447   notproduct(bool, CompileTheWorldIgnoreInitErrors, false,                  \
  2447   notproduct(bool, CompileTheWorldIgnoreInitErrors, false,                  \
  2448           "Compile all methods although class initializer failed")          \
  2448           "Compile all methods although class initializer failed")          \
  2449                                                                             \
  2449                                                                             \
       
  2450   notproduct(intx, CompileTheWorldSafepointInterval, 100,                   \
       
  2451           "Force a safepoint every n compiles so sweeper can keep up")      \
       
  2452                                                                             \
  2450   develop(bool, TraceIterativeGVN, false,                                   \
  2453   develop(bool, TraceIterativeGVN, false,                                   \
  2451           "Print progress during Iterative Global Value Numbering")         \
  2454           "Print progress during Iterative Global Value Numbering")         \
  2452                                                                             \
  2455                                                                             \
  2453   develop(bool, FillDelaySlots, true,                                       \
  2456   develop(bool, FillDelaySlots, true,                                       \
  2454           "Fill delay slots (on SPARC only)")                               \
  2457           "Fill delay slots (on SPARC only)")                               \