hotspot/src/share/vm/runtime/thread.cpp
changeset 46458 3c12af929e7d
parent 46388 d7a164ad6b7f
parent 44993 f61bcd80ec1f
child 46474 c872a196b75f
--- a/hotspot/src/share/vm/runtime/thread.cpp	Fri May 12 11:41:05 2017 +0200
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri May 12 13:14:25 2017 -0700
@@ -3404,7 +3404,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, modules, startuptime));
+  TraceTime timer("Phase2 initialization", TRACETIME_LOG(Info, module, startuptime));
 
   Klass* klass = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);