Skip to content

Commit 5098579

Browse files
committed
Drop invalid assertion for recurring callbacks.
1 parent fb2b63c commit 5098579

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/thread/VMOperationControl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -485,7 +485,6 @@ boolean isEmpty() {
485485

486486
void waitForWorkAndExecute() {
487487
assert isDedicatedVMOperationThread();
488-
assert !ThreadingSupportImpl.isRecurringCallbackRegistered(CurrentIsolate.getCurrentThread());
489488
assert mutex != null;
490489
mutex.guaranteeIsOwner("Must already be locked.");
491490

0 commit comments

Comments
 (0)