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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.hpp102 Monitor* execution_engine_lock() const { function in class:SharkCompiler
106 assert(execution_engine_lock()->owned_by_self(), "should be");
110 assert(execution_engine_lock()->owned_by_self(), "should be");
H A DsharkCompiler.cpp66 MutexLocker locker(execution_engine_lock());
268 MutexLocker locker(execution_engine_lock());
331 assert(execution_engine_lock()->owned_by_self(), "should be");

Completed in 232 milliseconds