review request (S): 7199082 write warning messages to stderr

John Coomes John.Coomes at oracle.com
Wed Sep 19 14:14:36 PDT 2012


Staffan Larsen (staffan.larsen at oracle.com) wrote:
> Looks good. All kinds of logging/warning/error messages from the JVM should go to stderr.

Thanks.

It's a discussion for another day, but the ability to get JVM output
like -XX:+PrintGCDetails into the same 'stream' (e.g., stdout) as the
application output can be useful for simple correlation of events.

-John

> On 18 sep 2012, at 20:47, John Coomes <John.Coomes at oracle.com> wrote:
> 
> > Small change to warning() to write to error_stream() instead of tty.
> > 
> > http://cr.openjdk.java.net/~jcoomes/7199082-warn-stderr/
> > 
> > Bug link:
> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7199082
> > 
> > -John
> 


More information about the hotspot-runtime-dev mailing list