-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b44
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084748 | emb-9 | Chris Hegarty | 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.
java/util/Collections/EmptyIterator.java
This test has dependency on following internal APIs, this dependency should be removed.
sun.tools.java.Identifier
sun.tools.java.MethodSet
java/util/Collections/EmptyIterator.java
This test has dependency on following internal APIs, this dependency should be removed.
sun.tools.java.Identifier
sun.tools.java.MethodSet
- backported by
-
JDK-8084748 Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
- Resolved