diff -r 5373bbadb433 -r 1d5551f466ee hotspot/src/share/vm/logging/logOutput.hpp --- a/hotspot/src/share/vm/logging/logOutput.hpp Mon Apr 11 09:45:03 2016 +0200 +++ b/hotspot/src/share/vm/logging/logOutput.hpp Mon Apr 11 12:22:09 2016 +0200 @@ -82,7 +82,7 @@ } virtual const char* name() const = 0; - virtual bool initialize(const char* options) = 0; + virtual bool initialize(const char* options, outputStream* errstream) = 0; virtual int write(const LogDecorations &decorations, const char* msg) = 0; };