Integrated: 8291654: AArch64: assert from JDK-8287393 causes crashes
Evgeny Astigeevich
duke at openjdk.org
Tue Aug 2 12:04:30 UTC 2022
On Mon, 1 Aug 2022 22:13:53 GMT, Evgeny Astigeevich <duke at openjdk.org> wrote:
> https://github.com/openjdk/jdk/commit/6cbc234ad17c5a0c4b3d6ea76f807c27c1dc8330 adds an assert checking `in_scratch_emit_size` is set during the output phase of C2 compilation. The assert can fail if C1 uses `trampoline_call`.
> The assert is not needed as the calculation of `in_scratch_emit_size` is short-circuited to false if it is C1.
This pull request has now been integrated.
Changeset: af76c0c1
Author: Evgeny Astigeevich <eastig at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/af76c0c1991f6051ba95f05b79121a7eeef8e7d3
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
8291654: AArch64: assert from JDK-8287393 causes crashes
Reviewed-by: dholmes, xliu, phh
-------------
PR: https://git.openjdk.org/jdk/pull/9709
More information about the hotspot-dev
mailing list