-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
The BootstrapMethodInvoker has not been made aware of any of the condy bootstraps since they were migrated to ConstantBootstraps. And with recent changes to java.lang.reflect.ProxyGenerator in JDK-8332457 we are more likely to see such condy bootstraps.
Without special type matching to allow use of invokeExact the bootstrap method invocation requires asType adapters etc, adding initial and recurring overheads to bootstrapping. This remedies some of the footprint and startup regressions in JDK 23 with a root cause inJDK-8294961 and JDK-8332457)
Without special type matching to allow use of invokeExact the bootstrap method invocation requires asType adapters etc, adding initial and recurring overheads to bootstrapping. This remedies some of the footprint and startup regressions in JDK 23 with a root cause in
- links to
-
Review(master) openjdk/jdk/19598