-
Enhancement
-
Resolution: Fixed
-
P5
-
1.4.2
-
beta2
-
x86
-
linux
A DESCRIPTION OF THE REQUEST :
The methods of java.io.ObjectStream invoke "new Class[0]" and "new Object[0]" many times. The serialization subsystem would realize a performance gain by substituting static zero-length arrays.
JUSTIFICATION :
Increased performance with no risk.
The methods of java.io.ObjectStream invoke "new Class[0]" and "new Object[0]" many times. The serialization subsystem would realize a performance gain by substituting static zero-length arrays.
JUSTIFICATION :
Increased performance with no risk.