[jdk21] Integrated: 8303916: ThreadLists.java inconsistent results

2023-06-28 Thread Kevin Walls
On Fri, 16 Jun 2023 09:15:52 GMT, Kevin Walls wrote: > Clean backport from latest jdk repo to jdk21 for the test change: > 8303916: ThreadLists.java inconsistent results This pull request has now been integrated. Changeset: 8d9ebb69 Author:Kevin Walls URL: https://git.openjdk.org/jd

Integrated: 8303916: ThreadLists.java inconsistent results

2023-06-16 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