diff src/share/vm/oops/constMethod.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 78bbf4d43a14
line wrap: on
line diff
--- a/src/share/vm/oops/constMethod.cpp	Tue Jul 30 13:03:28 2013 -0700
+++ b/src/share/vm/oops/constMethod.cpp	Wed Jul 31 11:00:54 2013 +0200
@@ -440,7 +440,6 @@
 
 void ConstMethod::verify_on(outputStream* st) {
   guarantee(is_constMethod(), "object must be constMethod");
-  guarantee(is_metadata(), err_msg("Should be metadata " PTR_FORMAT, this));
 
   // Verification can occur during oop construction before the method or
   // other fields have been initialized.