changeset 20692 | 65021f70c2fc |
parent 19710 | 2f8ca425504e |
child 22234 | da823d78ad65 |
--- a/hotspot/src/share/vm/ci/ciEnv.hpp Mon Oct 07 14:10:29 2013 +0400 +++ b/hotspot/src/share/vm/ci/ciEnv.hpp Mon Oct 07 14:11:49 2013 +0400 @@ -452,6 +452,7 @@ // Dump the compilation replay data for the ciEnv to the stream. void dump_replay_data(outputStream* out); + void dump_replay_data_unsafe(outputStream* out); }; #endif // SHARE_VM_CI_CIENV_HPP