diff src/share/vm/oops/metadata.hpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 7380034e5b31
children
line wrap: on
line diff
--- a/src/share/vm/oops/metadata.hpp	Fri Mar 21 16:36:59 2014 -0700
+++ b/src/share/vm/oops/metadata.hpp	Mon Mar 24 21:30:43 2014 +0100
@@ -42,7 +42,6 @@
   // Rehashing support for tables containing pointers to this
   unsigned int new_hash(juint seed)   { ShouldNotReachHere();  return 0; }
 
-  virtual bool is_metadata()           const volatile { return true; }
   virtual bool is_klass()              const volatile { return false; }
   virtual bool is_method()             const volatile { return false; }
   virtual bool is_methodData()         const volatile { return false; }