On Tue, 10 Feb 2026 00:41:41 GMT, Alexey Semenyuk <[email protected]> wrote:
> - Run the code in the worker thread using the same global variables as in the > main thread. The NPE was caused by an attempt to access a global variable > non-existing in the worker thread. This change prevents NPEs in the worker > thread. > - Check for a thrown exception in the worker thread from the main thread to > make the test fail if the worker thread fails. This pull request has now been integrated. Changeset: 87df1bbb Author: Alexey Semenyuk <[email protected]> URL: https://git.openjdk.org/jdk/commit/87df1bbbe28f2009adda6ca13d0d7e2766c48c88 Stats: 19 lines in 1 file changed: 11 ins; 0 del; 8 mod 8377513: jpackage: fix Win8365790Test test Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/29642
