JDK 24 |
---|
24 b17Fixed |
Currently, MethodHandles.Lookup performs many checks operating on raw bytecode. Those checks are often partial; they can go through our established class file and constant APIs instead. In particular, we might remove MethodHandles.Lookup.ClassFile.
|