RFR: 8310019: MIPS builds are broken after JDK-8304913 [v2]

Ao Qi aoqi at openjdk.org
Thu Jun 15 12:52:00 UTC 2023


On Wed, 14 Jun 2023 15:50:19 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> Add mipsel and mips64el to the Architecture enum.
>> (Later to be backported to JDK 21)
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add tests for MIPSEL and MIPS64EL

test/jdk/jdk/internal/util/ArchTest.java line 78:

> 76:             case "ppc64", "ppc64le" -> PPC64;
> 77:             case "mipsel" -> MIPSEL;
> 78:             case "mip64sel" -> MIPS64EL;

"mip64sel" -> "mips64el"

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14471#discussion_r1230959560


More information about the core-libs-dev mailing list