#0 0xf7705430 in __kernel_vsyscall ()
#1 0x4479d871 in raise () from /lib/libc.so.6
#2 0x4479f14a in abort () from /lib/libc.so.6
#3 0xf6dc2e31 in os::abort(bool, void*, void const*) () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os/linux/vm/os_linux.cpp:1378
#4 0xf70f06e6 in VMError::report_and_die(int, char const*, char const*, char*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned int) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/utilities/vmError.cpp:1359
#5 0xf70f114f in VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*, char const*, ...) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/utilities/vmError.cpp:1103
#6 0xf70f1199 in VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/utilities/vmError.cpp:1109
#7 0xf6dd25ed in JVM_handle_linux_signal () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp:610
#8 0xf6dbf62e in signalHandler(int, siginfo*, void*) () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os/linux/vm/os_linux.cpp:4229
#9 <signal handler called>
#10 oopDesc::verify() () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/oops/oop.cpp:88
#11 0xf66c4934 in Dictionary::verify() () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/classfile/dictionary.hpp:321
#12 0xf7005225 in SystemDictionary::verify() ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/classfile/systemDictionary.cpp:2912
#13 0xf708d91e in Universe::verify(VerifyOption, char const*) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/memory/universe.cpp:1229
#14 0xf712fcdd in VMThread::run() () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/memory/universe.hpp:505
#15 0xf6dce754 in thread_native_entry(Thread*) () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os/linux/vm/os_linux.cpp:679
#16 0x44912bc9 in start_thread () from /lib/libpthread.so.0
#17 0x44855c9e in clone () from /lib/libc.so.6
Problem is observed in multicore machines,
How to reproduce
test jdk: fastdebug 9-ea+157, mixed mode, tiered, serial gc, linux-x86
testbase: langtools/test
m/c type: i got failures in 32 core, 72 core machines , not sure about other configs.
$JAVA_HOME/bin/java -jar $JTREG/lib/jtreg.jar -verbose -testjdk $JAVA_HOME -dir:$TESTBASE -vmoption:-Xmx768m -retain:fail,error -xml:verify -agentvm -concurrency:6 -timeoutFactor:5 -vmoption:-XX:+UseSerialGC :tier1
#1 0x4479d871 in raise () from /lib/libc.so.6
#2 0x4479f14a in abort () from /lib/libc.so.6
#3 0xf6dc2e31 in os::abort(bool, void*, void const*) () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os/linux/vm/os_linux.cpp:1378
#4 0xf70f06e6 in VMError::report_and_die(int, char const*, char const*, char*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned int) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/utilities/vmError.cpp:1359
#5 0xf70f114f in VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*, char const*, ...) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/utilities/vmError.cpp:1103
#6 0xf70f1199 in VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/utilities/vmError.cpp:1109
#7 0xf6dd25ed in JVM_handle_linux_signal () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp:610
#8 0xf6dbf62e in signalHandler(int, siginfo*, void*) () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os/linux/vm/os_linux.cpp:4229
#9 <signal handler called>
#10 oopDesc::verify() () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/oops/oop.cpp:88
#11 0xf66c4934 in Dictionary::verify() () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/classfile/dictionary.hpp:321
#12 0xf7005225 in SystemDictionary::verify() ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/classfile/systemDictionary.cpp:2912
#13 0xf708d91e in Universe::verify(VerifyOption, char const*) ()
at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/memory/universe.cpp:1229
#14 0xf712fcdd in VMThread::run() () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/share/vm/memory/universe.hpp:505
#15 0xf6dce754 in thread_native_entry(Thread*) () at /scratch/workspace/9-2-build-linux-i586-phase2/jdk9/6099/hotspot/src/os/linux/vm/os_linux.cpp:679
#16 0x44912bc9 in start_thread () from /lib/libpthread.so.0
#17 0x44855c9e in clone () from /lib/libc.so.6
Problem is observed in multicore machines,
How to reproduce
test jdk: fastdebug 9-ea+157, mixed mode, tiered, serial gc, linux-x86
testbase: langtools/test
m/c type: i got failures in 32 core, 72 core machines , not sure about other configs.
$JAVA_HOME/bin/java -jar $JTREG/lib/jtreg.jar -verbose -testjdk $JAVA_HOME -dir:$TESTBASE -vmoption:-Xmx768m -retain:fail,error -xml:verify -agentvm -concurrency:6 -timeoutFactor:5 -vmoption:-XX:+UseSerialGC :tier1
- relates to
-
JDK-8195665 Rename DictionaryEntry::_pd_set to avoid ambiguity
-
- Closed
-
-
JDK-8175116 jtreg agentvms uses more virtual address space in langtool/test :tier1 runs
-
- Closed
-
-
JDK-8195665 Rename DictionaryEntry::_pd_set to avoid ambiguity
-
- Closed
-