-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.2
-
Component/s: core-libs
-
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.