-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b64
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084840 | emb-9 | Michael Haupt | P4 | Resolved | Fixed | team |
After JDK-8029507 the fix for JDK-8031502 can be turned to an assert:
assert(!(member.getDeclaringClass().isInterface() && refKind == REF_invokeVirtual));
assert(!(member.getDeclaringClass().isInterface() && refKind == REF_invokeVirtual));
- backported by
-
JDK-8084840 JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert
-
- Resolved
-
- relates to
-
JDK-8031502 JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
-
- Closed
-