src/hotspot/share/classfile/systemDictionary.cpp
changeset 54807 33fe50b6d707
parent 54786 ebf733a324d4
child 54847 59ea39bb2809
equal deleted inserted replaced
54786:ebf733a324d4 54807:33fe50b6d707
  2823 
  2823 
  2824   _pd_cache_table->print_on(st);
  2824   _pd_cache_table->print_on(st);
  2825   st->cr();
  2825   st->cr();
  2826 }
  2826 }
  2827 
  2827 
       
  2828 void SystemDictionary::print() { print_on(tty); }
       
  2829 
  2828 void SystemDictionary::verify() {
  2830 void SystemDictionary::verify() {
  2829   guarantee(constraints() != NULL,
  2831   guarantee(constraints() != NULL,
  2830             "Verify of loader constraints failed");
  2832             "Verify of loader constraints failed");
  2831   guarantee(placeholders()->number_of_entries() >= 0,
  2833   guarantee(placeholders()->number_of_entries() >= 0,
  2832             "Verify of placeholders failed");
  2834             "Verify of placeholders failed");