Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176750 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b03 |
JDK-2171815 | 6u4 | Tom Rodriguez | P3 | Resolved | Fixed | b03 |
Sometimes when running with PrintNMethods assertions are thrown because the bci recorded for a PcDesc isn't larger than the code size of the corresponding method. This only occurs with -XX:+DebugNonSafepoints because bcis are being pulled from instructions that didn't have the right bci on them. These are usually synthetics branches where GraphBuilder wasn't being careful about what scope the goto was actually in and the bci wasn't being used for other purposes so weren't detecting it was wrong before.
- backported by
-
JDK-2171815 DebugNonSafepoints sometimes records out of range bcis
- Resolved
-
JDK-2176750 DebugNonSafepoints sometimes records out of range bcis
- Closed
- relates to
-
JDK-6712105 Hotspot-Compiler compiles code -> the vm crashes
- Closed