JDK 17 | JDK 18 | JDK 19 |
---|---|---|
17.0.4-oracleFixed | 18 b31Fixed | 19Fixed |
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8267806 introduced a regression where invokedynamic call site linker can be left not inlined by C1 (even though it is marked with @ForceInline annotation): @ 3 java.lang.invoke.Invokers$Holder::linkToTargetMethod (9 bytes) not inlineable Before JDK-8267806 it was always inlined: @ 3 java.lang.invoke.Invokers$Holder::linkToTargetMethod (9 bytes) force inline by annotation
|