--- old/src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h 2018-07-20 13:55:08.305055761 +0900 +++ new/src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h 2018-07-20 13:55:08.087051579 +0900 @@ -87,7 +87,7 @@ // attach to a process JNIEXPORT struct ps_prochandle* JNICALL -Pgrab(pid_t pid, char* err_buf, size_t err_buf_len); +Pgrab(pid_t pid, char* err_buf, size_t err_buf_len, bool is_in_container); // attach to a core dump JNIEXPORT struct ps_prochandle* JNICALL