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

delete UseRDPCForConstantTableBase

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 16
    • 16
    • hotspot
    • b24
    • generic
    • generic

    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; }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: