8272520: Inline GenericTaskQueue::initialize() to the constructor

Reviewed-by: kbarrett, iwalulya
This commit is contained in:
Albert Mingkun Yang 2021-08-17 12:42:02 +00:00
parent ed57cf1cf3
commit 2aaf795270
10 changed files with 4 additions and 23 deletions

View file

@ -58,10 +58,6 @@ ParCompactionManager::ParCompactionManager() {
_old_gen = heap->old_gen();
_start_array = old_gen()->start_array();
marking_stack()->initialize();
_objarray_stack.initialize();
_region_stack.initialize();
reset_bitmap_query_cache();
}