< prev index next >

src/share/vm/opto/parse.hpp

Print this page
rev 8961 : [mq]: diff-shenandoah.patch

@@ -481,11 +481,11 @@
   // Helper function to generate array load
   void array_load(BasicType etype);
   // Helper function to generate array store
   void array_store(BasicType etype);
   // Helper function to compute array addressing
-  Node* array_addressing(BasicType type, int vals, const Type* *result2=NULL);
+  Node* array_addressing(BasicType type, int vals, bool is_store, const Type* *result2=NULL);
 
   void rtm_deopt();
 
   // Pass current map to exits
   void return_current(Node* value);
< prev index next >