mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 10:53:31 +00:00
8264633: Add missing logging to PlatformRecording#stop
Reviewed-by: egahlin
This commit is contained in:
parent
e89542fbe6
commit
ec599da68c
@ -176,7 +176,8 @@ public final class PlatformRecording implements AutoCloseable {
|
||||
notifyIfStateChanged(newState, oldState);
|
||||
close(); // remove if copied out
|
||||
} catch(IOException e) {
|
||||
// throw e; // BUG8925030
|
||||
Logger.log(LogTag.JFR, LogLevel.ERROR,
|
||||
"Unable to complete I/O operation when dumping recording \"" + getName() + "\" (" + getId() + ")");
|
||||
}
|
||||
} else {
|
||||
notifyIfStateChanged(newState, oldState);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user