--- old/src/hotspot/share/gc/g1/g1CollectedHeap.cpp 2020-05-23 22:40:05.882708772 +0200 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.cpp 2020-05-23 22:40:05.638707563 +0200 @@ -47,6 +47,7 @@ #include "gc/g1/g1HeapTransition.hpp" #include "gc/g1/g1HeapVerifier.hpp" #include "gc/g1/g1HotCardCache.hpp" +#include "gc/g1/g1InitLogger.hpp" #include "gc/g1/g1MemoryPool.hpp" #include "gc/g1/g1OopClosures.inline.hpp" #include "gc/g1/g1ParallelCleaning.hpp" @@ -1824,6 +1825,8 @@ _collection_set.initialize(max_regions()); + G1InitLogger::print(); + return JNI_OK; }