RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port [v9]

Vladimir Kempik vkempik at openjdk.java.net
Fri Feb 26 12:55:50 UTC 2021


On Tue, 2 Feb 2021 23:07:08 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Anton Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   support macos_aarch64 in hsdis
>
> src/java.base/macosx/native/libjli/java_md_macosx.m line 210:
> 
>> 208:     if (preferredJVM == NULL) {
>> 209: #if defined(__i386__)
>> 210:         preferredJVM = "client";
> 
> #if defined(__i386__)
>         preferredJVM = "client";
> Not your bug, but Oracle/OpenJDK never supported 32-bit __i386__ on macOS.

Hello
I thought the openjdk7 supported 32-bit macos at some point in time

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

PR: https://git.openjdk.java.net/jdk/pull/2200



More information about the security-dev mailing list