Searched defs:_thread_profiler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1463 ThreadProfiler* _thread_profiler; member in class:JavaThread
1468 ThreadProfiler* get_thread_profiler() { return _thread_profiler; }
1470 ThreadProfiler* result = _thread_profiler;
1471 _thread_profiler = tp;

Completed in 68 milliseconds