diff src/share/vm/c1/c1_InstructionPrinter.hpp @ 12882:ce0cc25bc5e2

8026054: New type profiling points: type of return values at calls Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
author roland
date Sat, 12 Oct 2013 12:12:59 +0200
parents acadb114c818
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/c1/c1_InstructionPrinter.hpp	Fri Oct 11 19:51:31 2013 -0700
+++ b/src/share/vm/c1/c1_InstructionPrinter.hpp	Sat Oct 12 12:12:59 2013 +0200
@@ -132,6 +132,7 @@
   virtual void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
   virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
   virtual void do_ProfileCall    (ProfileCall*     x);
+  virtual void do_ProfileReturnType (ProfileReturnType*  x);
   virtual void do_ProfileInvoke  (ProfileInvoke*   x);
   virtual void do_RuntimeCall    (RuntimeCall*     x);
   virtual void do_MemBar         (MemBar*          x);