-
Bug
-
Resolution: Fixed
-
P4
-
11, 14
-
b25
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246445 | 13.0.4 | Jonathan Gibbons | P4 | Resolved | Fixed | b04 |
JDK-8236737 | 11.0.8-oracle | Adam Sotona | P4 | Resolved | Fixed | b01 |
JDK-8236712 | 11.0.7 | Jonathan Gibbons | P4 | Resolved | Fixed | b01 |
In recent versions of JDK (I think after JDK 8), the
com.sun.tools.javac.file.FSInfo#getJarClassPath(...) is throwing a
java.nio.file.InvalidPathException in certain cases when the classpath
entry it is parsing isn't a valid one. This is because of its usage of
the java.nio.file.Path APIs.
The complete details of this are explained in the compiler-dev mail thread http://mail.openjdk.java.net/pipermail/compiler-dev/2019-October/013753.html
com.sun.tools.javac.file.FSInfo#getJarClassPath(...) is throwing a
java.nio.file.InvalidPathException in certain cases when the classpath
entry it is parsing isn't a valid one. This is because of its usage of
the java.nio.file.Path APIs.
The complete details of this are explained in the compiler-dev mail thread http://mail.openjdk.java.net/pipermail/compiler-dev/2019-October/013753.html
- backported by
-
JDK-8236712 FSInfo#getJarClassPath throws an exception not declared in its throws clause
- Resolved
-
JDK-8236737 FSInfo#getJarClassPath throws an exception not declared in its throws clause
- Resolved
-
JDK-8246445 FSInfo#getJarClassPath throws an exception not declared in its throws clause
- Resolved