hotspot/src/share/vm/opto/compile.hpp
changeset 24673 2ec56802b829
parent 24446 dca843327b90
child 24946 24b68ccf3fc4
--- a/hotspot/src/share/vm/opto/compile.hpp	Mon May 26 10:48:58 2014 +0200
+++ b/hotspot/src/share/vm/opto/compile.hpp	Mon May 26 14:27:01 2014 +0200
@@ -420,6 +420,7 @@
   stringStream* _print_inlining_stream;
   GrowableArray<PrintInliningBuffer>* _print_inlining_list;
   int _print_inlining_idx;
+  char* _print_inlining_output;
 
   // Only keep nodes in the expensive node list that need to be optimized
   void cleanup_expensive_nodes(PhaseIterGVN &igvn);
@@ -917,7 +918,8 @@
 
   void remove_useless_late_inlines(GrowableArray<CallGenerator*>* inlines, Unique_Node_List &useful);
 
-  void dump_inlining();
+  void process_print_inlining();
+  void dump_print_inlining();
 
   bool over_inlining_cutoff() const {
     if (!inlining_incrementally()) {