Details
Description
c2_globals.hpp
product(bool, UseRDPCForConstantTableBase, false, \
"Use Sparc RDPC instruction for the constant table base.") \
sparc backend has gone. this is leftover in c2.
devirtualization of gcc might have better information if pinned() returns false.
class MachConstantBaseNode
virtual bool pinned() const { return UseRDPCForConstantTableBase; }
product(bool, UseRDPCForConstantTableBase, false, \
"Use Sparc RDPC instruction for the constant table base.") \
sparc backend has gone. this is leftover in c2.
devirtualization of gcc might have better information if pinned() returns false.
class MachConstantBaseNode
virtual bool pinned() const { return UseRDPCForConstantTableBase; }
Attachments
Issue Links
- csr for
-
JDK-8255676 Obsolete -XX:+UseRDPCForConstantTableBase flag
- Closed
- duplicates
-
JDK-8252681 Retire flag UseRDPCForConstantTableBase after solaris removal
- Closed
-
JDK-8252681 Retire flag UseRDPCForConstantTableBase after solaris removal
- Closed
- relates to
-
JDK-8244224 Implementation of JEP 381: Remove the Solaris and SPARC Ports
- Resolved
-
JDK-8256724 Remove expired UseRDPCForConstantTableBase
- Closed
(2 links to)