Thanks!
iris

-----Original Message-----
From: Mandy Chung 
Sent: Monday, September 21, 2015 8:54 PM
To: Iris Clark
Cc: core-libs-dev@openjdk.java.net; verona-...@openjdk.java.net
Subject: Re: RFR (xxs): Fix @bug in sun/misc/Version/Version.java


> On Sep 21, 2015, at 8:51 PM, Iris Clark <iris.cl...@oracle.com> wrote:
> 
> Hi.
> 
> Please review the following 1 character change to address this bug:
> 
>    8136875: Fix @bug in sun/misc/Version/Version.java
>    https://bugs.openjdk.java.net/browse/JDK-8136875
> 
> When 8134365 was fixed, it inadvertently used a `,` in the list of bugids in 
> the @bug line.  This is the required diff:
> 

Looks good.   Sorry I didn't catch that in the previous review.

Mandy

> --- a/test/sun/misc/Version/Version.java 
> +++ b/test/sun/misc/Version/Version.java 
> @@ -22,7 +22,7 @@ 
>   */ 
> 
>  /* @test 
> - * @bug 6994413, 8134365 
> + * @bug 6994413 8134365 
>   * @summary Check the JDK and JVM version returned by sun.misc.Version 
>   * matches the versions defined in the system properties. 
>   * Should use the API described in JDK-8136651 when available 
> 
> The regression test now passes as expected.
> 
> Thanks,
> iris

Reply via email to