comparison src/share/vm/runtime/globals.hpp @ 1119:547f81740344

6361589: Print out stack trace for target thread of GC crash Summary: If GC crashed with java thread involved, print out the java stack trace in error report Reviewed-by: never, ysr, coleenp, dholmes
author minqi
date Fri, 11 Dec 2009 11:09:49 -0800
parents 473cce303f13
children 504830073409 f62a22282a47
comparison
equal deleted inserted replaced
1118:3115100553b5 1119: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 \