Skip to content

Commit bcbe334

Browse files
profilers/java.py: new build minimal of version 21 (#899)
1 parent 204f3de commit bcbe334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gprofiler/profilers/java.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ class JavaProfiler(SpawningProcessProfilerBase):
972972
17: (Version("17"), 11),
973973
18: (Version("18"), 36),
974974
19: (Version("19.0.1"), 10),
975-
21: (Version("21"), 35),
975+
21: (Version("21"), 22),
976976
}
977977

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

0 commit comments

Comments
 (0)