Skip to content

Commit 336b741

Browse files
committed
8231201: hs_err should print coalesced safepoint operations in Events section
Reviewed-by: phh, dholmes
1 parent da5728a commit 336b741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/share/runtime/vmThread.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ void VMThread::loop() {
556556
_cur_vm_operation = safepoint_ops;
557557
if (_cur_vm_operation != NULL) {
558558
do {
559+
EventMark em("Executing coalesced safepoint VM operation: %s", _cur_vm_operation->name());
559560
log_debug(vmthread)("Evaluating coalesced safepoint VM operation: %s", _cur_vm_operation->name());
560561
// evaluate_operation deletes the op object so we have
561562
// to grab the next op now

0 commit comments

Comments
 (0)