comparison src/share/vm/runtime/vmThread.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 148e5441d916
children 8859772195c6
comparison
equal deleted inserted replaced
1118:3115100553b5 1119:547f81740344
202 PerfData::U_Ticks, CHECK); 202 PerfData::U_Ticks, CHECK);
203 } 203 }
204 } 204 }
205 205
206 206
207 VMThread::VMThread() : Thread() { 207 VMThread::VMThread() : NamedThread() {
208 // nothing to do 208 set_name("VM Thread");
209 } 209 }
210 210
211 void VMThread::destroy() { 211 void VMThread::destroy() {
212 if (_vm_thread != NULL) { 212 if (_vm_thread != NULL) {
213 delete _vm_thread; 213 delete _vm_thread;