comparison src/share/vm/ci/ciEnv.hpp @ 12865:5cc2d82aa82a

8024943: ciReplay: fails to dump replay data during safepointing Reviewed-by: kvn, twisti
author vlivanov
date Mon, 07 Oct 2013 14:11:49 +0400
parents f98f5d48f511
children 096c224171c4 de6a9e811145
comparison
equal deleted inserted replaced
12864:bf8a21c3ab3b 12865:5cc2d82aa82a
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