JDK-8218994 : Consolidate indy and condy JVM information within a BootstrapInfo data structure
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-02-14
  • Updated: 2019-11-04
  • Resolved: 2019-04-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b18Fixed
Related Reports
Relates :  
Relates :  
Description
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.