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.

Reply via email to