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

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

XMLWordPrintable

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

        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;

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

                Created:
                Updated:
                Resolved: