-
Bug
-
Resolution: Fixed
-
P3
-
6u18
-
b03
-
b04
-
generic
-
generic
The enhancement for classloader with the conditional class verification does not properly handle the cases which NoClassDefFoundError and ClassFormatError is thrown. Thus, when either of these two errors are encountered, it leads to ClassCastException since the current code assumes the thrown object is of RuntimeException type.
- relates to
-
JDK-6830734 Performance: new ClassLoader.defineClass with conditional verify
- Resolved