RFR: 8343763: Aarch64: Gtest codestrings.validate_vm intermittent fails extra addr

SendaoYan syan at openjdk.org
Sat Dec 7 13:34:41 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.

Hi, can anyone take look this PR, which remove the releated symbol name to make the fragile disassemble identical compare more robustness.

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

PR Comment: https://git.openjdk.org/jdk/pull/21955#issuecomment-2525115459


More information about the hotspot-compiler-dev mailing list