On macosx-aarch64, sometimes the generated core file does not contain all valid memory. This causes SA tests to fail with various address related java exceptions. There's nothing SA can do to work around the problem, and these failures over time have been just too noisy, so I'm problem listing all the SA core files tests on macosx-aarch64. Note they are already problem listed on macosx-x64 dues to [JDK-8267433](https://bugs.openjdk.org/browse/JDK-8267433) (the tests time out while generating the core dump because it takes way too long), so unfortunately this means no more core file testing on macosx, at least for now.
Tested with tier1 and running all tier2 and tier5 SA test tasks. ------------- Commit messages: - Problem list all SA core files tests on macosx-aarch64 Changes: https://git.openjdk.org/jdk/pull/19950/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19950&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8335291 Stats: 7 lines in 1 file changed: 0 ins; 0 del; 7 mod Patch: https://git.openjdk.org/jdk/pull/19950.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/19950/head:pull/19950 PR: https://git.openjdk.org/jdk/pull/19950
