hotspot/src/share/vm/ci/ciEnv.hpp
changeset 20692 65021f70c2fc
parent 19710 2f8ca425504e
child 22234 da823d78ad65
equal deleted inserted replaced
20691:63d27d9c8e79 20692:65021f70c2fc
   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(outputStream* out);
   454   void dump_replay_data(outputStream* out);
       
   455   void dump_replay_data_unsafe(outputStream* out);
   455 };
   456 };
   456 
   457 
   457 #endif // SHARE_VM_CI_CIENV_HPP
   458 #endif // SHARE_VM_CI_CIENV_HPP