--- old/src/hotspot/share/code/relocInfo.cpp 2017-10-26 15:19:26.406180900 -0400 +++ new/src/hotspot/share/code/relocInfo.cpp 2017-10-26 15:19:26.052812912 -0400 @@ -489,7 +489,7 @@ #ifndef _LP64 _target = (address) (intptr_t)unpack_1_int(); #else - int32_t lo, hi; + jint lo, hi; unpack_2_ints(lo, hi); jlong t = jlong_from(hi, lo);; _target = (address) t;