-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
When URLClassLoader loads an invalid class file, it checks the CRC32 value against the CRC32 value stated in the JAR file's CEN header.
If there is a mismatch an IOException with an appropriate message is added as a suppressed exception to the ClassFormatError.
This unspecified, but long-standing behavior has no test coverage. A test would document the behavior and prevent regressions in this area.
If there is a mismatch an IOException with an appropriate message is added as a suppressed exception to the ClassFormatError.
This unspecified, but long-standing behavior has no test coverage. A test would document the behavior and prevent regressions in this area.
- links to
-
Review(master) openjdk/jdk/21469