diff src/share/vm/gc_implementation/shared/markSweep.cpp @ 6757:e861d44e0c9c

7199923: NPG: tools/javac/T7093325.java timeout Reviewed-by: stefank, coleenp, kvn
author jmasa
date Thu, 20 Sep 2012 12:18:23 -0700
parents da91efe96a93
children d8ce2825b193
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shared/markSweep.cpp	Wed Sep 19 15:48:02 2012 -0700
+++ b/src/share/vm/gc_implementation/shared/markSweep.cpp	Thu Sep 20 12:18:23 2012 -0700
@@ -84,8 +84,6 @@
 
 void MarkSweep::follow_klass(Klass* klass) {
   ClassLoaderData* cld = klass->class_loader_data();
-  assert(cld->has_defined(klass), "inconsistency!");
-
   // The actual processing of the klass is done when we
   // traverse the list of Klasses in the class loader data.
   MarkSweep::follow_class_loader(cld);
@@ -93,8 +91,6 @@
 
 void MarkSweep::adjust_klass(Klass* klass) {
   ClassLoaderData* cld = klass->class_loader_data();
-  assert(cld->has_defined(klass), "inconsistency!");
-
   // The actual processing of the klass is done when we
   // traverse the list of Klasses in the class loader data.
   MarkSweep::adjust_class_loader(cld);