Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8289688: jfr command hangs when it processes invalid file #9363

Closed
wants to merge 7 commits into from
Original file line number Diff line number Diff line change
@@ -163,7 +163,7 @@ public void refresh() throws IOException {
absoluteChunkEnd = absoluteChunkStart + chunkSize;
return;
} else if (finished) {
throw new IOException("No metadata event found in finished chunk.")
throw new IOException("No metadata event found in finished chunk.");
}
}
}