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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp276 size_t buffer_max; member in class:bufferedStream
H A Dostream.cpp990 buffer_max = bufmax;
998 buffer_max = bufmax;
1003 if(buffer_pos + len > buffer_max) {

Completed in 32 milliseconds