hotspot/src/share/vm/runtime/arguments.cpp
changeset 46701 f559541c0daa
parent 46655 d5ecb8ef2b93
child 46705 99020a8905b6
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Thu Jul 20 17:23:24 2017 -0700
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Fri Jul 21 09:50:12 2017 +0200
@@ -4265,7 +4265,7 @@
     const char* gc_conf = PrintGCDetails ? "gc*" : "gc";
 
     LogTarget(Error, logging) target;
-    LogStreamCHeap errstream(target);
+    LogStream errstream(target);
     return LogConfiguration::parse_log_arguments(_gc_log_filename, gc_conf, NULL, NULL, &errstream);
   } else if (PrintGC || PrintGCDetails) {
     LogConfiguration::configure_stdout(LogLevel::Info, !PrintGCDetails, LOG_TAGS(gc));