-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b117
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028881 | port-stage-ppc-aix | Kumar Srinivasan | P3 | Resolved | Fixed | master |
When JDK-8027227 is fixed the files InnerClassLambdaMetafactory.java and InvokerBytecodeGenerator.java need to be updated for calls to MethodVistor.visitMethodInsn when the method to be invoked is a non-abstract method on an interface.
In addition the major version of the generated class files should be bumped up to 52 (Opcodes.V1_8).
In addition the major version of the generated class files should be bumped up to 52 (Opcodes.V1_8).
- backported by
-
JDK-8028881 Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces
- Resolved
- is blocked by
-
JDK-8027227 [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces
- Resolved