< prev index next >

src/share/vm/logging/logStream.hpp

Print this page
rev 13113 : imported patch 8181917-refactor-ul-logstream
rev 13114 : imported patch 8181917-refactor-ul-logstream-changes-2
rev 13115 : [mq]: 8181917-refactor-ul-logstream-changes-3

@@ -30,10 +30,11 @@
 #include "memory/resourceArea.hpp"
 #include "utilities/ostream.hpp"
 
 
 class LogStream : public outputStream {
+  friend class LogStreamTest_TestLineBufferAllocation_test_vm_Test; // see test/native/logging/test_logStream.cpp
 
   // Helper class, maintains the line buffer. For small line lengths,
   // we avoid malloc and use a fixed sized member char array. If LogStream
   // is allocated on the stack, this means small lines are assembled
   // directly on the stack.
< prev index next >