hotspot/src/share/vm/oops/metadata.hpp
changeset 23182 6940057d6552
parent 22757 b2cbb3680b4f
child 35881 accf9644fb73
--- a/hotspot/src/share/vm/oops/metadata.hpp	Sat Mar 01 09:56:15 2014 -0800
+++ b/hotspot/src/share/vm/oops/metadata.hpp	Mon Mar 03 13:58:52 2014 -0500
@@ -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; }