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 da5728a commit 336b741Copy full SHA for 336b741
src/hotspot/share/runtime/vmThread.cpp
@@ -556,6 +556,7 @@ void VMThread::loop() {
556
_cur_vm_operation = safepoint_ops;
557
if (_cur_vm_operation != NULL) {
558
do {
559
+ EventMark em("Executing coalesced safepoint VM operation: %s", _cur_vm_operation->name());
560
log_debug(vmthread)("Evaluating coalesced safepoint VM operation: %s", _cur_vm_operation->name());
561
// evaluate_operation deletes the op object so we have
562
// to grab the next op now
0 commit comments