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/04/05 07:17:25 UTC

svn commit: r391508 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h

Author: dlydick
Date: Tue Apr  4 22:17:23 2006
New Revision: 391508

URL: http://svn.apache.org/viewcvs?rev=391508&view=rev
Log:
Adjusted array length definition.

Minor comment changes.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h?rev=391508&r1=391507&r2=391508&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h Tue Apr  4 22:17:23 2006
@@ -237,10 +237,12 @@
     /*!
      * @todo HARMONY-6-jvm-object.h-1 Is @c @b arraylength necessary?
      */
-    jint *arraylength;          /**< Length of array in @e each
-                                 * dimension, from this one on down
-                                 * to object instances.  Meaningful
-                                 * only when when @link
+    jint arraylength;           /**< First dimension of an array of
+                                 * length @c @b arraydims as passed in
+                                 * to object_instance_new(), which
+                                 * contains the length of array in each
+                                 * of those dimensions.
+                                 * Meaningful only when when @link
                                    #OBJECT_STATUS_ARRAY
                                    OBJECT_STATUS_ARRAY@endlink is set
                                  */
@@ -268,7 +270,8 @@
                                  */
 
     jvm_object_hash objhash_superclass; /**< Instance of
-                                 * of this object's superclass.
+                                 * of this object's superclass, namely
+                                 * the @c @b super object.
                                  * @link #JVMCFG_NULL_OBJECT
                                    JVMCFG_NULL_OBJECT@endlink indicates
                                  * that the parent class is a