Skip to content

Commit

Permalink
Backport dd9bd31b86b732bc84a4db9a4d9c2b15e8142c90
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jun 19, 2023
1 parent 6c81bf5 commit e895f54
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ public void refresh() throws IOException {
Logger.log(LogTag.JFR_SYSTEM_PARSER, LogLevel.INFO, "Chunk: finalChunk=" + finalChunk);
absoluteChunkEnd = absoluteChunkStart + chunkSize;
return;
} else if (finished) {
throw new IOException("No metadata event found in finished chunk.");
}
}
}
Expand Down

0 comments on commit e895f54

Please sign in to comment.