Alexey

Results 5 comments of Alexey

do we really need to execute `jcmd` command? did you investigate works with `jdk.jfr.Recording;` directly? based on implementation of `JFR.start` command https://github.com/openjdk/jdk/blob/master/src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java they need to access to `jdk.jfr.internal`, so at...

updates: 1. issue happens not only with java 21, but started from java 15 https://bugs.openjdk.org/browse/JDK-8239593 . when agents not from boot/platform loader try to override native system methods 2. PYROSCOPE_PROFILING_INTERVAL...

cursor doesn't implement on server side, so only way to prevent OOM on client at current moment is use streaming mode for jdbc we tested it and it's works without...

because we build our project with target java 8 gradle do compatibility checks for all dependencies and found openinference require java 17+ and fail arize is only part of our...

@radhikabajaj123 spark.[driver|executor].extraClassPath - is a part which will be added as classpath parameters so have restriction: 1. have to use paths to libs presented on machines 2. have to use...