[lworld] Integrated: 8306677: [lworld] TestCallingConventionC1 fails on AArch64 with -XX:+PatchALot

Tobias Hartmann thartmann at openjdk.org
Fri Apr 21 14:48:07 UTC 2023


On Fri, 21 Apr 2023 14:36:07 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> On AArch64, patching in C1 is handled by deoptimization (`DEOPTIMIZE_WHEN_PATCHING`) and therefore TestCallingConventionC1 fails with `-XX:+PatchALot` because some test methods are unexpectedly deoptimized. The fix is to disable that flag if C1 is the only available compiler.
> 
> Best regards,
> Tobias

This pull request has now been integrated.

Changeset: 6673e60b
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/6673e60b5f65664ff2858880dcd64e4be7b03448
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8306677: [lworld] TestCallingConventionC1 fails on AArch64 with -XX:+PatchALot

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

PR: https://git.openjdk.org/valhalla/pull/842



More information about the valhalla-dev mailing list