hotspot/src/share/vm/c1/c1_Compilation.hpp
changeset 22243 91944eab7b92
parent 21095 1a04f7b3946e
child 24018 77b156916bab
--- a/hotspot/src/share/vm/c1/c1_Compilation.hpp	Wed Jan 08 12:05:19 2014 +0100
+++ b/hotspot/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 */ }
 };