< prev index next >

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

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

@@ -20,10 +20,12 @@
  * 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,5 +533,7 @@
 
   (*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT);
   return array;
 }
 #endif
+
+#endif // INCLUDE_SA_ATTACH
< prev index next >