< prev index next >

src/hotspot/share/opto/parse.hpp

Print this page

        

@@ -527,11 +527,11 @@
   // common code for making initial checks and forming addresses
   void do_field_access(bool is_get, bool is_field);
   bool static_field_ok_in_clinit(ciField *field, ciMethod *method);
 
   // common code for actually performing the load or store
-  void do_get_xxx(Node* obj, ciField* field, bool is_field);
+  void do_get_xxx(Node* obj, ciField* field);
   void do_put_xxx(Node* obj, ciField* field, bool is_field);
 
   // implementation of object creation bytecodes
   void emit_guard_for_new(ciInstanceKlass* klass);
   void do_new();
< prev index next >