Details
-
Bug
-
Resolution: Fixed
-
P3
-
9, 11, 12, 13, 14
-
b11
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245790 | 13.0.4 | Mandy Chung | P3 | Resolved | Fixed | b03 |
JDK-8230102 | 11.0.6-oracle | Ramanand Patil | P3 | Resolved | Fixed | b01 |
JDK-8230471 | 11.0.6 | Mandy Chung | P3 | Resolved | Fixed | b01 |
Description
bci is of type short and so getByteCodeIndex should return bci & 0xffff;
In addition, the VM sets the bci field as an int.
In addition, the VM sets the bci field as an int.
Attachments
Issue Links
- backported by
-
JDK-8230102 StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
- Resolved
-
JDK-8230471 StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
- Resolved
-
JDK-8245790 StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
- Resolved
- csr for
-
JDK-8229487 StackFrame::getByteCodeIndex returns negative value if bci is unavailable
- Closed