We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5144190 commit c7062dcCopy full SHA for c7062dc
src/hotspot/share/runtime/vmThread.cpp
@@ -443,9 +443,6 @@ void VMThread::loop() {
443
// something. This will run all the clean-up processing that needs
444
// to be done at a safepoint.
445
SafepointSynchronize::begin();
446
- #ifdef ASSERT
447
- if (GCALotAtAllSafepoints) InterfaceSupport::check_gc_alot();
448
- #endif
449
SafepointSynchronize::end();
450
_cur_vm_operation = NULL;
451
}
0 commit comments