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.

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

                Created:
                Updated:
                Resolved: