Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176953 | 7 | Keith Mcguigan | P3 | Closed | Fixed | b14 |
JDK-2171956 | 6u4 | Kevin Walls | P3 | Closed | Fixed | b05 |
An agent which tries to redefine a class with an incomplete classfile can cause a VM crash during classfile parsing. Refer to the details of CR 6545149. In that case, the agent is not reading the full classfile and passing the partial classfile to the VM, which is crashing.
- backported by
-
JDK-2171956 VM crash when parsing a classfile with garbage in it.
-
- Closed
-
-
JDK-2176953 VM crash when parsing a classfile with garbage in it.
-
- Closed
-
- relates to
-
JDK-6545149 JLI Instrumentation.redefineClasses SIGSEGVs on java/lang/Thread
-
- Closed
-