mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8024943: ciReplay: fails to dump replay data during safepointing
Reviewed-by: kvn, twisti
This commit is contained in:
parent
9cb5f396ae
commit
9edb09d8fb
6 changed files with 15 additions and 7 deletions
|
@ -373,7 +373,6 @@ void ciMethodData::print_impl(outputStream* st) {
|
|||
}
|
||||
|
||||
void ciMethodData::dump_replay_data(outputStream* out) {
|
||||
ASSERT_IN_VM;
|
||||
ResourceMark rm;
|
||||
MethodData* mdo = get_MethodData();
|
||||
Method* method = mdo->method();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue