6786195: many nsk.monitoring tests fail with -server -Xcomp

Remove Universe::_fillerArrayKlassObj and associated code

Reviewed-by: jmasa, tonyp
This commit is contained in:
John Coomes 2008-12-18 01:27:04 -08:00
parent 8fc946854c
commit a88e734cac
3 changed files with 1 additions and 8 deletions

View file

@ -133,7 +133,6 @@ class Universe: AllStatic {
static klassOop _constantPoolCacheKlassObj;
static klassOop _compiledICHolderKlassObj;
static klassOop _systemObjArrayKlassObj;
static klassOop _fillerArrayKlassObj;
// Known objects in the VM
@ -266,7 +265,6 @@ class Universe: AllStatic {
static klassOop constantPoolCacheKlassObj() { return _constantPoolCacheKlassObj; }
static klassOop compiledICHolderKlassObj() { return _compiledICHolderKlassObj; }
static klassOop systemObjArrayKlassObj() { return _systemObjArrayKlassObj; }
static klassOop fillerArrayKlassObj() { return _fillerArrayKlassObj; }
// Known objects in tbe VM
static oop int_mirror() { return check_mirror(_int_mirror);