[7u] RFR: JDK-6626412: jstack using SA prints some info messages into err stream
Seán Coffey
sean.coffey at oracle.com
Tue Jun 21 13:31:26 UTC 2016
Do we really need to fix this in JDK 7u ? It's a P4 that brings
behavioural change to a JDK release that well mature now. It could
introduce issues for tooling that might be seperating out the stdout and
stderr streams.
'java -version' also prints to the err stream :-D
Regards,
Sean.
On 21/06/2016 10:01, Fairoz Matte wrote:
> PING....
>
> Someone could please review this, It is back port to 7. Only modification is changing info messages from err string
> - PrintStream err = System.err;
> + PrintStream out = System.out;
>
> And respective err to out in single file
>
> Thanks,
> Fairoz
>
>> -----Original Message-----
>> From: Fairoz Matte
>> Sent: Friday, June 17, 2016 3:02 PM
>> To: serviceability-dev at openjdk.java.net
>> Subject: [7u] RFR: JDK-6626412: jstack using SA prints some info
>> messages into err stream
>>
>> Hi,
>>
>> Please review the backport of bug: "JDK-6626412: jstack using SA prints
>> some info messages into err stream"
>>
>> Webrev: http://cr.openjdk.java.net/~shshahma/6626412/webrev/
>>
>> jdk9 bug: https://bugs.openjdk.java.net/browse/JDK-6626412
>>
>> jdk9
>> changeset:http://hg.openjdk.java.net/hsx/hsx25/hotspot/rev/5280822ddfcd
>>
>> Review thread: http://mail.openjdk.java.net/pipermail/serviceability-
>> dev/2013-November/013056.html
>>
>> Thanks,
>> Fairoz
More information about the serviceability-dev
mailing list