Searched defs:execution_engine_lock (Results 1 - 1 of 1) 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");

Completed in 21 milliseconds