Searched defs:timerValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/swing/system/6799345/
H A DTestShutdown.java51 private static int timerValue = 0; field in class:TestShutdown
93 System.out.println("Timer tick: " + timerValue++);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp983 double timerValue() { assert(!_timer.is_active(), "Error"); return _timer.seconds(); } function in class:CMSCollector

Completed in 57 milliseconds