RFR: 8306767: Concurrent repacking of extra data in MethodData is potentially unsafe
Erik Österlund
eosterlund at openjdk.org
Tue Nov 28 14:32:23 UTC 2023
On Tue, 28 Nov 2023 06:23:29 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> I'm making sure that `allocate_bci_to_data` is only called when holding the `extra_data_lock`, so that no concurrent calls of it can ever occur.
>
> Testing: tier1-3 and stress.
Looks good!
-------------
Marked as reviewed by eosterlund (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16840#pullrequestreview-1753038432
More information about the hotspot-dev
mailing list