< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,33 **** * 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> #include <sys/stat.h> #include <fcntl.h> --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ #include <jni.h> #include "libproc.h" + #include "libproc_impl.h" #include <elf.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h>
*** 533,539 **** (*env)->ReleaseLongArrayElements(env, array, regs, JNI_COMMIT); return array; } #endif - - #endif // INCLUDE_SA_ATTACH --- 532,536 ----
< prev index next >