diff src/share/vm/c1/c1_LIRAssembler.hpp @ 12875:d13d7aba8c12

8023657: New type profiling points: arguments to call Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
author roland
date Wed, 09 Oct 2013 16:32:21 +0200
parents f98f5d48f511
children 15766b73dc1d
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/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);