mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8231201: hs_err should print coalesced safepoint operations in Events section
Reviewed-by: phh, dholmes
This commit is contained in:
parent
da5728af52
commit
336b741b1c
1 changed files with 1 additions and 0 deletions
|
@ -556,6 +556,7 @@ void VMThread::loop() {
|
|||
_cur_vm_operation = safepoint_ops;
|
||||
if (_cur_vm_operation != NULL) {
|
||||
do {
|
||||
EventMark em("Executing coalesced safepoint VM operation: %s", _cur_vm_operation->name());
|
||||
log_debug(vmthread)("Evaluating coalesced safepoint VM operation: %s", _cur_vm_operation->name());
|
||||
// evaluate_operation deletes the op object so we have
|
||||
// to grab the next op now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue