< prev index next >

src/hotspot/share/c1/c1_LIRAssembler.hpp

Print this page
@@ -195,10 +195,11 @@
    void emit_alloc_array(LIR_OpAllocArray* op);
    void emit_opTypeCheck(LIR_OpTypeCheck* op);
    void emit_typecheck_helper(LIR_OpTypeCheck *op, Label* success, Label* failure, Label* obj_is_null);
    void emit_compare_and_swap(LIR_OpCompareAndSwap* op);
    void emit_lock(LIR_OpLock* op);
+   void emit_load_klass(LIR_OpLoadKlass* op);
    void emit_call(LIR_OpJavaCall* op);
    void emit_rtcall(LIR_OpRTCall* op);
    void emit_profile_call(LIR_OpProfileCall* op);
    void emit_profile_type(LIR_OpProfileType* op);
    void emit_delay(LIR_OpDelay* op);
< prev index next >