aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_LIRAssembler.hpp
diff options
context:
space:
mode:
authorroland <none@none>2013-10-09 16:32:21 +0200
committerroland <none@none>2013-10-09 16:32:21 +0200
commitdbf1dd3a02f22447ff628a666fdf78d12776c09c (patch)
tree0a299a7c7fd1df4bab5e9f61ff2a134a1370c0df /src/share/vm/c1/c1_LIRAssembler.hpp
parentfe5105dee31d9ae2d6530efec6c173e5902d08a8 (diff)
8023657: New type profiling points: arguments to call
Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
Diffstat (limited to 'src/share/vm/c1/c1_LIRAssembler.hpp')
-rw-r--r--src/share/vm/c1/c1_LIRAssembler.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_LIRAssembler.hpp b/src/share/vm/c1/c1_LIRAssembler.hpp
index 57df2725e..68f249a2a 100644
--- a/src/share/vm/c1/c1_LIRAssembler.hpp
+++ b/src/share/vm/c1/c1_LIRAssembler.hpp
@@ -208,6 +208,7 @@ class LIR_Assembler: public CompilationResourceObj {
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);