On Fri, 26 Feb 2021 17:56:21 GMT, Paul Sandoz <psan...@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