JDK-8267112 : JVMCI compiler modules should be kept upgradable
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-13
  • Updated: 2021-06-02
  • Resolved: 2021-05-17
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 :  
Relates :  
Description
JVMCI compiler modules should be upgradable to use them with GraalVM.
JDK-8264806 changes removed JVMCI compiler from list of upgradable modules. We need to restore it.
Note, we don't restore sources. JVMCI compiler modules are empty after JDK-8264806 - only module-info.java files are present.
Comments
Changeset: 2effdd1b Author: Vladimir Kozlov <kvn@openjdk.org> Date: 2021-05-17 20:11:01 +0000 URL: https://git.openjdk.java.net/jdk/commit/2effdd1b6799a15a766b2b2a6cba4806d92122f3
17-05-2021