hotspot/src/share/vm/runtime/thread.cpp
changeset 44993 f61bcd80ec1f
parent 44520 0553e129e0ec
child 46458 3c12af929e7d
--- a/hotspot/src/share/vm/runtime/thread.cpp	Sat Apr 22 12:05:20 2017 +0200
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Thu May 04 07:26:28 2017 +0000
@@ -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* k = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);
   instanceKlassHandle klass (THREAD, k);