src/hotspot/share/code/relocInfo.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 49592 77fb0be7d19f
--- a/src/hotspot/share/code/relocInfo.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/share/code/relocInfo.cpp	Tue Oct 31 11:55:09 2017 -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;