Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085335 | emb-9 | Mandy Chung | P3 | Resolved | Fixed | team |
JDK-8087007 | 8u65 | Mandy Chung | P3 | Resolved | Fixed | b01 |
JDK-8080891 | 8u60 | Mandy Chung | P3 | Resolved | Fixed | b18 |
JDK-8138433 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8086227 | emb-8u60 | Mandy Chung | P3 | Resolved | Fixed | team |
$ cd $BUILD_OUTPUTDIR/jdk
$ jdeps modules/*
:
:
jdk.zipfs -> modules/java.base
jdk.zipfs -> not found
jdk.nio.zipfs (jdk.zipfs)
-> java.io java.base
-> java.lang not found
-> java.lang java.base
---> not found is not expected.
$ jdeps modules/jdk.zipfs
works correctly
$ jdeps modules/*
:
:
jdk.zipfs -> modules/java.base
jdk.zipfs -> not found
jdk.nio.zipfs (jdk.zipfs)
-> java.io java.base
-> java.lang not found
-> java.lang java.base
---> not found is not expected.
$ jdeps modules/jdk.zipfs
works correctly
- backported by
-
JDK-8080891 jdeps shows "not found" if target class has no reference other than its own package
-
- Resolved
-
-
JDK-8085335 jdeps shows "not found" if target class has no reference other than its own package
-
- Resolved
-
-
JDK-8086227 jdeps shows "not found" if target class has no reference other than its own package
-
- Resolved
-
-
JDK-8087007 jdeps shows "not found" if target class has no reference other than its own package
-
- Resolved
-
-
JDK-8138433 jdeps shows "not found" if target class has no reference other than its own package
-
- Resolved
-