Hi Alan,
Limiting the test to 64-bit platforms is fine with me; I'll push the
change as you've suggested later today.
Thanks,
-Joe
On 1/29/2016 11:59 AM, Alan Bateman wrote:
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.