Searched refs:threads_lock_ticks (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp266 static int threads_lock_ticks; // the number of times we couldn't get the Threads_lock without blocking member in class:FlatProfiler
281 + threads_lock_ticks
H A Dfprofiler.cpp47 int FlatProfiler::threads_lock_ticks = 0; member in class:FlatProfiler
923 FlatProfiler::threads_lock_ticks += 1; member in class:FlatProfiler
1523 print_ticks("Threads_lock blocks", threads_lock_ticks, received_ticks);

Completed in 60 milliseconds