hotspot/src/share/vm/ci/ciObjectFactory.cpp
changeset 18439 725ce18186b3
parent 13974 791cba24758f
child 19710 2f8ca425504e
equal deleted inserted replaced
18438:9ea6bbfe0b83 18439:725ce18186b3
   262 // Get the ciObject corresponding to some oop.  If the ciObject has
   262 // Get the ciObject corresponding to some oop.  If the ciObject has
   263 // already been created, it is returned.  Otherwise, a new ciObject
   263 // already been created, it is returned.  Otherwise, a new ciObject
   264 // is created.
   264 // is created.
   265 ciMetadata* ciObjectFactory::get_metadata(Metadata* key) {
   265 ciMetadata* ciObjectFactory::get_metadata(Metadata* key) {
   266   ASSERT_IN_VM;
   266   ASSERT_IN_VM;
   267 
       
   268   assert(key == NULL || key->is_metadata(), "must be");
       
   269 
   267 
   270 #ifdef ASSERT
   268 #ifdef ASSERT
   271   if (CIObjectFactoryVerify) {
   269   if (CIObjectFactoryVerify) {
   272     Metadata* last = NULL;
   270     Metadata* last = NULL;
   273     for (int j = 0; j< _ci_metadata->length(); j++) {
   271     for (int j = 0; j< _ci_metadata->length(); j++) {