comparison src/share/vm/runtime/globals.hpp @ 1196:f3345b7b01b4

Merge
author ysr
date Wed, 27 Jan 2010 22:38:37 -0800
parents c81fa70144aa 99af867dfa05
children c1f1137b3575
comparison
equal deleted inserted replaced
1195:291c9b3b64fc 1196:f3345b7b01b4
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)") \