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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1503 int nInuse = 0 ; // currently associated with objects local
1525 nInuse += cur->omInUseCount;
1534 nInuse += gOmInUseCount;
1559 nInuse ++;
1570 nInCirculation, nInuse, nScavenged, ForceMonitorScavenge,

Completed in 37 milliseconds