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

@ -178,8 +178,7 @@ CollectedHeap::fill_with_array(HeapWord* start, size_t words)
// Set the length first for concurrent GC.
((arrayOop)start)->set_length((int)len);
post_allocation_setup_common(Universe::fillerArrayKlassObj(), start,
words);
post_allocation_setup_common(Universe::intArrayKlassObj(), start, words);
DEBUG_ONLY(zap_filler_array(start, words);)
}