diff src/share/vm/oops/instanceKlass.hpp @ 344:6aae2f9d0294

Merge
author ysr
date Thu, 12 Jun 2008 13:50:55 -0700
parents 37f87013dfd8 437d03ea40b1
children 1ee8caae33af
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Thu Jun 05 15:57:56 2008 -0700
+++ b/src/share/vm/oops/instanceKlass.hpp	Thu Jun 12 13:50:55 2008 -0700
@@ -180,9 +180,8 @@
   // End of the oop block.
   //
 
-  // number of words used by non-static fields in this klass (including
-  // inherited fields but after header_size()).  If fields are compressed into
-  // header, this can be zero so it's not the same as number of static fields.
+  // Number of heapOopSize words used by non-static fields in this klass
+  // (including inherited fields but after header_size()).
   int             _nonstatic_field_size;
   int             _static_field_size;    // number words used by static fields (oop and non-oop) in this klass
   int             _static_oop_field_size;// number of static oop fields in this klass