hotspot/src/share/vm/ci/ciEnv.hpp
changeset 22243 91944eab7b92
parent 22234 da823d78ad65
child 22893 e3a2b513713a
equal deleted inserted replaced
22242:07e4f028ec7a 22243:91944eab7b92
   449 
   449 
   450   // RedefineClasses support
   450   // RedefineClasses support
   451   void metadata_do(void f(Metadata*)) { _factory->metadata_do(f); }
   451   void metadata_do(void f(Metadata*)) { _factory->metadata_do(f); }
   452 
   452 
   453   // Dump the compilation replay data for the ciEnv to the stream.
   453   // Dump the compilation replay data for the ciEnv to the stream.
       
   454   void dump_replay_data(int compile_id);
       
   455   void dump_inline_data(int compile_id);
   454   void dump_replay_data(outputStream* out);
   456   void dump_replay_data(outputStream* out);
   455   void dump_replay_data_unsafe(outputStream* out);
   457   void dump_replay_data_unsafe(outputStream* out);
       
   458   void dump_compile_data(outputStream* out);
   456 };
   459 };
   457 
   460 
   458 #endif // SHARE_VM_CI_CIENV_HPP
   461 #endif // SHARE_VM_CI_CIENV_HPP