diff src/share/vm/c1/c1_Instruction.hpp @ 4116:973293defacd

7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks Summary: Move the inlinee invoke notification callback into inlinee preamble Reviewed-by: kvn, never
author iveresov
date Wed, 16 Nov 2011 19:42:58 -0800
parents a32de5085326
children 701a83c86f28
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Instruction.hpp	Wed Nov 16 09:13:57 2011 -0800
+++ b/src/share/vm/c1/c1_Instruction.hpp	Wed Nov 16 19:42:58 2011 -0800
@@ -501,6 +501,7 @@
   virtual RoundFP*          as_RoundFP()         { return NULL; }
   virtual ExceptionObject*  as_ExceptionObject() { return NULL; }
   virtual UnsafeOp*         as_UnsafeOp()        { return NULL; }
+  virtual ProfileInvoke*    as_ProfileInvoke()   { return NULL; }
 
   virtual void visit(InstructionVisitor* v)      = 0;