Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2194712 | OpenJDK6 | Jonathan Gibbons | P4 | Resolved | Fixed | b21 |
com.sun.tools.javac.util.DefaultFileManager$ZipFileIndexFileObject prints out a silly value for getPath, giving the entry name twice, instead of the file and entry name.
For example,
java/lang/Void.class(java/lang:Void.class)
instead of
/opt/jdk/jdk1.6.0_05/lib/ct.sym(java/lang/Void.class)
For example,
java/lang/Void.class(java/lang:Void.class)
instead of
/opt/jdk/jdk1.6.0_05/lib/ct.sym(java/lang/Void.class)
- backported by
-
JDK-2194712 javac reports path name of entry in ZipFileIndex incorectly
-
- Resolved
-