-
Bug
-
Resolution: Fixed
-
P2
-
11, 12
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8234496 | 11.0.7-oracle | Dean Long | P2 | Closed | Fixed | b01 |
JDK-8236078 | 11.0.7 | Dean Long | P2 | Resolved | Fixed | b01 |
There are 2 service providers in the jdk.internal.vm.compiler.management module whose `provides` clauses are missing in the module descriptor.
Here's the GitHub Graal output showing the provides clauses:
> mx vm -d jdk.internal.vm.compiler.management | grep provides
provides org.graalvm.compiler.hotspot.HotSpotGraalManagementRegistration with org.graalvm.compiler.hotspot.management.HotSpotGraalManagement
provides org.graalvm.compiler.serviceprovider.JMXService with org.graalvm.compiler.hotspot.management.JMXServiceProvider
On JDK 12:
> java -d jdk.internal.vm.compiler.management | grep provides
>
Here's the GitHub Graal output showing the provides clauses:
> mx vm -d jdk.internal.vm.compiler.management | grep provides
provides org.graalvm.compiler.hotspot.HotSpotGraalManagementRegistration with org.graalvm.compiler.hotspot.management.HotSpotGraalManagement
provides org.graalvm.compiler.serviceprovider.JMXService with org.graalvm.compiler.hotspot.management.JMXServiceProvider
On JDK 12:
> java -d jdk.internal.vm.compiler.management | grep provides
>
- backported by
-
JDK-8236078 jdk.internal.vm.compiler.management service providers missing in module descriptor
- Resolved
-
JDK-8234496 jdk.internal.vm.compiler.management service providers missing in module descriptor
- Closed
- blocks
-
JDK-8210777 Update Graal
- Resolved
- relates to
-
JDK-8213588 compiler/graalunit/HotspotTest.java fails after 8213348 / 8211781 were pushed
- Closed
-
JDK-8213598 compiler/graalunit/DebugTest.java fails after 8213348 / 8211781 were pushed
- Closed