< prev index next >

src/hotspot/cpu/s390/templateTable_s390.cpp

Print this page
rev 50288 : [mq]: jep181-rev4

@@ -3634,11 +3634,11 @@
   // Get receiver klass into klass - also a null check.
   __ load_klass(klass, receiver);
 
   NearLabel subtype, no_such_interface;
 
-  __ check_klass_subtype(klass, interface, Z_tmp_2, Z_temp_3, subtype);
+  __ check_klass_subtype(klass, interface, Z_tmp_2, Z_tmp_3, subtype);
   // If we get here the typecheck failed
   __ z_bru(no_such_interface);
   __ bind(subtype);
 
   // do the call
< prev index next >