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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp272 int monitor_depth() const { return nof_monitors() + (caller() ? caller()->monitor_depth() : 0); } function in class:JVMState

Completed in 37 milliseconds