hotspot/src/share/vm/gc/g1/g1ConcurrentMark.cpp
changeset 37242 91e5f98fff6f
parent 37235 d9a0c407ac98
child 37413 2f71679d06dd
--- a/hotspot/src/share/vm/gc/g1/g1ConcurrentMark.cpp	Mon Apr 04 09:15:01 2016 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1ConcurrentMark.cpp	Mon Apr 04 09:15:15 2016 +0200
@@ -2620,7 +2620,7 @@
 }
 
 void G1ConcurrentMark::print_summary_info() {
-  LogHandle(gc, marking) log;
+  Log(gc, marking) log;
   if (!log.is_trace()) {
     return;
   }