On Wed, 14 Jun 2023 15:50:19 GMT, Roger Riggs <rri...@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

Reply via email to