src/share/vm/oops/metadata.hpp

changeset 6628
bd58c9e40d0a
parent 6351
f9e35a9dc8c7
child 6876
710a3c8b516e
equal deleted inserted replaced
6627:cf9f24de0b93 6628:bd58c9e40d0a
40 int identity_hash() { return (int)(uintptr_t)this; } 40 int identity_hash() { return (int)(uintptr_t)this; }
41 41
42 // Rehashing support for tables containing pointers to this 42 // Rehashing support for tables containing pointers to this
43 unsigned int new_hash(juint seed) { ShouldNotReachHere(); return 0; } 43 unsigned int new_hash(juint seed) { ShouldNotReachHere(); return 0; }
44 44
45 virtual bool is_metadata() const volatile { return true; }
45 virtual bool is_klass() const volatile { return false; } 46 virtual bool is_klass() const volatile { return false; }
46 virtual bool is_method() const volatile { return false; } 47 virtual bool is_method() const volatile { return false; }
47 virtual bool is_methodData() const volatile { return false; } 48 virtual bool is_methodData() const volatile { return false; }
48 virtual bool is_constantPool() const volatile { return false; } 49 virtual bool is_constantPool() const volatile { return false; }
49 50

mercurial