Closed battleblow closed 5 years ago
In src/jdk.hotspot.agent/bsd/native/libsaproc/ps_proc.c there is currently a stub for process_doesnt_exist(). On Linux this is implemented by looking at the process status in /proc. An alternative implementation is needed for BSD.
Resolved by https://github.com/battleblow/openjdk-jdk11u/commit/6b11e5736aa7128a4c64efd260184b708a508114
In src/jdk.hotspot.agent/bsd/native/libsaproc/ps_proc.c there is currently a stub for process_doesnt_exist(). On Linux this is implemented by looking at the process status in /proc. An alternative implementation is needed for BSD.