Skip to content

Commit 68856f0

Browse files
authored
java: Decrease the minimal supported JDK version from 19.0.2+7 to 19.0.1+10 (#823)
1 parent 6e2e4e9 commit 68856f0

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
@@ -855,7 +855,7 @@ class JavaProfiler(SpawningProcessProfilerBase):
855855
15: (Version("15.0.1"), 9),
856856
16: (Version("16"), 36),
857857
17: (Version("17.0.1"), 12),
858-
19: (Version("19.0.2"), 7),
858+
19: (Version("19.0.1"), 10),
859859
}
860860

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

0 commit comments

Comments
 (0)