On Fri, 27 Jan 2023 08:52:21 GMT, Matthias Baesken <[email protected]> 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.
>
> Matthias Baesken has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Do not limit to Linux, handle all PPC platforms
test/jdk/jdk/internal/vm/Continuation/Fuzz.java line 95:
> 93: }
> 94: if (Platform.isPPC()) {
> 95: COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
I guess this won't compile. COMPILATION_TIMEOUT is final.
-------------
PR: https://git.openjdk.org/jdk/pull/12244