src/hotspot/share/opto/castnode.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 52934 8deeb7bba516
--- a/src/hotspot/share/opto/castnode.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/share/opto/castnode.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -237,8 +237,8 @@
     if (in_type != NULL && this_type != NULL &&
         (in_type->_lo != this_type->_lo ||
          in_type->_hi != this_type->_hi)) {
-      int lo1 = this_type->_lo;
-      int hi1 = this_type->_hi;
+      jint lo1 = this_type->_lo;
+      jint hi1 = this_type->_hi;
       int w1  = this_type->_widen;
 
       if (lo1 >= 0) {