-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b78
-
generic
-
generic
I noticed that com.sun.tools.javac.jvm.ClassReader.list ignores IOExceptions.
This leads javac to ignore bad jar files found in ext and endoresed dirs. Errors
should never be silently ignored as they can help users diagnose problems.
###@###.### 2005-03-06 23:38:53 GMT
This leads javac to ignore bad jar files found in ext and endoresed dirs. Errors
should never be silently ignored as they can help users diagnose problems.
###@###.### 2005-03-06 23:38:53 GMT
- relates to
-
JDK-4977607 Compilation error java.lang.InternalError: jzentry == 0
- Resolved
-
JDK-6239036 (cl) classLoader must be able to provide better diagnostics when encountering a malformed JAR
- Open
-
JDK-6295519 javac throws ZipException when you have invalid files in classpath
- Resolved