RFR: JDK-8301163: jdk/internal/vm/Continuation/Fuzz.java increase COMPILATION_TIMEOUT for Linux ppc64le [v2]

Matthias Baesken mbaesken at openjdk.org
Fri Jan 27 08:52:23 UTC 2023


On Fri, 27 Jan 2023 08:41:12 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

>> 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 94:
> 
>> 92:                                        + "on macosx-aarch64");
>> 93:         }
>> 94:         if (Platform.isLinux() && Platform.isPPC()) {
> 
> I wouldn't limit to Linux.

I changed it, removed the Linux related check.

-------------

PR: https://git.openjdk.org/jdk/pull/12244


More information about the core-libs-dev mailing list