We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2e4e9 commit 68856f0Copy full SHA for 68856f0
gprofiler/profilers/java.py
@@ -855,7 +855,7 @@ class JavaProfiler(SpawningProcessProfilerBase):
855
15: (Version("15.0.1"), 9),
856
16: (Version("16"), 36),
857
17: (Version("17.0.1"), 12),
858
- 19: (Version("19.0.2"), 7),
+ 19: (Version("19.0.1"), 10),
859
}
860
861
# extra timeout seconds to add to the duration itself.
0 commit comments