Skip to content

Commit 5bd7615

Browse files
committed
Removed assert as suggested by David
1 parent 85cf900 commit 5bd7615

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/runtime/vmThread.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,6 @@ void VMThread::loop() {
468468

469469
SafepointSynchronize::init(_vm_thread);
470470

471-
assert(Thread::current()->is_VM_thread(), "Must be the VM thread");
472-
473471
// Need to set a calling thread for ops not passed
474472
// via the normal way.
475473
cleanup_op.set_calling_thread(_vm_thread);

0 commit comments

Comments
 (0)