hotspot/src/share/vm/c1/c1_LIRAssembler.hpp
changeset 20702 bbe0fcde6e13
parent 19710 2f8ca425504e
child 24018 77b156916bab
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Oct 09 16:32:21 2013 +0200
@@ -208,6 +208,7 @@
   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);
 
   void arith_op(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr dest, CodeEmitInfo* info, bool pop_fpu_stack);