Skip to content

Commit c7062dc

Browse files
committedSep 11, 2020
8253026: Remove dummy call to gc alot from VM Thread
Reviewed-by: coleenp, dholmes
1 parent 5144190 commit c7062dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/hotspot/share/runtime/vmThread.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,6 @@ void VMThread::loop() {
443443
// something. This will run all the clean-up processing that needs
444444
// to be done at a safepoint.
445445
SafepointSynchronize::begin();
446-
#ifdef ASSERT
447-
if (GCALotAtAllSafepoints) InterfaceSupport::check_gc_alot();
448-
#endif
449446
SafepointSynchronize::end();
450447
_cur_vm_operation = NULL;
451448
}

0 commit comments

Comments
 (0)
Please sign in to comment.