Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8213348

jdk.internal.vm.compiler.management service providers missing in module descriptor

    XMLWordPrintable

Details

    • b20

    Backports

      Description

        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
        >

        Attachments

          Issue Links

            Activity

              People

                dlong Dean Long
                dnsimon Douglas Simon
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: