hotspot/src/cpu/sparc/vm/sparc.ad
changeset 13970 11a9630698a6
parent 13969 d2a189b83b87
child 14833 3c5e36997f11
--- a/hotspot/src/cpu/sparc/vm/sparc.ad	Tue Oct 09 10:11:38 2012 +0200
+++ b/hotspot/src/cpu/sparc/vm/sparc.ad	Tue Oct 09 12:40:05 2012 -0700
@@ -5885,8 +5885,8 @@
 %}
 
 // Load Unsigned Integer into a Long Register
-instruct loadUI2L(iRegL dst, memory mem) %{
-  match(Set dst (LoadUI2L mem));
+instruct loadUI2L(iRegL dst, memory mem, immL_32bits mask) %{
+  match(Set dst (AndL (ConvI2L (LoadI mem)) mask));
   ins_cost(MEMORY_REF_COST);
 
   size(4);