--- old/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp 2020-05-23 22:42:00.347276372 +0200 +++ new/src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp 2020-05-23 22:42:00.067274983 +0200 @@ -37,7 +37,7 @@ #include "gc/shared/gcLocker.hpp" #include "gc/shared/gcWhen.hpp" #include "gc/shared/genArguments.hpp" -#include "gc/shared/initLogger.hpp" +#include "gc/shared/gcInitLogger.hpp" #include "gc/shared/locationPrinter.inline.hpp" #include "gc/shared/scavengableNMethods.hpp" #include "logging/log.hpp" @@ -135,7 +135,7 @@ // Set up WorkGang _workers.initialize_workers(); - InitLogger::print(); + GCInitLogger::print(); return JNI_OK; }