diff src/share/vm/oops/metadata.hpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents 7380034e5b31
children 92aa6797d639 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/oops/metadata.hpp	Thu Mar 20 22:30:26 2014 +0100
+++ b/src/share/vm/oops/metadata.hpp	Tue Mar 18 20:19:10 2014 -0700
@@ -42,6 +42,7 @@
   // 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; }