src/share/vm/oops/metadata.hpp

changeset 6628
bd58c9e40d0a
parent 6351
f9e35a9dc8c7
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/oops/metadata.hpp	Fri Apr 11 20:02:37 2014 +0000
     1.2 +++ b/src/share/vm/oops/metadata.hpp	Mon Mar 03 13:58:52 2014 -0500
     1.3 @@ -42,6 +42,7 @@
     1.4    // Rehashing support for tables containing pointers to this
     1.5    unsigned int new_hash(juint seed)   { ShouldNotReachHere();  return 0; }
     1.6  
     1.7 +  virtual bool is_metadata()           const volatile { return true; }
     1.8    virtual bool is_klass()              const volatile { return false; }
     1.9    virtual bool is_method()             const volatile { return false; }
    1.10    virtual bool is_methodData()         const volatile { return false; }

mercurial