JDK 9 RFR of JDK-8148627: Problem list TestMaxCachedBufferSize.java
Alan Bateman
Alan.Bateman at oracle.com
Fri Jan 29 19:59:12 UTC 2016
On 29/01/2016 18:53, joe darcy wrote:
> Hello,
>
> Until JDK-8148540 is addressed, the test
>
> sun/nio/ch/TestMaxCachedBufferSize.java
>
> should be problem listed on the platforms is fails on. Please review
> the patch below.
>
I think this test will be tricky to be reliable on 32-bit so the
simplest is to just restrict it to 64-bit with:
@requires (sun.arch.data.model == "64")
-Alan.
More information about the core-libs-dev
mailing list