(0.41) AArch64 macOS: Stop assigning x18 - #18357
Conversation
This commit stops the JIT assigning the x18 register on AArch64 macOS. Original PR in master: eclipse-openj9#18351 Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
|
We can evaluate next week after going through some testing in the head stream. |
|
Running some 0.41 testing, which is still going. So far there are a couple of DAA hangs in -Xjit:count=0 modes with user generated core files.
|
|
Also the following, but there are no diagnostic files.
|
|
I ran Grinder jobs for DaaLoadTest_all_special_5m_5 and DaaLoadTest_daa1_special_5m_7, 20x each, and they finished successfully. |
|
Those failures with DaaLoadTest do not seem to relate to PR #18351. |
|
@JasonFengJ9 do you see any concerns in the weekend internal testing of amac? Did we get testing on both jdk11 and 17? |
From JDK 11/17/21 |
|
See Issue #17090 for the timeouts with LoadTests on amac. |
|
As the 0.41 and head stream testing looks good I will merge. |
This commit stops the JIT assigning the x18 register on AArch64 macOS.
Original PR in master: #18351