RFR: 8306950: [REDO] JDK-8305252 make_method_handle_intrinsic may call java code under a lock [v6]
Coleen Phillimore
coleenp at openjdk.org
Fri Apr 28 15:29:26 UTC 2023
On Fri, 28 Apr 2023 13:34:58 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> This change redoes the intrinsic method table change to not hold a lock while calling make_method_handle_intrinsic. The first commit is the original patch and the second is the fix to the bug it caused.
>> The Atomic operations might not be needed.
>> Tested with tier1-7, where tests in multiple tiers were regularly failing.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Change it back to David's favorite.
The n-1th version passes tier4-7 again, and the nth version already passed 1-7. Thanks for reviewing David, Matias and Ioi.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13681#issuecomment-1527717245
More information about the hotspot-runtime-dev
mailing list