--- old/src/hotspot/share/gc/shared/generation.cpp 2020-02-12 12:50:07.187396523 +0100 +++ new/src/hotspot/share/gc/shared/generation.cpp 2020-02-12 12:50:06.789383972 +0100 @@ -79,9 +79,6 @@ assert(!_reserved.is_empty(), "empty generation?"); _span_based_discoverer.set_span(_reserved); _ref_processor = new ReferenceProcessor(&_span_based_discoverer); // a vanilla reference processor - if (_ref_processor == NULL) { - vm_exit_during_initialization("Could not allocate ReferenceProcessor object"); - } } void Generation::print() const { print_on(tty); }