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

Anton Kozlov akozlov at openjdk.java.net
Fri Feb 5 13:01:06 UTC 2021


On Mon, 25 Jan 2021 22:48:50 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Anton Kozlov has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Refactor CDS disabling
>>  - Redo builsys support for aarch64-darwin
>
> src/jdk.hotspot.agent/macosx/native/libsaproc/MacosxDebuggerLocal.m line 702:
> 
>> 700:   primitiveArray = (*env)->GetLongArrayElements(env, registerArray, NULL);
>> 701: 
>> 702: #undef REG_INDEX
> 
> I'm not so sure why the #undef and subsequent #define of REG_INDEX is needed since it seems to just get #define'd back to the same value.

We've merged two implementations of SA, this change slipped in. I've cleaned this up. Thanks for noticing!

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

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



More information about the security-dev mailing list