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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java484 int nHeapPools = 0; field in class:MemoryTab.PoolChart
506 poolPlotter.barX = nHeapPools * (barWidth + barGap);
507 nHeapPools++;
508 heapRect.width = nHeapPools * barWidth + (nHeapPools - 1) * barGap;

Completed in 29 milliseconds