hotspot/src/share/vm/classfile/dictionary.cpp
changeset 14588 8ec26d2d9339
parent 14488 ab48109f7d1b
child 15847 f9ce2cd20dee
equal deleted inserted replaced
14584:bd4290e6d0a5 14588:8ec26d2d9339
   578       guarantee(e->oop_is_instance(),
   578       guarantee(e->oop_is_instance(),
   579                               "Verify of system dictionary failed");
   579                               "Verify of system dictionary failed");
   580       // class loader must be present;  a null class loader is the
   580       // class loader must be present;  a null class loader is the
   581       // boostrap loader
   581       // boostrap loader
   582       guarantee(loader_data != NULL || DumpSharedSpaces ||
   582       guarantee(loader_data != NULL || DumpSharedSpaces ||
   583                 loader_data->is_the_null_class_loader_data() ||
   583                 loader_data->class_loader() == NULL ||
   584                 loader_data->class_loader()->is_instance(),
   584                 loader_data->class_loader()->is_instance(),
   585                 "checking type of class_loader");
   585                 "checking type of class_loader");
   586       e->verify();
   586       e->verify();
   587       probe->verify_protection_domain_set();
   587       probe->verify_protection_domain_set();
   588       element_count++;
   588       element_count++;