-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 24
-
Component/s: core-libs
-
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