Searched defs:longest_pause (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.cpp114 double G1MMUTrackerQueue::longest_pause(double current_time) { function in class:G1MMUTrackerQueue
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp164 jlong TimePartitions::longest_pause() { function in class:TimePartitions
213 assert(time_partitions.longest_pause() == 8-2, "Incorrect");
231 assert(time_partitions.longest_pause() == 2, "Incorrect");
249 assert(time_partitions.longest_pause() == 3, "Incorrect");
273 assert(time_partitions.longest_pause() == 7, "Incorrect");
302 assert(time_partitions.longest_pause() == 9, "Incorrect");
340 assert(time_partitions.longest_pause() == 15, "Incorrect");
H A DgcTrace.hpp86 jlong longest_pause() const { return _longest_pause; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 33 milliseconds