RFR: 8304743: Compile_lock and SystemDictionary updates [v3]
Coleen Phillimore
coleenp at openjdk.org
Mon Apr 3 20:26:02 UTC 2023
On Sat, 1 Apr 2023 13:27:17 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> The SystemDictionary is updated and read under the Compile_lock but this is unnecessary because the table is a concurrent hashtable, and the lock doesn't really synchronize any other compilation state. The lock may have protected other state that Dependencies used in the past but has been removed. See discussion in CR for more information.
>> Tested with tier1-8.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Missing null check
Thank you Dean. Thanks for the help with this VladimirI.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13270#issuecomment-1494932539
More information about the hotspot-dev
mailing list