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

delete UseRDPCForConstantTableBase

XMLWordPrintable

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

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

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

              Created:
              Updated:
              Resolved: