RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC [v2]
Alan Bateman
alanb at openjdk.org
Wed Jan 10 08:28:23 UTC 2024
On Tue, 9 Jan 2024 11:08:39 GMT, Viktor Klang <vklang at openjdk.org> wrote:
>> As per conversation in the issue.
>
> Viktor Klang has updated the pull request incrementally with two additional commits since the last revision:
>
> - Updating copyright year for zgc and zgc-gen problem lists
> - Removing OOMEInAQS from zgc and zgc-gen problem lists
The effect of `@requires vm.gc.G1` is that the test won't be selected when there is a test run that uses a different GC. Make sense and I agree restricting this test to one GC make sense.
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17313#pullrequestreview-1812651947
More information about the core-libs-dev
mailing list