Skip to content

Commit

Permalink
[Backport] 8234684: JFR crashes when rotating the JFR output during a…
Browse files Browse the repository at this point in the history
…ssertion failure

Summary:

Test Plan: jdk/jfr

Reviewed-by: yuleil

Issue: dragonwell-project/dragonwell8#112
  • Loading branch information
D-D-H committed Jul 31, 2020
1 parent 713095a commit 06f9b12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ bool JfrCheckpointManager::is_type_set_required() {
}

size_t JfrCheckpointManager::flush_type_set() {
assert(!SafepointSynchronize::is_at_safepoint(), "invariant");
size_t elements = 0;
{
JfrCheckpointWriter writer(Thread::current());
Expand Down

0 comments on commit 06f9b12

Please sign in to comment.