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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1148 int InUseTally = 0; local
1154 InUseTally++;
1157 assert(Self->omInUseCount == InUseTally, "inuse count off");
1172 gOmInUseCount += InUseTally;

Completed in 34 milliseconds