Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176996 | 7 | Keith Mcguigan | P3 | Closed | Fixed | b17 |
JDK-2172454 | 6u10 | Keith Mcguigan | P3 | Closed | Fixed | b09 |
The cause of this bug appears to be due to mishandling of multiple LineNumberTable attributes in a single method. If there's more than one, only the last one is used (which is wrong, they should be merged), and also, if the last one is empty, it causes a VM crash.
- backported by
-
JDK-2172454 JVM crashes when multiple LineNumberTable attributes exist and the last one is empty
-
- Closed
-
-
JDK-2176996 JVM crashes when multiple LineNumberTable attributes exist and the last one is empty
-
- Closed
-