`serviceability/sa/ClhsdbPstack.java#core` test seems to be failed since [JDK-8377946](https://bugs.openjdk.org/browse/JDK-8377946). See [comments in the its ticket](https://bugs.openjdk.org/browse/JDK-8377946?focusedId=14870950&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14870950) for details.
We discussed mixed jstack tests on Alpine in [JDK-8376284](https://bugs.openjdk.org/browse/JDK-8376284), then SA tests which runs mixed jstack should be skipped on Alpine. However following tests still would run on it. - TestJhsdbJstackMixed.java - TestJhsdbJstackMixedWithXComp.java - TestJhsdbJstackPrintVMLocks.java - ClhsdbPstack.java --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Disable mixed jstack tests on musl C Changes: https://git.openjdk.org/jdk/pull/30761/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30761&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8382327 Stats: 23 lines in 4 files changed: 22 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/30761.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30761/head:pull/30761 PR: https://git.openjdk.org/jdk/pull/30761
