hotspot/src/share/vm/ci/ciField.hpp
changeset 202 dc13bf0e5d5d
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
--- a/hotspot/src/share/vm/ci/ciField.hpp	Fri Feb 22 17:55:13 2008 -0800
+++ b/hotspot/src/share/vm/ci/ciField.hpp	Mon Feb 25 15:05:44 2008 -0800
@@ -102,7 +102,7 @@
   BasicType layout_type() { return type2field[(_type == NULL) ? T_OBJECT : _type->basic_type()]; }
 
   // How big is this field in memory?
-  int size_in_bytes() { return type2aelembytes[layout_type()]; }
+  int size_in_bytes() { return type2aelembytes(layout_type()); }
 
   // What is the offset of this field?
   int offset() {