< prev index next >

src/hotspot/share/logging/logMessageBuffer.hpp

Print this page

        

*** 29,39 **** #include "memory/allocation.hpp" class LogMessageBuffer : public StackObj { friend class LogMessageTest; protected: ! struct LogLine VALUE_OBJ_CLASS_SPEC { LogLevelType level; size_t message_offset; }; static const size_t InitialLineCapacity = 10; static const size_t InitialMessageBufferCapacity = 1024; --- 29,39 ---- #include "memory/allocation.hpp" class LogMessageBuffer : public StackObj { friend class LogMessageTest; protected: ! struct LogLine { LogLevelType level; size_t message_offset; }; static const size_t InitialLineCapacity = 10; static const size_t InitialMessageBufferCapacity = 1024;
< prev index next >