mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-16 00:19:27 +00:00
8309238: jdk/jfr/tool/TestView.java failed with "exitValue = 134"
Reviewed-by: mgronlun
This commit is contained in:
parent
298dda4c98
commit
3caf64e065
@ -289,9 +289,6 @@ public final class ChunkParser {
|
||||
if (parserState.isClosed()) {
|
||||
return true;
|
||||
}
|
||||
if (chunkHeader.getLastNanos() > filterEnd) {
|
||||
return true;
|
||||
}
|
||||
chunkHeader.refresh();
|
||||
if (absoluteChunkEnd != chunkHeader.getEnd()) {
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user