src/hotspot/share/opto/parse.hpp
changeset 55110 17f85a8780d5
parent 55105 9ad765641e8f
child 58679 9c3209ff7550
--- a/src/hotspot/share/opto/parse.hpp	Thu May 30 09:24:13 2019 -0400
+++ b/src/hotspot/share/opto/parse.hpp	Thu May 30 19:12:11 2019 +0300
@@ -532,14 +532,12 @@
 
   // 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_put_xxx(Node* obj, ciField* field, bool is_field);
 
   // implementation of object creation bytecodes
-  void emit_guard_for_new(ciInstanceKlass* klass);
   void do_new();
   void do_newarray(BasicType elemtype);
   void do_anewarray();