src/share/vm/runtime/globals.hpp

changeset 1554
547f81740344
parent 1499
473cce303f13
child 1581
504830073409
child 1585
f62a22282a47
equal deleted inserted replaced
1553:3115100553b5 1554:547f81740344
2552 \ 2552 \
2553 develop(bool, VerifyCompiledCode, false, \ 2553 develop(bool, VerifyCompiledCode, false, \
2554 "Include miscellaneous runtime verifications in nmethod code; " \ 2554 "Include miscellaneous runtime verifications in nmethod code; " \
2555 "default off because it disturbs nmethod size heuristics") \ 2555 "default off because it disturbs nmethod size heuristics") \
2556 \ 2556 \
2557 notproduct(bool, CrashGCForDumpingJavaThread, false, \
2558 "Manually make GC thread crash then dump java stack trace; " \
2559 "Test only") \
2557 \ 2560 \
2558 /* compilation */ \ 2561 /* compilation */ \
2559 product(bool, UseCompiler, true, \ 2562 product(bool, UseCompiler, true, \
2560 "use compilation") \ 2563 "use compilation") \
2561 \ 2564 \

mercurial