< prev index next >

src/jdk.hotspot.agent/linux/native/libsaproc/LinuxDebuggerLocal.c

Print this page
@  rev 12737 : imported patch alpinefixes-sathreaddb
|

*** 20,29 **** --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifdef INCLUDE_SA_ATTACH + #include <jni.h> #include "libproc.h" #include <elf.h> #include <sys/types.h>
*** 531,535 **** --- 533,539 ---- (*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT); return array; } #endif + + #endif // INCLUDE_SA_ATTACH
< prev index next >