Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8252681

Retire flag UseRDPCForConstantTableBase after solaris removal

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 16
    • hotspot
    • None

      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.

            xliu Xin Liu
            minqi Yumin Qi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: