hotspot/src/share/vm/runtime/thread.cpp
changeset 46658 72c739e058d4
parent 46644 a5813fb66270
child 46701 f559541c0daa
--- 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);