JDK-8223261 : JDK-8189208 followup - remove JDK_GetVersionInfo0 and the supporting code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-05-02
  • Updated: 2019-12-17
  • Resolved: 2019-12-10
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 14
14 b27Fixed
Related Reports
Blocks :  
Relates :  
Description
Now that we removed:

- thread_park_blocker
- post_vm_init_hook_enabled
- pending_list_uses_discovered_fields

from jdk_version_info struct (part of 8189208), we should evaluate how much, if not all, of JDK_GetVersionInfo0 and the supporting mechanism we need.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/86222ee8e248 User: gziemski Date: 2019-12-10 18:51:19 +0000
10-12-2019

I think none of it is needed now as whatever values the JDK uses to pass to the VM come from the build and so the VM already has access to them.
03-05-2019