JDK 24 |
---|
24 b15Fixed |
In `java.lang.invoke.InvokerBytecodeGenerator`, the generation of class data can be optimized by reusing the field reference and the field type descriptor instead of guessing by value. This saves a few lookups for various constant pool entries and simplifies logic.
|