[jdk11u-dev] RFR: 8248238: Implementation: JEP 388: Windows AArch64 Support [v10]
Reka Kovacs
rkovacs at openjdk.java.net
Thu Nov 4 21:17:14 UTC 2021
On Thu, 4 Nov 2021 09:00:49 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> make/autoconf/flags-ldflags.m4 line 192:
>>
>>> 190: $1_CPU_LDFLAGS="-safeseh"
>>> 191: # NOTE: Old build added -machine. Probably not needed.
>>> 192: $1_CPU_LDFLAGS_JVM_ONLY="-machine:I386"
>>
>> Even if the flag might not be needed, is it really prudent to make non-required changes in an update release?
>
> You're right, it is not prudent to do this.
Switched back to the old version, just adding an aarch64-specific branch in https://github.com/openjdk/jdk11u-dev/pull/301/commits/c0073dad2a6bb1c612d63f2572d67f9254460438.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/301
More information about the jdk-updates-dev
mailing list