--- 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;
}