-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b59
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085637 | emb-9 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
JDK-8087055 | 8u65 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8077005 | 8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b12 |
JDK-8138453 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8079055 | emb-8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
1) We don't have any package-private access from tests to nashorn internal, package-private classes
2) Even though same package name is used, nashorn is loaded by boot loader or extension loader (depending on jdk version) and tests are loaded by launcher loader and so these are different runtime packages anyway. Any confusion within IDE ("same package " as seen in IDE) can be avoided by different package names.
3) In a modular (jigsaw) world, we need to avoid this package name collision b/w source and test classes.
- backported by
-
JDK-8077005 nashorn tests should avoid using package names used by nashorn sources
-
- Resolved
-
-
JDK-8079055 nashorn tests should avoid using package names used by nashorn sources
-
- Resolved
-
-
JDK-8085637 nashorn tests should avoid using package names used by nashorn sources
-
- Resolved
-
-
JDK-8087055 nashorn tests should avoid using package names used by nashorn sources
-
- Resolved
-
-
JDK-8138453 nashorn tests should avoid using package names used by nashorn sources
-
- Resolved
-
- relates to
-
JDK-8077060 test/src/jdk/nashorn/api/javaaccess tests failing after fix for JDK-8076646
-
- Closed
-