This flag is specific to sparc platform and uses special SPARC instruction for CPUs supporting it to load base of Constant table. After solaris removal, it is useless, and should be retired. function
virtual bool pinned() const { return UseRDPCForConstantTableBase; }
should be removed from MachConstantBaseNode. It is inherited from Node which has a default return value.
virtual bool pinned() const { return UseRDPCForConstantTableBase; }
should be removed from MachConstantBaseNode. It is inherited from Node which has a default return value.
- duplicates
-
JDK-8255562 delete UseRDPCForConstantTableBase
- Resolved
-
JDK-8255562 delete UseRDPCForConstantTableBase
- Resolved
- relates to
-
JDK-8248337 sparc related code clean up after solaris removal
- Resolved
-
JDK-8244224 Implementation of JEP 381: Remove the Solaris and SPARC Ports
- Resolved