Re: RFR: 8316924: java/lang/Thread/virtual/stress/ParkALot.java times out

2023-09-27 Thread Jaikiran Pai
On Wed, 27 Sep 2023 07:47:19 GMT, Alan Bateman wrote: > A test only change to a stress test for virtual thread parking/unparking to > limit execution time on a larger systems. Right run, the test bashes > parking/unparking for 1, 2, 3, ... up to the number of half the hardware > threads. It is

Re: RFR: 8316924: java/lang/Thread/virtual/stress/ParkALot.java times out

2023-09-27 Thread Viktor Klang
On Wed, 27 Sep 2023 07:47:19 GMT, Alan Bateman wrote: > A test only change to a stress test for virtual thread parking/unparking to > limit execution time on a larger systems. Right run, the test bashes > parking/unparking for 1, 2, 3, ... up to the number of half the hardware > threads. It is

RFR: 8316924: java/lang/Thread/virtual/stress/ParkALot.java times out

2023-09-27 Thread Alan Bateman
A test only change to a stress test for virtual thread parking/unparking to limit execution time on a larger systems. Right run, the test bashes parking/unparking for 1, 2, 3, ... up to the number of half the hardware threads. It is changed to limit it to 4 iterations. It is also dialed down for