RFR(XXS) : [8u20] : 8038931 : [TESTBUG] Several regression tests fail to compile in JDK 8u20 nightly build
Seán Coffey
sean.coffey at oracle.com
Tue Apr 1 16:26:20 UTC 2014
Patch looks good to me Igor. If this is not applicable for JDK 9, please
add the 9-na label to the bug report.
Consider this approved for jdk8u-dev also.
regards,
Sean.
On 01/04/2014 13:47, Igor Ignatyev wrote:
> Hi all,
>
> Please review the patch:
>
> problem:
> - import statement is forgotten during backporting
> - assertSame uses fail method which hasn't been backported to 8u20 yet
>
> fix:
> - added import j.u.Objects statement
> - replaced 'fail(str)' by 'throw new RE(str)'
>
> webrev: http://cr.openjdk.java.net/~iignatyev/8038931/webrev.00/
> jbs: https://bugs.openjdk.java.net/browse/JDK-8038931
> testing: failing tests
More information about the jdk8u-dev
mailing list