hotspot/src/share/vm/oops/klass.cpp
changeset 22201 9c2ccfa3a5fe
parent 20017 81eba62e9048
child 22794 f1c014ad3754
--- a/hotspot/src/share/vm/oops/klass.cpp	Tue Jan 07 12:32:57 2014 +0100
+++ b/hotspot/src/share/vm/oops/klass.cpp	Tue Jan 07 13:26:56 2014 -0500
@@ -376,8 +376,6 @@
 }
 
 bool Klass::is_loader_alive(BoolObjectClosure* is_alive) {
-  assert(ClassLoaderDataGraph::contains((address)this), "is in the metaspace");
-
 #ifdef ASSERT
   // The class is alive iff the class loader is alive.
   oop loader = class_loader();