src/hotspot/share/opto/parse2.cpp
changeset 51880 ec4c3c287ca7
parent 51850 9b8f2ef4663a
child 52090 b698138cf69b
--- a/src/hotspot/share/opto/parse2.cpp	Wed Sep 12 11:13:09 2018 +0200
+++ b/src/hotspot/share/opto/parse2.cpp	Tue Sep 18 20:49:44 2018 +0200
@@ -104,7 +104,7 @@
 
   const TypeAryPtr* adr_type = TypeAryPtr::get_array_body_type(bt);
 
-  access_store_at(control(), array, adr, adr_type, val, elemtype, bt, MO_UNORDERED | IN_HEAP | IS_ARRAY);
+  access_store_at(array, adr, adr_type, val, elemtype, bt, MO_UNORDERED | IN_HEAP | IS_ARRAY);
 }