agent/src/os/linux/libproc.h needs to support Linux/SPARC builds

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 8u60, 9
    • Component/s: hotspot
    • svc
    • b103
    • sparc
    • linux

        The include file agent/src/os/linux/libproc.h references the include file <sys/ptrace.h>. On Linux/SPARC systems this include file is located at <linux/ptrace.h). To support Linux/SPARC builds the following code needs to be placed in agent/src/os/linux/libproc.h:

        #if defined(sparcv9)
        #include <linux/ptrace.h>
        #else
        #include <sys/ptrace.h>
        #endif

              Assignee:
              Mikael Vidstedt
              Reporter:
              Gerald Thornbrugh (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: