RFR: 8343763: Aarch64: Gtest codestrings.validate_vm intermittent fails extra addr
SendaoYan
syan at openjdk.org
Sat Nov 9 12:14:42 UTC 2024
On Thu, 7 Nov 2024 13:43:10 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> The `Gtest codestrings.validate_vm` intermittent fails with different disassembly symbol name, such as different symbol name with instruction `adrp`/`b` etc. I think the difference of symbol name is acceptable, this PR remove the releated symbol name to make the fragile disassemble identical compare more robustness.
> The change has been verified locally, the gtest test run with 20k times all passed, except sometimes the subtest `ThreadsListHandle::sanity_vm` intermittent fails which has been recorded by [JDK-8315141](https://bugs.openjdk.org/browse/JDK-8315141). Test-fix only, no risk.
GHA report two failures, the fails seems like environmental issue, it's unreleated to this PR.
1. macos-aarch64 jdk/tier1 part1 at `install dependencied` stage fails `invalid developer directory`
2. macos-aarch64 hs/tier1 runtime at `install dependencied` stage fails `invalid developer directory`
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21955#issuecomment-2466191838
More information about the hotspot-compiler-dev
mailing list