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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp109 bool need_comma = false; local
112 need_comma = true;
115 if (need_comma) tty->print(",");
117 need_comma = true;
120 if (need_comma) tty->print(",");
122 need_comma = true;
125 if (need_comma) tty->print(",");

Completed in 30 milliseconds