On Thu, 15 Jun 2023 09:17:24 GMT, Kevin Walls wrote:
> I did look at the history and this test exists because of previous confusion
> about thread groups, where the top thread group and the MXBean thread lists
> could be different. So if this test creates new threads and checks they are
> in b
On Sat, 17 Jun 2023 01:22:54 GMT, Alex Menkov wrote:
> This change adds new option. most likely this requires CSR
Hi @alexmenkov, it seems that adding new parameters to jcmd does not require a
CSR, only changes like those to jmap do.
-
PR Review Comment: https://git.openjdk.org/jd
On Fri, 16 Jun 2023 10:44:47 GMT, Matthias Baesken wrote:
> After push of [JDK-8307478](https://bugs.openjdk.org/browse/JDK-8307478) ,
> the following test started to fail on AIX :
> com/sun/tools/attach/warnings/DynamicLoadWarningTest.java ; failure output :
>
> java.lang.RuntimeException: 'WA
> The current implementation for testing generational ZGC with jtreg is
> implemented with a filter on the mode flag `ZGenerational`. Because of this
> only environments which set this flag explicitly will run most of the tests.
> So they get missed in Github Actions and for developers running j