comparison src/share/vm/oops/klass.hpp @ 4444:7d9469b37f1f

bugfixes
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 23 Jan 2012 18:56:52 -0800
parents 7604c69a6301
children 33df1aeaebbf
comparison
equal deleted inserted replaced
4443:6fb167f79df6 4444:7d9469b37f1f
384 static int super_check_offset_offset_in_bytes() { return offset_of(Klass, _super_check_offset); } 384 static int super_check_offset_offset_in_bytes() { return offset_of(Klass, _super_check_offset); }
385 static int primary_supers_offset_in_bytes(){ return offset_of(Klass, _primary_supers); } 385 static int primary_supers_offset_in_bytes(){ return offset_of(Klass, _primary_supers); }
386 static int secondary_super_cache_offset_in_bytes() { return offset_of(Klass, _secondary_super_cache); } 386 static int secondary_super_cache_offset_in_bytes() { return offset_of(Klass, _secondary_super_cache); }
387 static int secondary_supers_offset_in_bytes() { return offset_of(Klass, _secondary_supers); } 387 static int secondary_supers_offset_in_bytes() { return offset_of(Klass, _secondary_supers); }
388 static int java_mirror_offset_in_bytes() { return offset_of(Klass, _java_mirror); } 388 static int java_mirror_offset_in_bytes() { return offset_of(Klass, _java_mirror); }
389 static int graal_mirror_offset_in_bytes() { return offset_of(Klass, _graal_mirror); }
389 static int modifier_flags_offset_in_bytes(){ return offset_of(Klass, _modifier_flags); } 390 static int modifier_flags_offset_in_bytes(){ return offset_of(Klass, _modifier_flags); }
390 static int layout_helper_offset_in_bytes() { return offset_of(Klass, _layout_helper); } 391 static int layout_helper_offset_in_bytes() { return offset_of(Klass, _layout_helper); }
391 static int access_flags_offset_in_bytes() { return offset_of(Klass, _access_flags); } 392 static int access_flags_offset_in_bytes() { return offset_of(Klass, _access_flags); }
392 393
393 // Unpacking layout_helper: 394 // Unpacking layout_helper: