-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b159
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176602 | 10 | Vladimir Kozlov | P3 | Resolved | Fixed | b03 |
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;
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;
- backported by
-
JDK-8176602 Rename jdk.vm.ci to jdk.internal.vm.ci
-
- Resolved
-