RFR: 8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders [v2]

David Holmes dholmes at openjdk.org
Wed Mar 15 02:02:36 UTC 2023


On Tue, 14 Mar 2023 14:04:40 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.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix comments.

Nothing further from me. Looks good. Thanks!

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

Marked as reviewed by dholmes (Reviewer).

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


More information about the hotspot-runtime-dev mailing list