Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite pthread_jit_write_protect_np() #16530

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Jan 10, 2023

This commit rewrites API calls to pthread_jit_write_protect_np() for AArch64 macOS by omrthread_jit_write_protect_disable/enable() introduced by eclipse/omr#6857.

Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com

This commit rewrites API calls to `pthread_jit_write_protect_np()` for
AArch64 macOS by `omrthread_jit_write_protect_disable/enable()`
introduced by eclipse/omr#6857.

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
@knn-k
Copy link
Contributor Author

knn-k commented Jan 10, 2023

Jenkins test sanity alinux64,amac,xmac jdk19

@keithc-ca
Copy link
Contributor

I had a branch like this prepared: I was waiting for the OMR change to promote. ;-)

Copy link
Contributor

@keithc-ca keithc-ca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @knn-k.

@keithc-ca keithc-ca merged commit e71acbd into eclipse-openj9:master Jan 10, 2023
@knn-k knn-k deleted the aarch64jit_write_protect branch January 10, 2023 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants