--- old/src/hotspot/share/gc/parallel/psPromotionManager.cpp 2020-02-11 14:19:40.502315992 +0100 +++ new/src/hotspot/share/gc/parallel/psPromotionManager.cpp 2020-02-11 14:19:40.088303264 +0100 @@ -60,10 +60,8 @@ // and make sure that the first instance starts at a cache line. assert(_manager_array == NULL, "Attempt to initialize twice"); _manager_array = PaddedArray::create_unfreeable(promotion_manager_num); - guarantee(_manager_array != NULL, "Could not initialize promotion manager"); _stack_array_depth = new OopStarTaskQueueSet(ParallelGCThreads); - guarantee(_stack_array_depth != NULL, "Could not initialize promotion manager"); // Create and register the PSPromotionManager(s) for the worker threads. for(uint i=0; iinit(promotion_manager_num); for (uint i = 0; i < promotion_manager_num; i += 1) { _manager_array[i].register_preserved_marks(_preserved_marks_set->get(i));