-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b44
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084070 | emb-9 | Kumar Srinivasan | P3 | Resolved | Fixed | team |
In Jigsaw Milestone Ana, module boundaries will be enforced. Tests that use JDK internal APIs require adjustments to work with module boundaries.
tools/launcher/MultipleJRE.sh use below internal API
-> sun.misc.Version JDK internal API (java.base)
Test needs to be re-examined and update to work with module boundaries:
* If test is intent for doing white-box testing, test need to be updated with the method provided by JDK-8049424 (something like -XX:AddModuleExports=<module>/<package>)
* Otherwise to eliminate the dependency on internal API
tools/launcher/MultipleJRE.sh use below internal API
-> sun.misc.Version JDK internal API (java.base)
Test needs to be re-examined and update to work with module boundaries:
* If test is intent for doing white-box testing, test need to be updated with the method provided by JDK-8049424 (something like -XX:AddModuleExports=<module>/<package>)
* Otherwise to eliminate the dependency on internal API
- backported by
-
JDK-8084070 tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries
-
- Resolved
-