RFR: JDK-8301163: jdk/internal/vm/Continuation/Fuzz.java increase COMPILATION_TIMEOUT for Linux ppc64le
Matthias Baesken
mbaesken at openjdk.org
Fri Jan 27 08:40:49 UTC 2023
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.
-------------
Commit messages:
- JDK-8301163
Changes: https://git.openjdk.org/jdk/pull/12244/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12244&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8301163
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12244.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12244/head:pull/12244
PR: https://git.openjdk.org/jdk/pull/12244
More information about the core-libs-dev
mailing list