[jdk8u-dev] RFR: 8315020: The macro definition for LoongArch64 zero build is not accurate.
mirabilos
duke at openjdk.org
Thu Jun 13 01:12:18 UTC 2024
On Thu, 13 Jun 2024 01:01:58 GMT, Leslie Zhai <lzhai at openjdk.org> wrote:
>> common/autoconf/platform.m4 line 384:
>>
>>> 382: # ZERO_ARCHDEF is used to enable architecture-specific code
>>> 383: case "${OPENJDK_TARGET_CPU}" in
>>> 384: loongarch64) ZERO_ARCHDEF=LOONGARCH64 ;;
>>
>> This is not necessary, line 390 already does that.
>
> But the line 390 is for x86, isn't it? Please point out my fault!
>
> Thanks,
> Leslie Zhai
The other 390 ;-) 391 after the patch.
-------------
PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/489#discussion_r1637334826
More information about the jdk8u-dev
mailing list