提交 088967b9 编写于 作者: S shade

8231201: hs_err should print coalesced safepoint operations in Events section

Reviewed-by: phh, dholmes
上级 6b4a5d87
...@@ -507,6 +507,7 @@ void VMThread::loop() { ...@@ -507,6 +507,7 @@ void VMThread::loop() {
_cur_vm_operation = safepoint_ops; _cur_vm_operation = safepoint_ops;
if (_cur_vm_operation != NULL) { if (_cur_vm_operation != NULL) {
do { do {
EventMark em("Executing coalesced safepoint VM operation: %s", _cur_vm_operation->name());
// evaluate_operation deletes the op object so we have // evaluate_operation deletes the op object so we have
// to grab the next op now // to grab the next op now
VM_Operation* next = _cur_vm_operation->next(); VM_Operation* next = _cur_vm_operation->next();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册