diff -r a0aef4e7599b -r 72c739e058d4 hotspot/src/share/vm/runtime/thread.cpp --- a/hotspot/src/share/vm/runtime/thread.cpp Wed Jul 12 11:59:51 2017 +0200 +++ b/hotspot/src/share/vm/runtime/thread.cpp Wed Jul 12 21:24:07 2017 -0400 @@ -3412,7 +3412,7 @@ // // After phase 2, The VM will begin search classes from -Xbootclasspath/a. static void call_initPhase2(TRAPS) { - TraceTime timer("Phase2 initialization", TRACETIME_LOG(Info, module, startuptime)); + TraceTime timer("Initialize module system", TRACETIME_LOG(Info, startuptime)); Klass* klass = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);