[aarch64-port-dev ] All patching must use aarch64-specific code.
Andrew Haley
aph at redhat.com
Thu Dec 19 09:30:42 PST 2013
I don't know how this one got missed.
Andrew.
# HG changeset patch
# User aph
# Date 1387470545 0
# Node ID 18fdef53937828aaada5f1b618c2535ea6a189de
# Parent d51634dc964cc80727bf782291f83986818c44e4
All patching must use aarch64-speciofic code.
diff -r d51634dc964c -r 18fdef539378 src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp
--- a/src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp Thu Dec 19 16:14:04 2013 +0000
+++ b/src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp Thu Dec 19 16:29:05 2013 +0000
@@ -1513,7 +1513,7 @@
// Enter VM mode
ResetNoHandleMark rnhm;
- patch_code(thread, load_appendix_patching_id);
+ patch_code_aarch64(thread, load_appendix_patching_id);
}
// Back in JAVA, use no oops DON'T safepoint
More information about the aarch64-port-dev
mailing list