Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-18 Thread David Holmes
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

Re: RFR: JDK-8306441: Two-stage Segmented Heap Dump [v10]

2023-06-18 Thread Yi Yang
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

Integrated: JDK-8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second failure on AIX

2023-06-18 Thread Matthias Baesken
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

Re: RFR: 8310187: Improve Generational ZGC jtreg testing [v3]

2023-06-18 Thread Axel Boldt-Christmas
> 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