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

Rename jdk.vm.ci to jdk.internal.vm.ci

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 9
    • hotspot
    • b159

    Backports

      Description

        jdk.vm.ci exports an experimental API which seems to be a candidate as an incubator module. Doug's feedback is that jdk.vm.ci is a purely VM internal module that is only of interest to VM developers (and researchers), not general Java developers. It'd be appropriate for it to be an internal module and not to export any API.

        The proposal is to rename `jdk.vm.ci` to `jdk.internal.vm.ci` and change
            exports jdk.vm.ci.services;
        to
            exports jdk.vm.ci.services to jdk.vm.compiler;

        Attachments

          Issue Links

            Activity

              People

                kvn Vladimir Kozlov
                mchung Mandy Chung
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: