-
Bug
-
Resolution: Fixed
-
P3
-
24
-
b12
-
Verified
Courtesy to [~winterhalter], https://github.com/openjdk/jdk/blob/a5d948fb9841f654cccc9567c60e8d28e7d719ae/src/java.base/share/classes/jdk/internal/classfile/impl/BytecodeHelpers.java#L282 BytecodeHelpers is incorrectly using the invocation type while it should use the lookup descriptor for the condy name and type.
It is accidental that these 2 are identical for static bootstrap methods, which covers almost all the cases; thus this serious issue isn't discovered earlier.
It is accidental that these 2 are identical for static bootstrap methods, which covers almost all the cases; thus this serious issue isn't discovered earlier.
- links to
-
Commit(master) openjdk/jdk/ace49651
-
Review(master) openjdk/jdk/20586