< prev index next >

src/hotspot/share/opto/parse.hpp

Print this page
*** 498,10 ***
--- 498,11 ---
    void array_store(BasicType etype);
    // Helper function to compute array addressing
    Node* array_addressing(BasicType type, int vals, const Type*& elemtype);
  
    void clinit_deopt();
+   void clinit_barrier_on_inline();
  
    void rtm_deopt();
  
    // Pass current map to exits
    void return_current(Node* value);
< prev index next >