mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8301555: Remove constantPoolCacheKlass friend
Reviewed-by: fparain, kbarrett
This commit is contained in:
parent
5744c91bf5
commit
e1bf471312
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue