--- old/src/share/vm/logging/logStream.hpp 2017-06-18 08:19:37.588624400 +0200 +++ new/src/share/vm/logging/logStream.hpp 2017-06-18 08:19:36.869906400 +0200 @@ -30,6 +30,9 @@ #include "memory/resourceArea.hpp" #include "utilities/ostream.hpp" + + + // The base class of an output stream that logs to the logging framework. template class LogStreamBase : public outputStream { @@ -122,4 +125,5 @@ LogStreamTemplate() : LogStream((LogTargetImpl*)NULL) {} }; + #endif // SHARE_VM_LOGGING_LOGSTREAM_HPP