Integrated: 8294538: missing is_unloading() check in SharedRuntime::fixup_callers_callsite()
Dean Long
dlong at openjdk.org
Sat Oct 22 02:15:11 UTC 2022
On Tue, 18 Oct 2022 17:37:30 GMT, Dean Long <dlong at openjdk.org> wrote:
> This change adds a missing is_unloading() check for the callee in SharedRuntime::fixup_callers_callsite() and removes from_compiled_entry_no_trampoline() because it is no longer used.
This pull request has now been integrated.
Changeset: b5efa2af
Author: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b5efa2afe268e3171f54d8488ef69bf67059bd7f
Stats: 22 lines in 3 files changed: 9 ins; 12 del; 1 mod
8294538: missing is_unloading() check in SharedRuntime::fixup_callers_callsite()
Reviewed-by: kvn, thartmann, eosterlund
-------------
PR: https://git.openjdk.org/jdk/pull/10747
More information about the hotspot-dev
mailing list