src/share/vm/gc_implementation/shared/markSweep.cpp

changeset 4068
e861d44e0c9c
parent 4037
da91efe96a93
child 4142
d8ce2825b193
     1.1 --- a/src/share/vm/gc_implementation/shared/markSweep.cpp	Wed Sep 19 15:48:02 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/shared/markSweep.cpp	Thu Sep 20 12:18:23 2012 -0700
     1.3 @@ -84,8 +84,6 @@
     1.4  
     1.5  void MarkSweep::follow_klass(Klass* klass) {
     1.6    ClassLoaderData* cld = klass->class_loader_data();
     1.7 -  assert(cld->has_defined(klass), "inconsistency!");
     1.8 -
     1.9    // The actual processing of the klass is done when we
    1.10    // traverse the list of Klasses in the class loader data.
    1.11    MarkSweep::follow_class_loader(cld);
    1.12 @@ -93,8 +91,6 @@
    1.13  
    1.14  void MarkSweep::adjust_klass(Klass* klass) {
    1.15    ClassLoaderData* cld = klass->class_loader_data();
    1.16 -  assert(cld->has_defined(klass), "inconsistency!");
    1.17 -
    1.18    // The actual processing of the klass is done when we
    1.19    // traverse the list of Klasses in the class loader data.
    1.20    MarkSweep::adjust_class_loader(cld);

mercurial