Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056630 | emb-9 | Unassigned | P4 | Resolved | Fixed | b24 |
Improve messages like this: "java.lang.VerifyError: class B overrides final method m.()V"
to include the classes, methods, and signatures of the methods. For example:
java.lang.VerifyError: Method B.m()V overrides final method A.m()V
to include the classes, methods, and signatures of the methods. For example:
java.lang.VerifyError: Method B.m()V overrides final method A.m()V
- backported by
-
JDK-8056630 Improve VerifyError message about overriding a final method
-
- Resolved
-