8301555: Remove constantPoolCacheKlass friend
Reviewed-by: fparain, kbarrett
This commit is contained in:
parent
5744c91bf5
commit
e1bf471312
@ -131,7 +131,6 @@ class CallInfo;
|
||||
|
||||
class ConstantPoolCacheEntry {
|
||||
friend class VMStructs;
|
||||
friend class constantPoolCacheKlass;
|
||||
friend class ConstantPool;
|
||||
friend class InterpreterRuntime;
|
||||
|
||||
@ -474,7 +473,6 @@ class ConstantPoolCache: public MetaspaceObj {
|
||||
ConstantPool** constant_pool_addr() { return &_constant_pool; }
|
||||
ConstantPoolCacheEntry* base() const { return (ConstantPoolCacheEntry*)((address)this + in_bytes(base_offset())); }
|
||||
|
||||
friend class constantPoolCacheKlass;
|
||||
friend class ConstantPoolCacheEntry;
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user