< prev index next >

src/hotspot/share/opto/parse.hpp

Print this page

        

@@ -480,10 +480,12 @@
   // 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);
 
+  void clinit_deopt();
+
   void rtm_deopt();
 
   // Pass current map to exits
   void return_current(Node* value);
 
< prev index next >