8240783: JFR: TestClose could not finish chunk
Reviewed-by: mgronlun, mseledtsov
This commit is contained in:
parent
32eb99e3e3
commit
0bbdcdac5a
@ -91,7 +91,7 @@ final class RepositoryChunk {
|
||||
try {
|
||||
finishWithException(endTime);
|
||||
} catch (IOException e) {
|
||||
Logger.log(LogTag.JFR, LogLevel.ERROR, "Could not finish chunk. " + e.getMessage());
|
||||
Logger.log(LogTag.JFR, LogLevel.ERROR, "Could not finish chunk. " + e.getClass() + " "+ e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user