-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b59
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084644 | emb-9 | Jonathan Gibbons | P4 | Resolved | Fixed | team |
jdk.Exported was added in JDK 8, and pragmatically had to be in the langtools repo because of bootstrap issues with the build machinery available at that time.
Now that we're in jdk 9, with a BOOT_JAVA of jdk 8, it is no longer so obviously necessary for jdk.Exported to live in langtools. Since it is the only file in the java.base module in the langtools repo, would it make sense to put it with the rest of the jdk/* package, in the jdk/ repo?
Now that we're in jdk 9, with a BOOT_JAVA of jdk 8, it is no longer so obviously necessary for jdk.Exported to live in langtools. Since it is the only file in the java.base module in the langtools repo, would it make sense to put it with the rest of the jdk/* package, in the jdk/ repo?
- backported by
-
JDK-8084644 move jdk.Exported from langtools to jdk
-
- Resolved
-