RFR: 8262894: [macos_aarch64] SIGBUS in Assembler::ld_st2

Gerard Ziemski gziemski at openjdk.java.net
Tue Mar 30 16:13:06 UTC 2021


On Mon, 29 Mar 2021 11:39:31 GMT, Anton Kozlov <akozlov at openjdk.org> wrote:

> Please review a fix for compiler/debug/VerifyAdapterSharing.java failure on macos/aarch64 platform. The root cause is in missing W^X switch in JNI DestroyJavaVM. 
> 
> I reviewed the rest of the JNI Invoke Interface functions. DetachCurrentThread needs a similar change, although nothing fails immediately. So DetachCurrentThread is changed as a precaution.

Looks good to me, thank you for fixing it.

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

Marked as reviewed by gziemski (Committer).

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


More information about the hotspot-dev mailing list