Blocks :
|
|
Relates :
|
|
Relates :
|
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 >
|