RFR: 8377513: jpackage: fix Win8365790Test test
Alexander Matveev
almatvee at openjdk.org
Tue Feb 10 03:18:29 UTC 2026
On Tue, 10 Feb 2026 00:41:41 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> 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.
Looks good.
-------------
Marked as reviewed by almatvee (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29642#pullrequestreview-3776511319
More information about the core-libs-dev
mailing list