hotspot/src/share/vm/classfile/classFileParser.cpp
changeset 42639 762117d57d05
parent 42574 25ff9171b28b
child 42650 1f304d0c888b
equal deleted inserted replaced
42638:793e65ba88aa 42639:762117d57d05
  5410         }
  5410         }
  5411       }
  5411       }
  5412     }
  5412     }
  5413   }
  5413   }
  5414 
  5414 
  5415   TRACE_INIT_KLASS_ID(ik);
  5415   TRACE_INIT_ID(ik);
  5416 
  5416 
  5417   // If we reach here, all is well.
  5417   // If we reach here, all is well.
  5418   // Now remove the InstanceKlass* from the _klass_to_deallocate field
  5418   // Now remove the InstanceKlass* from the _klass_to_deallocate field
  5419   // in order for it to not be destroyed in the ClassFileParser destructor.
  5419   // in order for it to not be destroyed in the ClassFileParser destructor.
  5420   set_klass_to_deallocate(NULL);
  5420   set_klass_to_deallocate(NULL);