Skip to content

Commit 5acffd0

Browse files
author
duke
committed
Backport efe3573
1 parent 43e1328 commit 5acffd0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/hotspot/share/ci/ciEnv.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,10 @@ void ciEnv::dump_replay_data_helper(outputStream* out) {
16721672
for (int i = 0; i < objects->length(); i++) {
16731673
objects->at(i)->dump_replay_data(out);
16741674
}
1675-
dump_compile_data(out);
1675+
1676+
if (this->task() != nullptr) {
1677+
dump_compile_data(out);
1678+
}
16761679
out->flush();
16771680
}
16781681

0 commit comments

Comments
 (0)