JDK-8294616 : CI: Improve caching of data queried from VM runtime
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-09-30
  • Updated: 2022-09-30
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.
Other
tbdUnresolved
Description
Improve caching of data queried from VM runtime on CI side. 

There are many accessors on CI mirrors that unconditionally query VM runtime for information. It makes it harder to keep the query responses stable across compilation and hinders the job of compilation replay mode.