On Fri, 27 Jan 2023 08:33:32 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> On our Linux ppc64le test machines we quite often see compilation timeouts in > the test jdk/internal/vm/Continuation/Fuzz.java. > (especially when running with fastdebug binaries) > So it probably makes sense to use a higher compilation timeout (maybe factor > 2) on this platform. test/jdk/jdk/internal/vm/Continuation/Fuzz.java line 94: > 92: + "on macosx-aarch64"); > 93: } > 94: if (Platform.isLinux() && Platform.isPPC()) { I wouldn't limit to Linux. ------------- PR: https://git.openjdk.org/jdk/pull/12244