hotspot/src/share/vm/oops/compiledICHolder.cpp
changeset 18439 725ce18186b3
parent 14579 7f6ce6e3dd80
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/oops/compiledICHolder.cpp	Sun Jun 23 22:08:28 2013 -0700
+++ b/hotspot/src/share/vm/oops/compiledICHolder.cpp	Mon Jun 24 18:55:46 2013 -0400
@@ -48,8 +48,6 @@
 // Verification
 
 void CompiledICHolder::verify_on(outputStream* st) {
-  guarantee(holder_method()->is_metadata(),   "should be in metaspace");
   guarantee(holder_method()->is_method(), "should be method");
-  guarantee(holder_klass()->is_metadata(),    "should be in metaspace");
   guarantee(holder_klass()->is_klass(),   "should be klass");
 }