Skip to content

Commit ffa34ed

Browse files
author
Markus Grönlund
committedJun 25, 2021
8265919: RunThese30M fails "assert((!(((((JfrTraceIdBits::load(value)) & ((1 << 4) << 8)) != 0))))) failed: invariant"
Reviewed-by: egahlin
1 parent fdcae66 commit ffa34ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,6 @@ static void do_previous_epoch_artifact(JfrArtifactClosure* callback, T* value) {
428428
assert(value != NULL, "invariant");
429429
if (USED_PREVIOUS_EPOCH(value)) {
430430
callback->do_artifact(value);
431-
assert(IS_NOT_SERIALIZED(value), "invariant");
432-
return;
433431
}
434432
if (IS_SERIALIZED(value)) {
435433
CLEAR_SERIALIZED(value);

0 commit comments

Comments
 (0)
Please sign in to comment.