RFR: 8305252: make_method_handle_intrinsic may call java code under a lock [v4]

Matias Saavedra Silva matsaave at openjdk.org
Fri Apr 21 18:59:45 UTC 2023


On Fri, 21 Apr 2023 16:37:37 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> This change adds an entry to the method intrinsic table without the Method and creates one later.  Racing threads wait() to get the method.  This is somewhat more complicated but avoids having to flush the Method and compiled nmethod for the thread that loses the race.
>> Tested with tier1-4.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Matias and Ioi comments.

Marked as reviewed by matsaave (Committer).

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

PR Review: https://git.openjdk.org/jdk/pull/13307#pullrequestreview-1396269637


More information about the hotspot-runtime-dev mailing list