RFR: 8304915: Create jdk.internal.util.Architecture enum and apply [v7]
Jaikiran Pai
jpai at openjdk.org
Fri Apr 7 10:55:49 UTC 2023
On Fri, 7 Apr 2023 10:24:20 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unneeded qualified export from java.base to jdk.attach
>
> src/java.base/share/classes/jdk/internal/util/Architecture.java line 41:
>
>> 39: AARCH64(),
>> 40: RISCV64(),
>> 41: S390(),
>
> Why getting rid of the X in s390x? There has not been an s390 linux kernel in almost ten years.
Hello Thomas, that change was based on the review comment here https://github.com/openjdk/jdk/pull/13357#discussion_r1159810942
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13357#discussion_r1160623813
More information about the build-dev
mailing list