Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-19 Thread Kevin Walls
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there

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: 8303916: ThreadLists.java inconsistent results

2023-06-15 Thread Kevin Walls
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there

Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-14 Thread Alan Bateman
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there

Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-14 Thread Leonid Mesnik
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there

Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-14 Thread Chris Plummer
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there

Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-14 Thread David Holmes
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there

Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-14 Thread Kevin Walls
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there

Re: RFR: 8303916: ThreadLists.java inconsistent results

2023-06-14 Thread Chris Plummer
On Wed, 14 Jun 2023 09:30:49 GMT, Kevin Walls wrote: > This test fails when additional threads are created, as it compares thread > lists from different sources and sees a mismatch. > > It needs to tolerate some threads with certain names appearing, e.g. JVMCI > and ForkJoin threads. If there