On Tue, 3 Oct 2023 17:53:27 GMT, Daniel D. Daugherty <dcu...@openjdk.org> wrote:
> Trivial fixes to ProblemList noisy tests in the JDK22 CI; > > [JDK-8317446](https://bugs.openjdk.org/browse/JDK-8317446) ProblemList > gc/arguments/TestNewSizeFlags.java on macosx-aarch64 in Xcomp > [JDK-8317448](https://bugs.openjdk.org/browse/JDK-8317448) ProblemList > compiler/interpreter/TestVerifyStackAfterDeopt.java on macosx-aarch64 in Xcomp > [JDK-8317449](https://bugs.openjdk.org/browse/JDK-8317449) ProblemList > serviceability/jvmti/stress/StackTrace/NotSuspended/GetStackTraceNotSuspendedStressTest.java > on several platforms This change is simply problem listing multiple tests. As described in the [OpenJDK Developers’ Guide](https://openjdk.org/guide/#problemlisting-jtreg-tests), the problem listing issues are sub-tasks of the actual (still open) issues and are linked by Skara in the "Issues" section of this PR. The corresponding JBS issues are also listed in the problem list entries themselves. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16031#issuecomment-1746682420