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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java65 private static final String thresholdKey = "threshold"; field in class:MemoryTab
209 poolPlotter.createSequence(thresholdKey, Messages.THRESHOLD, thresholdColor, false);
210 poolPlotter.setUseDashedTransitions(thresholdKey, true);
355 plotter.setIsPlotted(thresholdKey, true);
395 long threshold = plotter.getLastValue(thresholdKey);

Completed in 23 milliseconds