comparison src/share/vm/runtime/globals.cpp @ 17834:b257acb35d3e

8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags Summary: Fixed wrong print string format Reviewed-by: sla, ccheung
author zgu
date Mon, 16 Dec 2013 10:57:08 -0800
parents d6c97434b745
children 78bbf4d43a14
comparison
equal deleted inserted replaced
17833:bfdf528be8e8 17834:b257acb35d3e
323 st->print("%-16s", cp); 323 st->print("%-16s", cp);
324 } 324 }
325 else st->print("%-16s", ""); 325 else st->print("%-16s", "");
326 } 326 }
327 327
328 st->print("%-20"); 328 st->print("%-20s", " ");
329 print_kind(st); 329 print_kind(st);
330 330
331 if (withComments) { 331 if (withComments) {
332 #ifndef PRODUCT 332 #ifndef PRODUCT
333 st->print("%s", _doc); 333 st->print("%s", _doc);