Message ID | 1385483927.2109.61.camel@localhost.localdomain |
---|---|
State | New |
Headers | show |
diff -r 0460e912b300 -r 36a829ad1cdd src/share/vm/c1/c1_Runtime1.cpp --- a/src/share/vm/c1/c1_Runtime1.cpp Mon Nov 25 12:06:41 2013 +0000 +++ b/src/share/vm/c1/c1_Runtime1.cpp Mon Nov 25 12:38:38 2013 +0000 @@ -1141,7 +1141,7 @@ if (load_klass_or_mirror_patch_id || stub_id == Runtime1::load_appendix_patching_id - || stub_id == Runtime1::access_field_patching_id) { + AARCH64_ONLY(|| stub_id == Runtime1::access_field_patching_id)) { relocInfo::relocType rtype; switch(stub_id) { case Runtime1::load_klass_patching_id: --- CUT HERE ---