diff src/share/vm/c1/c1_Compilation.hpp @ 14232:183bd5c00828

8028468: Add inlining information into ciReplay Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
author kvn
date Wed, 08 Jan 2014 10:25:50 -0800
parents 5ccbab1c69f3
children 4ca6dc0799b6 0bf37f737702
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Compilation.hpp	Wed Jan 08 12:05:19 2014 +0100
+++ b/src/share/vm/c1/c1_Compilation.hpp	Wed Jan 08 10:25:50 2014 -0800
@@ -259,6 +259,9 @@
   }
 
   ciKlass* cha_exact_type(ciType* type);
+
+  // Dump inlining replay data to the stream.
+  void dump_inline_data(outputStream* out) { /* do nothing now */ }
 };