Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177585 | 10 | Harold Seigel | P2 | Resolved | Fixed | b04 |
There is a new requirement in the draft JVM-0 Spec for the Signature attribute in section 4.7.9:
There may be at most one Signature attribute in the attributes table of a ClassFile, field_info, or method_info structure.
The JVM does not currently check for duplicate Signature attributes.
There may be at most one Signature attribute in the attributes table of a ClassFile, field_info, or method_info structure.
The JVM does not currently check for duplicate Signature attributes.
- backported by
-
JDK-8177585 JVM should throw CFE for duplicate Signature attributes
-
- Resolved
-