Skip to content

8362556: New test jdk/jfr/event/io/TestIOTopFrame.java is failing on all platforms #26378

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ private int determineStackTraceOffset() {
return switch (getName()) {
case Type.EVENT_NAME_PREFIX + "SocketRead",
Type.EVENT_NAME_PREFIX + "SocketWrite",
Type.EVENT_NAME_PREFIX + "FileRead",
Type.EVENT_NAME_PREFIX + "FileWrite" -> 6;
case Type.EVENT_NAME_PREFIX + "FileForce" -> 5;
case Type.EVENT_NAME_PREFIX + "FileRead",
Type.EVENT_NAME_PREFIX + "FileForce" -> 5;
default -> 3;
};
}
Expand Down
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ jdk/jfr/event/compiler/TestCodeSweeper.java 8338127 generic-
jdk/jfr/event/oldobject/TestShenandoah.java 8342951 generic-all
jdk/jfr/event/runtime/TestResidentSetSizeEvent.java 8309846 aix-ppc64
jdk/jfr/jvm/TestWaste.java 8282427 generic-all
jdk/jfr/event/io/TestIOTopFrame.java 8362556 generic-all

############################################################################

Expand Down