JVM_Clone allocates an object from the heap, then performs a shallow
copy of the object being cloned into it.
In Merlin, we initialize the newly created object to zeros before
returning it to JVM_Clone. In Ladybird, we handed back an uninitialized
object.
###@###.### 2005-06-09 05:08:10 GMT
copy of the object being cloned into it.
In Merlin, we initialize the newly created object to zeros before
returning it to JVM_Clone. In Ladybird, we handed back an uninitialized
object.
###@###.### 2005-06-09 05:08:10 GMT
- relates to
-
JDK-4653558 Java Application startup time is SLOW in JDK 1.4 compared to JDK 1.3.1_02
-
- Closed
-