You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2006/05/15 02:51:48 UTC

svn commit: r406484 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jlObject.c

Author: dlydick
Date: Sun May 14 17:51:47 2006
New Revision: 406484

URL: http://svn.apache.org/viewcvs?rev=406484&view=rev
Log:
Added comments about eventual implementation of
an array clone() routine.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jlObject.c

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jlObject.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jlObject.c?rev=406484&r1=406483&r2=406484&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jlObject.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jlObject.c Sun May 14 17:51:47 2006
@@ -265,6 +265,11 @@
  *       @b SecurityException in outer JVM loop when
  *       @link #jfalse jfalse@endlink.
  *
+ * @todo HARMONY-6-jvm-jlObject.c-6  Need to add a method of some
+ *       sort to implement clone() for array types.  Call it something
+ *       like jlObject_clone_array_implements() and any time that
+ *       an array wants to call a xxx_clone() method, call it.
+ *
  */
 
 jvm_object_hash jlObject_clone(jvm_object_hash objhashthis)