hotspot/src/share/vm/runtime/os.cpp
changeset 46701 f559541c0daa
parent 46644 a5813fb66270
child 46958 a13bd8c6b7a2
child 46968 9119841280f4
--- a/hotspot/src/share/vm/runtime/os.cpp	Thu Jul 20 17:23:24 2017 -0700
+++ b/hotspot/src/share/vm/runtime/os.cpp	Fri Jul 21 09:50:12 2017 +0200
@@ -34,7 +34,7 @@
 #include "gc/shared/vmGCOperations.hpp"
 #include "interpreter/interpreter.hpp"
 #include "logging/log.hpp"
-#include "logging/logStream.inline.hpp"
+#include "logging/logStream.hpp"
 #include "memory/allocation.inline.hpp"
 #ifdef ASSERT
 #include "memory/guardedMemory.hpp"
@@ -1480,7 +1480,7 @@
 void os::trace_page_sizes(const char* str, const size_t* page_sizes, int count) {
   LogTarget(Info, pagesize) log;
   if (log.is_enabled()) {
-    LogStreamCHeap out(log);
+    LogStream out(log);
 
     out.print("%s: ", str);
     for (int i = 0; i < count; ++i) {