JDK-8264806 : Remove the experimental JIT compiler
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-07
  • Updated: 2021-06-04
  • Resolved: 2021-04-27
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 b20Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
As part of JEP remove code related to Java-based JIT compiler (Graal) from JDK:

- `jdk.internal.vm.compiler` ��� the Graal compiler
- `jdk.internal.vm.compiler.management` ��� Graal's `MBean`

Additionally, remove tests as well as code in makefiles related to Graal.

Comments
Changeset: 4785e112 Author: Vladimir Kozlov <kvn@openjdk.org> Date: 2021-04-27 06:23:21 +0000 URL: https://git.openjdk.java.net/jdk/commit/4785e112
27-04-2021