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

Remove sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 22
    • None
    • hotspot
    • None
    • b12

      sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD() has only two users:
      1. StackValueCollection.longAt()
      2. ConstantPool.getLongAt()

      Its use in ConstantPool.getLongAt() is incorrect and is replaced with Address.getJLongAt() in https://bugs.openjdk.org/browse/JDK-8311971.
      The other user StackValueCollection.longAt() is dead code and not used anywhere.

      This task is to remove sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD() and clean up the dead code in sun.jvm.hotspot.runtime.StackValueCollection as well.

            cjplummer Chris Plummer
            asmehra Ashutosh Mehra
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: