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

2021-03-01 Thread Paul Sandoz
On Mon, 1 Mar 2021 19:30:00 GMT, Maurizio Cimadamore wrote: >> This simple fix reduces the amount of concurrency on the foreign memory >> TestHandshake test. As this test spins a new accessor thread for each >> available processors, on machines which feature an high number of available >>

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

2021-03-01 Thread Maurizio Cimadamore
On Fri, 26 Feb 2021 17:56:21 GMT, Paul Sandoz 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

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

2021-03-01 Thread Maurizio Cimadamore
> This simple fix reduces the amount of concurrency on the foreign memory > TestHandshake test. As this test spins a new accessor thread for each > available processors, on machines which feature an high number of available > processors (because of multi-threading), and which are slower in

Re: RFR: 8260869: Test java/foreign/TestHandshake.java fails intermittently

2021-02-26 Thread Paul Sandoz
On Fri, 26 Feb 2021 14:25:09 GMT, Maurizio Cimadamore wrote: > This simple fix reduces the amount of concurrency on the foreign memory > TestHandshake test. As this test spins a new accessor thread for each > available processors, on machines which feature an high number of available >

RFR: 8260869: Test java/foreign/TestHandshake.java fails intermittently

2021-02-26 Thread Maurizio Cimadamore
This simple fix reduces the amount of concurrency on the foreign memory TestHandshake test. As this test spins a new accessor thread for each available processors, on machines which feature an high number of available processors (because of multi-threading), and which are slower in forking new