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

StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767

XMLWordPrintable

    • b11

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

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

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

                Created:
                Updated:
                Resolved: