On Wed, 6 Mar 2024 22:58:54 GMT, Viktor Klang <vkl...@openjdk.org> wrote:

> The common ForkJoinPool creating threads as a result of submitting tasks is 
> preventing class unloading when the thread construction is initiated from a 
> class loaded in a separate classloader. This fix avoids that when no 
> SecurityManager is configured.

This pull request has now been integrated.

Changeset: 53c4714a
Author:    Viktor Klang <vkl...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/53c4714aab2e072ba18631875dcaa3b2d5d22243
Stats:     6 lines in 1 file changed: 3 ins; 0 del; 3 mod

8327501: Common ForkJoinPool prevents class unloading in some cases

Reviewed-by: alanb

-------------

PR: https://git.openjdk.org/jdk/pull/18144

Reply via email to