Skip to content

Commit 0eb859d

Browse files
authored
java: Add min JDK 21 version (#877)
1 parent 744273d commit 0eb859d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gprofiler/profilers/java.py

+1
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ class JavaProfiler(SpawningProcessProfilerBase):
917917
16: (Version("16"), 36),
918918
17: (Version("17"), 11),
919919
19: (Version("19.0.1"), 10),
920+
21: (Version("21.0.1"), 12),
920921
}
921922

922923
# extra timeout seconds to add to the duration itself.

0 commit comments

Comments
 (0)