RFR: 8344032: InterpreterRuntime::verify_mdp() missing lock while printing MethodData on failure [v2]

Thomas Schatzl tschatzl at openjdk.org
Thu Nov 14 08:18:49 UTC 2024


On Wed, 13 Nov 2024 19:53:04 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Added locking.  I injected some MethodData printing with logging to test this to verify that there wasn't a lock ranking assert.
>> 
>> Tested with tier1-4.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use ConditionalMutexLocker instead.

Thanks, fixes the issue.

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

Marked as reviewed by tschatzl (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22082#pullrequestreview-2435326686


More information about the hotspot-dev mailing list