RFR: 8260869: Test java/foreign/TestHandshake.java fails intermittently [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Mar 1 19:30:02 UTC 2021


On Fri, 26 Feb 2021 17:56:21 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address review comments
>
> test/jdk/java/foreign/TestHandshake.java line 60:
> 
>> 58: 
>> 59:     static final int NUM_ACCESSORS = Math.max(10, Runtime.getRuntime().availableProcessors());
>> 60: 
> 
> `min` rather than `max` so as to clamp at a maximum of 10 accessors?

Whoops - of course :-)

-------------

PR: https://git.openjdk.java.net/jdk/pull/2748


More information about the core-libs-dev mailing list