JDK-8336489 : Track scoped accesses in JVMCI compiled code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 24
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-07-16
  • Updated: 2024-08-12
  • Resolved: 2024-08-05
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 24
24 b10Fixed
Related Reports
Relates :  
Description
https://bugs.openjdk.org/browse/JDK-8335480 implements scoped access tracking for compiled methods in C1 and C2.

JVMCI currently has a conservative implementation, but it should implement this tracking as well.
Comments
Changeset: c095c0e6 Branch: master Author: Carlo Refice <carlo.refice@oracle.com> Date: 2024-08-05 14:09:54 +0000 URL: https://git.openjdk.org/jdk/commit/c095c0e6a58b1665d51ff19381e32f168e99e8f5
05-08-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20256 Date: 2024-07-19 14:46:38 +0000
19-07-2024