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

StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767

    XMLWordPrintable

Details

    • b11

    Backports

      Description

        bci is of type short and so getByteCodeIndex should return bci & 0xffff;

        In addition, the VM sets the bci field as an int.

        Attachments

          Issue Links

            Activity

              People

                mchung Mandy Chung
                mchung Mandy Chung
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: