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

Coleen Phillimore coleenp at openjdk.org
Fri Mar 17 18:22:05 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.

Thanks David for the review and help clarifying the wording of the CSR and release note.

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

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


More information about the hotspot-runtime-dev mailing list