-
Enhancement
-
Resolution: Fixed
-
P3
-
13
-
b18
Invocation of a bootstrap method within the JVM can be simplified by having both indy and condy store details of which bootstrap method to invoke within a new BootstrapInfo data structure.
Also consider merging SystemDictionary::link_dynamic_constant and SystemDictionary::call_site_invoker into one method called SystemDictionary::invoke_bootstrap_method. invoke_bootstrap_method would query the BootstrapInfo data structure to obtain the bootstrap method details.
Also consider merging SystemDictionary::link_dynamic_constant and SystemDictionary::call_site_invoker into one method called SystemDictionary::invoke_bootstrap_method. invoke_bootstrap_method would query the BootstrapInfo data structure to obtain the bootstrap method details.
- relates to
-
JDK-8210012 Implement Unified Logging Option for -XX:+TraceMethodHandles and -XX:+TraceInvokeDynamic
-
- Resolved
-
-
JDK-8210685 Bootstrap method consolidation
-
- Closed
-