RFR (xxs): Fix @bug in sun/misc/Version/Version.java
Mandy Chung
mandy.chung at oracle.com
Tue Sep 22 03:54:28 UTC 2015
> On Sep 21, 2015, at 8:51 PM, Iris Clark <iris.clark at 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
More information about the core-libs-dev
mailing list