Integrated: 8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
Kevin Walls
kevinw at openjdk.org
Tue Nov 15 07:28:02 UTC 2022
On Mon, 14 Nov 2022 13:19:38 GMT, Kevin Walls <kevinw at openjdk.org> 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.
>
> Remove test/jdk/ProblemList-Xcomp.txt entry for this test.
>
> Running jtreg directly (which would ignore problemlist) will now skip this test if e.g. those modes are given using -vmoption
This pull request has now been integrated.
Changeset: 8a9eabbe
Author: Kevin Walls <kevinw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8a9eabbec6eb9eb77056ed582e0ad6ec908f9ce3
Stats: 3 lines in 2 files changed: 0 ins; 2 del; 1 mod
8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
Reviewed-by: cjplummer, dcubed
-------------
PR: https://git.openjdk.org/jdk/pull/11136
More information about the serviceability-dev
mailing list