src/share/vm/runtime/globals.hpp

changeset 1623
99af867dfa05
parent 1614
3d6016e040d6
child 1631
f3345b7b01b4
child 1637
5f24d0319e54
equal deleted inserted replaced
1622:cf0685d550f1 1623:99af867dfa05
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)") \

mercurial