Re: RFR: 8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java

2022-11-14 Thread Kevin Walls
On Mon, 14 Nov 2022 13:19:38 GMT, Kevin Walls wrote: > This is a (trivial) change of the @requires statement in a test: > don't run in -Xcomp or -Xint modes, where the interaction of Windows' native > GetLastError and Panama direct native access are known not to work well > together. > > Remo

Re: RFR: 8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java

2022-11-14 Thread Daniel D . Daugherty
On Mon, 14 Nov 2022 13:19:38 GMT, Kevin Walls wrote: > This is a (trivial) change of the @requires statement in a test: > don't run in -Xcomp or -Xint modes, where the interaction of Windows' native > GetLastError and Panama direct native access are known not to work well > together. > > Remo

Re: RFR: 8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java

2022-11-14 Thread Chris Plummer
On Mon, 14 Nov 2022 13:19:38 GMT, Kevin Walls wrote: > This is a (trivial) change of the @requires statement in a test: > don't run in -Xcomp or -Xint modes, where the interaction of Windows' native > GetLastError and Panama direct native access are known not to work well > together. > > Remo

RFR: 8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java

2022-11-14 Thread Kevin Walls
This is a (trivial) change of the @requires statement in a test: don't run in -Xcomp or -Xint modes, where the interaction of Windows' native GetLastError and Panama direct native access are known not to work well together. Remove test/jdk/ProblemList-Xcomp.txt entry for this test. Running jtr