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"

Backport-of: ffa34ed429079827c9b0acb843288fde4b7fa53d
  • Loading branch information
rkmauryaa authored and TheRealMDoerr committed May 29, 2024
1 parent 24aa1e1 commit 787cf27
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,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 787cf27

@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.