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

/openjdk7/hotspot/src/share/vm/utilities/
H A DnumberSeq.cpp148 // get the oldest value in the sequence...
189 double TruncatedSeq::oldest() const { function in class:TruncatedSeq
193 // index 0 always oldest value until the array is full
196 // since the array is full, _next is over the oldest value

Completed in 30 milliseconds