< prev index next >

src/share/vm/gc/parallel/gcTaskThread.cpp

Print this page
rev 11508 : 8157240: GC task trace logging is incomprehensible
Reviewed-by: tschatzl
rev 11509 : imported patch code_review2

*** 43,53 **** _processor_id(processor_id), _time_stamps(NULL), _time_stamp_index(0) { set_id(which); ! set_name("ParGC Thread#%d", which); } GCTaskThread::~GCTaskThread() { if (_time_stamps != NULL) { FREE_C_HEAP_ARRAY(GCTaskTimeStamp, _time_stamps); --- 43,53 ---- _processor_id(processor_id), _time_stamps(NULL), _time_stamp_index(0) { set_id(which); ! set_name("%s#%d", manager->group_name(), which); } GCTaskThread::~GCTaskThread() { if (_time_stamps != NULL) { FREE_C_HEAP_ARRAY(GCTaskTimeStamp, _time_stamps);
< prev index next >