Skip to content

Commit

Permalink
[FLINK-33321][hotfix] VertexFlameGraphFactoryTest#verifyRecursively d…
Browse files Browse the repository at this point in the history
…oesn't work on java 21
  • Loading branch information
snuyanzin committed Oct 24, 2023
1 parent 597ebf1 commit 6f9238a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public boolean matches(String value) {
&& value.endsWith("$Lambda$0/0")
|| javaVersion.compareTo("21") < 0
&& value.endsWith("$Lambda$0/0x0")
|| value.endsWith("$$Lambda0/0");
|| value.endsWith("$$Lambda0/0x0");
}
});
}
Expand Down

0 comments on commit 6f9238a

Please sign in to comment.