oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.27k stars 1.63k forks source link

[GR-54871] [JDK-8229959] Execute bootstrap methods for Proxy at image build time. #9184

Closed graalvmbot closed 3 months ago

graalvmbot commented 3 months ago

JDK-8229959 changed the way proxy classes are generated by the JDK. Now constant dynamic is used, and we need to execute those bootstrap methods at image build time.

Each proxy class has its own bootstrap method, but the name of it is always the same.