Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141858 | emb-9 | Harold Seigel | P2 | Resolved | Fixed | team |
According to https://bugs.openjdk.java.net/browse/JDK-8122940 interfaces shouldn't have instance init methods, but it fails with "java.lang.VerifyError: Constructor must call super() or this() before return" on simple interface v52 <init>()V method which consists of one 'return' instruction. It appears for public/private non-abstract non-static non-native methods.
Example is in attachment, was found on jdk9b78, tests are under development, tck_red label will be added after test completion.
Example is in attachment, was found on jdk9b78, tests are under development, tck_red label will be added after test completion.
- backported by
-
JDK-8141858 VM fails on 'empty' interface public <init>()V method with VerifyError
-
- Resolved
-
- relates to
-
JDK-8122940 2.9: Clarify instance initialization methods
-
- Closed
-