Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC

2024-01-10 Thread Jaikiran Pai
On Wed, 10 Jan 2024 12:44:25 GMT, Viktor Klang wrote: >> Hello Viktor, the skara bot very helpfully has noted that this test has been >> problemlisted in a couple of files: >> >>> 8309218 is used in problem lists: [test/jdk/ProblemList-zgc.txt, >>> test/jdk/ProblemList-generational-zgc.txt]

Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC

2024-01-10 Thread Viktor Klang
On Tue, 9 Jan 2024 04:15:38 GMT, Jaikiran Pai wrote: >> As per conversation in the issue. > > Hello Viktor, the skara bot very helpfully has noted that this test has been > problemlisted in a couple of files: > >> 8309218 is used in problem lists: [test/jdk/ProblemList-zgc.txt, >>

Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC [v2]

2024-01-10 Thread Alan Bateman
On Tue, 9 Jan 2024 11:08:39 GMT, Viktor Klang 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

Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC [v2]

2024-01-09 Thread David Holmes
On Tue, 9 Jan 2024 11:08:39 GMT, Viktor Klang 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

Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC [v2]

2024-01-09 Thread Jaikiran Pai
On Tue, 9 Jan 2024 11:08:39 GMT, Viktor Klang 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

Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC

2024-01-09 Thread Viktor Klang
On Tue, 9 Jan 2024 04:15:38 GMT, Jaikiran Pai wrote: >> As per conversation in the issue. > > Hello Viktor, the skara bot very helpfully has noted that this test has been > problemlisted in a couple of files: > >> 8309218 is used in problem lists: [test/jdk/ProblemList-zgc.txt, >>

Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC [v2]

2024-01-09 Thread Viktor Klang
> 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 - Changes: -

Re: RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC

2024-01-08 Thread Jaikiran Pai
On Mon, 8 Jan 2024 21:13:25 GMT, Viktor Klang wrote: > As per conversation in the issue. Hello Viktor, the skara bot very helpfully has noted that this test has been problemlisted in a couple of files: > 8309218 is used in problem lists: [test/jdk/ProblemList-zgc.txt, >

RFR: 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC

2024-01-08 Thread Viktor Klang
As per conversation in the issue. - Commit messages: - Updating copyright year for OOMEInAQS.java - Addresses JBS issue 8309218 but pinning OOMEInAQS to always run on G1 Changes: https://git.openjdk.org/jdk/pull/17313/files Webrev: https://webrevs.openjdk.org/?repo=jdk=17313=00