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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1504 int nInCirculation = 0 ; // extant local
1520 nInCirculation+= cur->omInUseCount;
1530 nInCirculation += gOmInUseCount;
1540 nInCirculation += _BLOCKSIZE ;
1570 nInCirculation, nInuse, nScavenged, ForceMonitorScavenge,
1588 if (ObjectMonitor::_sync_MonExtant != NULL) ObjectMonitor::_sync_MonExtant ->set_value(nInCirculation);

Completed in 34 milliseconds