src/share/vm/ci/ciField.hpp

changeset 464
d5fc211aea19
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/ci/ciField.hpp	Fri Feb 22 17:55:13 2008 -0800
     1.2 +++ b/src/share/vm/ci/ciField.hpp	Mon Feb 25 15:05:44 2008 -0800
     1.3 @@ -102,7 +102,7 @@
     1.4    BasicType layout_type() { return type2field[(_type == NULL) ? T_OBJECT : _type->basic_type()]; }
     1.5  
     1.6    // How big is this field in memory?
     1.7 -  int size_in_bytes() { return type2aelembytes[layout_type()]; }
     1.8 +  int size_in_bytes() { return type2aelembytes(layout_type()); }
     1.9  
    1.10    // What is the offset of this field?
    1.11    int offset() {

mercurial