comparison src/share/vm/runtime/vmStructs.cpp @ 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 873ec3787992
children 9b9c1ee9b3f6
comparison
equal deleted inserted replaced
1118:3115100553b5 1119:547f81740344
664 nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \ 664 nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \
665 nonstatic_field(Thread, _current_pending_monitor, ObjectMonitor*) \ 665 nonstatic_field(Thread, _current_pending_monitor, ObjectMonitor*) \
666 nonstatic_field(Thread, _current_pending_monitor_is_from_java, bool) \ 666 nonstatic_field(Thread, _current_pending_monitor_is_from_java, bool) \
667 nonstatic_field(Thread, _current_waiting_monitor, ObjectMonitor*) \ 667 nonstatic_field(Thread, _current_waiting_monitor, ObjectMonitor*) \
668 nonstatic_field(NamedThread, _name, char*) \ 668 nonstatic_field(NamedThread, _name, char*) \
669 nonstatic_field(NamedThread, _processed_thread, JavaThread*) \
669 nonstatic_field(JavaThread, _next, JavaThread*) \ 670 nonstatic_field(JavaThread, _next, JavaThread*) \
670 nonstatic_field(JavaThread, _threadObj, oop) \ 671 nonstatic_field(JavaThread, _threadObj, oop) \
671 nonstatic_field(JavaThread, _anchor, JavaFrameAnchor) \ 672 nonstatic_field(JavaThread, _anchor, JavaFrameAnchor) \
672 volatile_nonstatic_field(JavaThread, _thread_state, JavaThreadState) \ 673 volatile_nonstatic_field(JavaThread, _thread_state, JavaThreadState) \
673 nonstatic_field(JavaThread, _osthread, OSThread*) \ 674 nonstatic_field(JavaThread, _osthread, OSThread*) \