diff src/share/vm/oops/compiledICHolder.cpp @ 11173:6b0fd0964b87

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 31 Jul 2013 11:00:54 +0200
parents e0c9a1d29eb4
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/oops/compiledICHolder.cpp	Tue Jul 30 13:03:28 2013 -0700
+++ b/src/share/vm/oops/compiledICHolder.cpp	Wed Jul 31 11:00:54 2013 +0200
@@ -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");
 }