On Wed, 10 Aug 2022 09:18:01 GMT, Alan Bateman <al...@openjdk.org> wrote:
> Change the test to use a custom scheduler so there is better control on when > the carrier threads terminates. Also convert test to TestNG so that all test > cases can be run in the context of a virtual thread. This pull request has now been integrated. Changeset: 0bfb1216 Author: Alan Bateman <al...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0bfb12162f6035559a114176115b91aff6df3b64 Stats: 143 lines in 2 files changed: 45 ins; 55 del; 43 mod 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []" Co-authored-by: Peter Levart <plev...@openjdk.org> Reviewed-by: plevart ------------- PR: https://git.openjdk.org/jdk/pull/9819