mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +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
|
@ -1247,7 +1247,6 @@ ciMethodBlocks *ciMethod::get_method_blocks() {
|
|||
#undef FETCH_FLAG_FROM_VM
|
||||
|
||||
void ciMethod::dump_replay_data(outputStream* st) {
|
||||
ASSERT_IN_VM;
|
||||
ResourceMark rm;
|
||||
Method* method = get_Method();
|
||||
MethodCounters* mcs = method->method_counters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue