We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2b63c commit 5098579Copy full SHA for 5098579
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/thread/VMOperationControl.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -485,7 +485,6 @@ boolean isEmpty() {
485
486
void waitForWorkAndExecute() {
487
assert isDedicatedVMOperationThread();
488
- assert !ThreadingSupportImpl.isRecurringCallbackRegistered(CurrentIsolate.getCurrentThread());
489
assert mutex != null;
490
mutex.guaranteeIsOwner("Must already be locked.");
491
0 commit comments