--- old/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp 2019-12-12 21:43:59.689388400 +0900 +++ new/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp 2019-12-12 21:43:59.206848300 +0900 @@ -37,7 +37,7 @@ #include "runtime/os.hpp" #include "utilities/macros.hpp" -static const char* Indents[5] = {"", " ", " ", " ", " "}; +static const char* Indents[] = {"", " ", " ", " ", " ", " "}; G1GCPhaseTimes::G1GCPhaseTimes(STWGCTimer* gc_timer, uint max_gc_threads) : _max_gc_threads(max_gc_threads),