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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp70 julong _last_flush; // last position of flush member in class:xmlStream
106 virtual void flush(); // flushes out, sets _last_flush = count()
109 int unflushed_count() { return (int)(out()->count() - _last_flush); }

Completed in 42 milliseconds