Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215469 | 8 | Igor Veresov | P5 | Resolved | Fixed | b08 |
JDK-2214877 | 7u2 | Igor Veresov | P5 | Closed | Fixed | b08 |
Compilation failes because of lack of syscall ids definitions and also because of the conflict of definitions of timespec-related structures.
In file included from /usr/include/asm-x86_64/vsyscall.h:4,
from /usr/include/asm/vsyscall.h:4,
from /tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp:129:
/usr/include/linux/time.h:9: redefinition of `struct timespec'
/usr/include/time.h:107: previous definition of `struct timespec'
/usr/include/linux/time.h:88: redefinition of `struct timeval'
/usr/include/bits/time.h:68: previous definition of `struct timeval'
/usr/include/linux/time.h:93: redefinition of `struct timezone'
/usr/include/sys/time.h:57: previous definition of `struct timezone'
/usr/include/linux/time.h:119: redefinition of `struct itimerspec'
/usr/include/time.h:143: previous definition of `struct itimerspec'
/usr/include/linux/time.h:124: redefinition of `struct itimerval'
/usr/include/sys/time.h:108: previous definition of `struct itimerval'
/tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp: In static
member function `static int os::Linux::sched_getcpu_syscall()':
/tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp:2594: `
__NR_vgetcpu' undeclared (first use this function)
/tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp:2594: (Each
undeclared identifier is reported only once for each function it appears
in.)
In file included from /usr/include/asm-x86_64/vsyscall.h:4,
from /usr/include/asm/vsyscall.h:4,
from /tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp:129:
/usr/include/linux/time.h:9: redefinition of `struct timespec'
/usr/include/time.h:107: previous definition of `struct timespec'
/usr/include/linux/time.h:88: redefinition of `struct timeval'
/usr/include/bits/time.h:68: previous definition of `struct timeval'
/usr/include/linux/time.h:93: redefinition of `struct timezone'
/usr/include/sys/time.h:57: previous definition of `struct timezone'
/usr/include/linux/time.h:119: redefinition of `struct itimerspec'
/usr/include/time.h:143: previous definition of `struct itimerspec'
/usr/include/linux/time.h:124: redefinition of `struct itimerval'
/usr/include/sys/time.h:108: previous definition of `struct itimerval'
/tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp: In static
member function `static int os::Linux::sched_getcpu_syscall()':
/tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp:2594: `
__NR_vgetcpu' undeclared (first use this function)
/tmp/jprt/P1/010954.coleenp/source/src/os/linux/vm/os_linux.cpp:2594: (Each
undeclared identifier is reported only once for each function it appears
in.)
- backported by
-
JDK-2215469 Hotspot doesn't compile on old linuxes after 7060836
- Resolved
-
JDK-2214877 Hotspot doesn't compile on old linuxes after 7060836
- Closed
- relates to
-
JDK-7060836 RHEL 5.5 and 5.6 should support UseNUMA
- Closed