Re: RFR: 8296646: com/sun/jdi/JdbLastErrorTest.java test failure

2023-02-07 Thread Kevin Walls
On Mon, 6 Feb 2023 14:24:51 GMT, Kevin Walls wrote: > This test fails sometimes with ZGC. It is testing using Panama to access > Windows' last error value, and can of course be interrupted by VM work that > changes the value, but it does generally work. Skipping the test with ZGC is > reasonab

Re: RFR: 8296646: com/sun/jdi/JdbLastErrorTest.java test failure [v2]

2023-02-07 Thread Kevin Walls
> This test fails sometimes with ZGC. It is testing using Panama to access > Windows' last error value, and can of course be interrupted by VM work that > changes the value, but it does generally work. Skipping the test with ZGC is > reasonable as you don't really _have_ to step through this kin

Re: RFR: 8296646: com/sun/jdi/JdbLastErrorTest.java test failure

2023-02-06 Thread Chris Plummer
On Mon, 6 Feb 2023 14:24:51 GMT, Kevin Walls wrote: > This test fails sometimes with ZGC. It is testing using Panama to access > Windows' last error value, and can of course be interrupted by VM work that > changes the value, but it does generally work. Skipping the test with ZGC is > reasonab

Re: RFR: 8296646: com/sun/jdi/JdbLastErrorTest.java test failure

2023-02-06 Thread Serguei Spitsyn
On Mon, 6 Feb 2023 14:24:51 GMT, Kevin Walls wrote: > This test fails sometimes with ZGC. It is testing using Panama to access > Windows' last error value, and can of course be interrupted by VM work that > changes the value, but it does generally work. Skipping the test with ZGC is > reasonab

Re: RFR: 8296646: com/sun/jdi/JdbLastErrorTest.java test failure

2023-02-06 Thread David Holmes
On Mon, 6 Feb 2023 14:24:51 GMT, Kevin Walls wrote: > This test fails sometimes with ZGC. It is testing using Panama to access > Windows' last error value, and can of course be interrupted by VM work that > changes the value, but it does generally work. Skipping the test with ZGC is > reasonab

RFR: 8296646: com/sun/jdi/JdbLastErrorTest.java test failure

2023-02-06 Thread Kevin Walls
This test fails sometimes with ZGC. It is testing using Panama to access Windows' last error value, and can of course be interrupted by VM work that changes the value, but it does generally work. Skipping the test with ZGC is reasonable as you don't really _have_ to step through this kind of Pan