hotspot/src/share/vm/runtime/globals.cpp
changeset 22188 c878825ed998
parent 21736 ef8da7738ad4
child 22194 e4bef4b8cdb4
equal deleted inserted replaced
22187:a0970a09d423 22188:c878825ed998
   293       st->print("%-16s", cp);
   293       st->print("%-16s", cp);
   294     }
   294     }
   295     else st->print("%-16s", "");
   295     else st->print("%-16s", "");
   296   }
   296   }
   297 
   297 
   298   st->print("%-20");
   298   st->print("%-20s", " ");
   299   print_kind(st);
   299   print_kind(st);
   300 
   300 
   301   if (withComments) {
   301   if (withComments) {
   302 #ifndef PRODUCT
   302 #ifndef PRODUCT
   303     st->print("%s", _doc);
   303     st->print("%s", _doc);