Skip to content

Commit

Permalink
8265919: RunThese30M fails "assert((!(((((JfrTraceIdBits::load(value)…
Browse files Browse the repository at this point in the history
…) & ((1 << 4) << 8)) != 0))))) failed: invariant"

Reviewed-by: egahlin
  • Loading branch information
Markus Grönlund committed Jun 25, 2021
1 parent fdcae66 commit ffa34ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,6 @@ static void do_previous_epoch_artifact(JfrArtifactClosure* callback, T* value) {
assert(value != NULL, "invariant");
if (USED_PREVIOUS_EPOCH(value)) {
callback->do_artifact(value);
assert(IS_NOT_SERIALIZED(value), "invariant");
return;
}
if (IS_SERIALIZED(value)) {
CLEAR_SERIALIZED(value);
Expand Down

1 comment on commit ffa34ed

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.