--- old/src/share/vm/c1/c1_Runtime1.cpp 2015-02-18 18:54:01.713180601 -0500 +++ new/src/share/vm/c1/c1_Runtime1.cpp 2015-02-18 18:54:00.801128953 -0500 @@ -1120,7 +1120,7 @@ #ifdef ARM if((load_klass_or_mirror_patch_id || stub_id == Runtime1::load_appendix_patching_id) && - !VM_Version::supports_movw()) { + nativeMovConstReg_at(copy_buff)->is_pc_relative()) { nmethod* nm = CodeCache::find_nmethod(instr_pc); address addr = NULL; assert(nm != NULL, "invalid nmethod_pc");