src/share/vm/oops/compiledICHolder.cpp

changeset 5307
e0c9a1d29eb4
parent 4295
59c790074993
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/oops/compiledICHolder.cpp	Sun Jun 23 22:08:28 2013 -0700
     1.2 +++ b/src/share/vm/oops/compiledICHolder.cpp	Mon Jun 24 18:55:46 2013 -0400
     1.3 @@ -48,8 +48,6 @@
     1.4  // Verification
     1.5  
     1.6  void CompiledICHolder::verify_on(outputStream* st) {
     1.7 -  guarantee(holder_method()->is_metadata(),   "should be in metaspace");
     1.8    guarantee(holder_method()->is_method(), "should be method");
     1.9 -  guarantee(holder_klass()->is_metadata(),    "should be in metaspace");
    1.10    guarantee(holder_klass()->is_klass(),   "should be klass");
    1.11  }

mercurial