src/hotspot/share/classfile/dictionary.cpp
changeset 50634 c349d409262a
parent 50429 83aec1d357d4
child 51334 cc2c79d22508
equal deleted inserted replaced
50633:b8055b38b252 50634:c349d409262a
   639             cld->class_loader()->is_instance(),
   639             cld->class_loader()->is_instance(),
   640             "checking type of class_loader");
   640             "checking type of class_loader");
   641 
   641 
   642   ResourceMark rm;
   642   ResourceMark rm;
   643   stringStream tempst;
   643   stringStream tempst;
   644   tempst.print("System Dictionary for %s", cld->loader_name());
   644   tempst.print("System Dictionary for %s class loader", cld->loader_name_and_id());
   645   verify_table<DictionaryEntry>(tempst.as_string());
   645   verify_table<DictionaryEntry>(tempst.as_string());
   646 }
   646 }