8181093: assert(si->is_ldr_literal()) failed on arm64 test nsk/jdi/.../returnValue004

Reviewed-by: kvn, dlong
This commit is contained in:
Bob Vandette 2017-06-02 10:35:44 -04:00
parent 5d2b14d198
commit d0649472fa

@ -139,7 +139,7 @@ void metadata_Relocation::pd_fix_value(address x) {
#ifdef AARCH64
#ifdef COMPILER2
NativeMovConstReg* ni = nativeMovConstReg_at(addr());
if (ni->is_movz()) {
if (ni->is_mov_slow()) {
return;
}
#endif