-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
JDK 1.6
-
Release Notes
The following should be added to run.conf to avoid deserialization bottleneck in arrays for JDK 1.6:
-Dsun.lang.ClassLoader.allowArraySyntax=true
This provides a workaround for issues in hibernate, remoting, and possibly other components.
- is related to
-
JBPAPP-906 HHH-2990 - Bad usage of ClassLoader.loadClass() for Java6 in SerializationHelper$CustomObjectInputStream - deserialization bottleneck for arrays
- Closed