comparison src/share/vm/memory/universe.hpp @ 494:d593294016c3

6786195: many nsk.monitoring tests fail with -server -Xcomp Summary: remove Universe::_fillerArrayKlassObj and associated code Reviewed-by: jmasa, tonyp
author jcoomes
date Thu, 18 Dec 2008 01:27:04 -0800
parents 7d7a7c599c17
children 0fbdb4381b99 660978a2a31a
comparison
equal deleted inserted replaced
483:0f773163217d 494:d593294016c3
131 static klassOop _instanceKlassKlassObj; 131 static klassOop _instanceKlassKlassObj;
132 static klassOop _constantPoolKlassObj; 132 static klassOop _constantPoolKlassObj;
133 static klassOop _constantPoolCacheKlassObj; 133 static klassOop _constantPoolCacheKlassObj;
134 static klassOop _compiledICHolderKlassObj; 134 static klassOop _compiledICHolderKlassObj;
135 static klassOop _systemObjArrayKlassObj; 135 static klassOop _systemObjArrayKlassObj;
136 static klassOop _fillerArrayKlassObj;
137 136
138 // Known objects in the VM 137 // Known objects in the VM
139 138
140 // Primitive objects 139 // Primitive objects
141 static oop _int_mirror; 140 static oop _int_mirror;
264 static klassOop instanceKlassKlassObj() { return _instanceKlassKlassObj; } 263 static klassOop instanceKlassKlassObj() { return _instanceKlassKlassObj; }
265 static klassOop constantPoolKlassObj() { return _constantPoolKlassObj; } 264 static klassOop constantPoolKlassObj() { return _constantPoolKlassObj; }
266 static klassOop constantPoolCacheKlassObj() { return _constantPoolCacheKlassObj; } 265 static klassOop constantPoolCacheKlassObj() { return _constantPoolCacheKlassObj; }
267 static klassOop compiledICHolderKlassObj() { return _compiledICHolderKlassObj; } 266 static klassOop compiledICHolderKlassObj() { return _compiledICHolderKlassObj; }
268 static klassOop systemObjArrayKlassObj() { return _systemObjArrayKlassObj; } 267 static klassOop systemObjArrayKlassObj() { return _systemObjArrayKlassObj; }
269 static klassOop fillerArrayKlassObj() { return _fillerArrayKlassObj; }
270 268
271 // Known objects in tbe VM 269 // Known objects in tbe VM
272 static oop int_mirror() { return check_mirror(_int_mirror); 270 static oop int_mirror() { return check_mirror(_int_mirror);
273 } 271 }
274 static oop float_mirror() { return check_mirror(_float_mirror); } 272 static oop float_mirror() { return check_mirror(_float_mirror); }