hotspot/src/share/vm/opto/compile.cpp
changeset 38286 0ddb6f84e138
parent 38236 510f77046e00
child 39419 cc993a4ab581
--- a/hotspot/src/share/vm/opto/compile.cpp	Mon May 09 01:21:55 2016 -0700
+++ b/hotspot/src/share/vm/opto/compile.cpp	Mon May 09 11:34:09 2016 +0200
@@ -2905,6 +2905,8 @@
       }
     }
 #endif
+    // platform dependent reshaping of the address expression
+    reshape_address(n->as_AddP());
     break;
   }