RFR: JDK-8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client

serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Mon Feb 13 06:25:39 UTC 2017


Hi Jini,

It looks pretty good to me.
A couple of comments.

http://cr.openjdk.java.net/%7Ejgeorge/8173896/webrev.00/hotspot/test/serviceability/sa/TestPrintMdo.java.html

It seems these exports are not really needed:

   29 import java.io.BufferedInputStream;
   31 import java.io.FileInputStream;


This line looks strange as the variable of type OutputStream is called "input":
  127         OutputStream input = p.getOutputStream();

Adding a comment explaining why is that would be nice.


Thanks,
Serguei

On 2/11/17 04:32, Jini George wrote:
>
> Could I pls get reviews done for the SA testbug:
>
> https://bugs.openjdk.java.net/browse/JDK-8173896
>
> Webrev: http://cr.openjdk.java.net/~jgeorge/8173896/webrev.00/ 
> <http://cr.openjdk.java.net/%7Ejgeorge/8173896/webrev.00/index.html>
>
> Thanks,
>
> Jini.
>
> <http://cr.openjdk.java.net/%7Ejgeorge/8173896/webrev.00/index.html>
>
> <http://cr.openjdk.java.net/%7Ejgeorge/8173896/webrev.00/index.html>
>


More information about the serviceability-dev mailing list