Integrated: 8306950: [REDO] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
Coleen Phillimore
coleenp at openjdk.org
Fri Apr 28 15:29:28 UTC 2023
On Wed, 26 Apr 2023 23:24:15 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.
This pull request has now been integrated.
Changeset: cf799ba2
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cf799ba232dcacd1d91a7dab4dc4bf8de9ac258e
Stats: 68 lines in 3 files changed: 38 ins; 5 del; 25 mod
8306950: [REDO] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
Reviewed-by: dholmes, matsaave, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/13681
More information about the hotspot-runtime-dev
mailing list