Integrated: 8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders

Coleen Phillimore coleenp at openjdk.org
Fri Mar 17 18:59:35 UTC 2023


On Fri, 10 Mar 2023 13:41:15 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change removes the JVM code and option (default off) to synchronize class loading for non-parallel capable class loading.  For more information see: https://bugs.openjdk.org/browse/JDK-8295673
> and Release Note for the option in 20: https://bugs.openjdk.org/browse/JDK-8296446
> 
> Now Release Note for removal: https://bugs.openjdk.org/browse/JDK-8303967
> 
> Tested with tier1-7.

This pull request has now been integrated.

Changeset: 932be354
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/932be3542d3d82b7da76ef3b82bf76231daf2aa6
Stats:     164 lines in 10 files changed: 1 ins; 147 del; 16 mod

8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders

Reviewed-by: dholmes, fparain

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

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


More information about the hotspot-runtime-dev mailing list