On Fri, 17 Oct 2025 19:36:58 GMT, Alexey Semenyuk <[email protected]> wrote:
> $subj > > In a nutshell, wrap static fields of TKit and JPackageCommand classes into > inheritable thread-local wrappers. > > As a side effect of this change, had to rework the "WinNoRestartTest.java" > test to explicitly start a worker thread instead of using ExecutorService > because it doesn't work well with the new inheritable thread-local wrappers. This pull request has now been integrated. Changeset: c781a2ff Author: Alexey Semenyuk <[email protected]> URL: https://git.openjdk.org/jdk/commit/c781a2ff318d38598ce60af80da834638ebc6f00 Stats: 362 lines in 7 files changed: 215 ins; 63 del; 84 mod 8370136: Support async execution of jpackage tests Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/27877
