JDK-8267338 : [JVMCI] revive JVMCI API removed by JDK-8243287
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-18
  • Updated: 2021-05-28
  • Resolved: 2021-05-19
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 17
17 b23Fixed
Related Reports
Relates :  
Description
While I was made aware of JDK-8243287, I only checked for usages of Unsafe.defineAnonymousClass in the Graal code base. I missed the fact that it also involved removing some JVMCI API that Graal depends on. This issue is to revive that API.
Comments
Changeset: fdd03528 Author: Doug Simon <dnsimon@openjdk.org> Date: 2021-05-19 13:59:46 +0000 URL: https://git.openjdk.java.net/jdk/commit/fdd0352884cdbba8a9cd11c6f92f0c2fbd800e11
19-05-2021