< prev index next >

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

Print this page
rev 12781 : [mq]: 8177963-gctasktimestampentries

*** 43,52 **** --- 43,53 ---- GCTaskTimeStamp* _time_stamps; uint _time_stamp_index; GCTaskTimeStamp* time_stamp_at(uint index); + void add_task_timestamp(char* name, jlong t_entry, jlong t_exit); bool _is_working; // True if participating in GC tasks // Factory create and destroy methods. static GCTaskThread* create(GCTaskManager* manager,
< prev index next >