-
Bug
-
Resolution: Duplicate
-
P4
-
9
-
x86_64
-
os_x
This test execution timeout. The below is a part of the failure log,
result: Error. Program `/scratch/jenkins/workspace/9-dev/jdk/bin/java' timed out (timeout set to 600000ms, elapsed time was 602175ms).
test result: Error. Program `/scratch/jenkins/workspace/9-dev/jdk/bin/java' timed out (timeout set to 600000ms, elapsed time was 602175ms).
Test output results:
----------messages:(4/280)----------
command: main SignatureAlgorithms PKIX "SHA-224,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
reason: User specified action: run main/othervm SignatureAlgorithms PKIX "SHA-224,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
Mode: othervm [/othervm specified]
elapsed time (seconds): 1.618
----------configuration:(0/0)----------
----------System.out:(4/562)----------
[Server] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA, MD5withRSA]
[Server] peer supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA, MD5withRSA]
[Client] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA, MD5withRSA]
[Client] the signature algorithm of server certificate: SHA1withDSA
----------System.err:(1/15)----------
STATUS:Passed.
----------System.out:(4/582)----------
[Server] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA256withDSA, MD5withRSA]
[Server] peer supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA256withDSA, MD5withRSA]
[Client] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA256withDSA, MD5withRSA]
[Client] the signature algorithm of server certificate: SHA256withDSA
----------System.err:(1/15)----------
STATUS:Passed.
----------messages:(149/7747)----------
command: main SignatureAlgorithms PKIX "SHA-1,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
reason: User specified action: run main/othervm SignatureAlgorithms PKIX "SHA-1,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
Mode: othervm [/othervm specified]
Timeout information:
Running jstack on process 73882
2016-06-27 15:02:01
Full thread dump Java HotSpot(TM) 64-Bit Server VM (9-ea+125-mach5-b730 mixed mode):
"Attach Listener" #16 daemon prio=9 os_prio=31 tid=0x00007f9f24008000 nid=0x550b waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Thread-1" #15 prio=5 os_prio=31 tid=0x00007f9f238c6000 nid=0x7603 runnable [0x000000012173b000]
java.lang.Thread.State: RUNNABLE
at java.net.PlainSocketImpl.socketAccept(java.base@9-ea/Native Method)
at java.net.AbstractPlainSocketImpl.accept(java.base@9-ea/AbstractPlainSocketImpl.java:459)
at java.net.ServerSocket.implAccept(java.base@9-ea/ServerSocket.java:546)
at sun.security.ssl.SSLServerSocketImpl.accept(java.base@9-ea/SSLServerSocketImpl.java:352)
at SignatureAlgorithms.doServerSide(SignatureAlgorithms.java:233)
at SignatureAlgorithms$1.run(SignatureAlgorithms.java:543)
"MainThread" #14 prio=5 os_prio=31 tid=0x00007f9f238c5800 nid=0x7403 in Object.wait() [0x0000000121611000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007afcd9c58> (a SignatureAlgorithms$1)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1352)
- waiting to re-lock in wait() <0x00000007afcd9c58> (a SignatureAlgorithms$1)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1426)
at SignatureAlgorithms.<init>(SignatureAlgorithms.java:495)
at SignatureAlgorithms.main(SignatureAlgorithms.java:467)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
"Service Thread" #12 daemon prio=9 os_prio=31 tid=0x00007f9f24880800 nid=0x7003 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Common-Cleaner" #11 daemon prio=8 os_prio=31 tid=0x00007f9f24845000 nid=0x6e03 in Object.wait() [0x0000000121288000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007aff3a718> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(java.base@9-ea/ReferenceQueue.java:151)
- waiting to re-lock in wait() <0x00000007aff3a718> (a java.lang.ref.ReferenceQueue$Lock)
at jdk.internal.ref.CleanerImpl.run(java.base@9-ea/CleanerImpl.java:148)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
at jdk.internal.misc.InnocuousThread.run(java.base@9-ea/InnocuousThread.java:122)
"Sweeper thread" #10 daemon prio=9 os_prio=31 tid=0x00007f9f2081b800 nid=0x6c03 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C1 CompilerThread3" #9 daemon prio=9 os_prio=31 tid=0x00007f9f2300b800 nid=0x6a03 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"C2 CompilerThread2" #8 daemon prio=9 os_prio=31 tid=0x00007f9f21006000 nid=0x6803 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"C2 CompilerThread1" #7 daemon prio=9 os_prio=31 tid=0x00007f9f2080b000 nid=0x6603 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"C2 CompilerThread0" #6 daemon prio=9 os_prio=31 tid=0x00007f9f2388d000 nid=0x6403 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"Signal Dispatcher" #5 daemon prio=9 os_prio=31 tid=0x00007f9f24006800 nid=0x6203 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Reference Pending List Locker" #4 daemon prio=9 os_prio=31 tid=0x00007f9f22809000 nid=0x5e13 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" #3 daemon prio=8 os_prio=31 tid=0x00007f9f24003000 nid=0x5103 in Object.wait() [0x00000001208bb000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007aff0d858> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(java.base@9-ea/ReferenceQueue.java:151)
- waiting to re-lock in wait() <0x00000007aff0d858> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(java.base@9-ea/ReferenceQueue.java:172)
at java.lang.ref.Finalizer$FinalizerThread.run(java.base@9-ea/Finalizer.java:216)
"Reference Handler" #2 daemon prio=10 os_prio=31 tid=0x00007f9f24842800 nid=0x4f03 in Object.wait() [0x00000001207b8000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007aff095c0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(java.base@9-ea/Object.java:516)
at java.lang.ref.Reference.tryHandlePending(java.base@9-ea/Reference.java:193)
- waiting to re-lock in wait() <0x00000007aff095c0> (a java.lang.ref.Reference$Lock)
at java.lang.ref.Reference$ReferenceHandler.run(java.base@9-ea/Reference.java:155)
"main" #1 prio=5 os_prio=31 tid=0x00007f9f21804000 nid=0x1a03 in Object.wait() [0x0000000100ff7000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007afdb7168> (a java.lang.Thread)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1352)
- waiting to re-lock in wait() <0x00000007afdb7168> (a java.lang.Thread)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1426)
at com.sun.javatest.regtest.agent.MainWrapper.main(MainWrapper.java:74)
"VM Thread" os_prio=31 tid=0x00007f9f24876000 nid=0x4d03 runnable
"GC Thread#0" os_prio=31 tid=0x00007f9f21004800 nid=0x2303 runnable
"GC Thread#1" os_prio=31 tid=0x00007f9f23800000 nid=0x2503 runnable
"GC Thread#2" os_prio=31 tid=0x00007f9f2100d000 nid=0x2703 runnable
"GC Thread#3" os_prio=31 tid=0x00007f9f2100e000 nid=0x2903 runnable
"GC Thread#4" os_prio=31 tid=0x00007f9f23801000 nid=0x2b03 runnable
"GC Thread#5" os_prio=31 tid=0x00007f9f2100e800 nid=0x2d03 runnable
"GC Thread#6" os_prio=31 tid=0x00007f9f23801800 nid=0x2f03 runnable
"GC Thread#7" os_prio=31 tid=0x00007f9f24000000 nid=0x3103 runnable
"G1 Main Marker" os_prio=31 tid=0x00007f9f2481e000 nid=0x4503 runnable
"G1 Marker#0" os_prio=31 tid=0x00007f9f23002800 nid=0x4903 runnable
"G1 Marker#1" os_prio=31 tid=0x00007f9f24002800 nid=0x4b03 runnable
"G1 Refine#0" os_prio=31 tid=0x00007f9f24801800 nid=0x4103 runnable
"G1 Refine#1" os_prio=31 tid=0x00007f9f24801000 nid=0x3f03 runnable
"G1 Refine#2" os_prio=31 tid=0x00007f9f24800000 nid=0x3d03 runnable
"G1 Refine#3" os_prio=31 tid=0x00007f9f24001000 nid=0x3b03 runnable
"G1 Refine#4" os_prio=31 tid=0x00007f9f23001800 nid=0x3903 runnable
"G1 Refine#5" os_prio=31 tid=0x00007f9f2080a000 nid=0x3703 runnable
"G1 Refine#6" os_prio=31 tid=0x00007f9f23001000 nid=0x3503 runnable
"G1 Refine#7" os_prio=31 tid=0x00007f9f20805000 nid=0x3303 runnable
"G1 Young RemSet Sampling" os_prio=31 tid=0x00007f9f24001800 nid=0x4303 runnable
"VM Periodic Task Thread" os_prio=31 tid=0x00007f9f2102f000 nid=0x7203 waiting on condition
JNI global references: 450
--- Timeout information end.
elapsed time (seconds): 602.231
test result: Error. Program `/scratch/jenkins/workspace/9-dev/jdk/bin/java' timed out (timeout set to 600000ms, elapsed time was 602175ms).
result: Error. Program `/scratch/jenkins/workspace/9-dev/jdk/bin/java' timed out (timeout set to 600000ms, elapsed time was 602175ms).
test result: Error. Program `/scratch/jenkins/workspace/9-dev/jdk/bin/java' timed out (timeout set to 600000ms, elapsed time was 602175ms).
Test output results:
----------messages:(4/280)----------
command: main SignatureAlgorithms PKIX "SHA-224,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
reason: User specified action: run main/othervm SignatureAlgorithms PKIX "SHA-224,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
Mode: othervm [/othervm specified]
elapsed time (seconds): 1.618
----------configuration:(0/0)----------
----------System.out:(4/562)----------
[Server] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA, MD5withRSA]
[Server] peer supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA, MD5withRSA]
[Client] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA, MD5withRSA]
[Client] the signature algorithm of server certificate: SHA1withDSA
----------System.err:(1/15)----------
STATUS:Passed.
----------System.out:(4/582)----------
[Server] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA256withDSA, MD5withRSA]
[Server] peer supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA256withDSA, MD5withRSA]
[Client] local supported signature algorithms: [SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA256withDSA, MD5withRSA]
[Client] the signature algorithm of server certificate: SHA256withDSA
----------System.err:(1/15)----------
STATUS:Passed.
----------messages:(149/7747)----------
command: main SignatureAlgorithms PKIX "SHA-1,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
reason: User specified action: run main/othervm SignatureAlgorithms PKIX "SHA-1,SHA-256" TLS_DHE_DSS_WITH_AES_128_CBC_SHA
Mode: othervm [/othervm specified]
Timeout information:
Running jstack on process 73882
2016-06-27 15:02:01
Full thread dump Java HotSpot(TM) 64-Bit Server VM (9-ea+125-mach5-b730 mixed mode):
"Attach Listener" #16 daemon prio=9 os_prio=31 tid=0x00007f9f24008000 nid=0x550b waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Thread-1" #15 prio=5 os_prio=31 tid=0x00007f9f238c6000 nid=0x7603 runnable [0x000000012173b000]
java.lang.Thread.State: RUNNABLE
at java.net.PlainSocketImpl.socketAccept(java.base@9-ea/Native Method)
at java.net.AbstractPlainSocketImpl.accept(java.base@9-ea/AbstractPlainSocketImpl.java:459)
at java.net.ServerSocket.implAccept(java.base@9-ea/ServerSocket.java:546)
at sun.security.ssl.SSLServerSocketImpl.accept(java.base@9-ea/SSLServerSocketImpl.java:352)
at SignatureAlgorithms.doServerSide(SignatureAlgorithms.java:233)
at SignatureAlgorithms$1.run(SignatureAlgorithms.java:543)
"MainThread" #14 prio=5 os_prio=31 tid=0x00007f9f238c5800 nid=0x7403 in Object.wait() [0x0000000121611000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007afcd9c58> (a SignatureAlgorithms$1)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1352)
- waiting to re-lock in wait() <0x00000007afcd9c58> (a SignatureAlgorithms$1)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1426)
at SignatureAlgorithms.<init>(SignatureAlgorithms.java:495)
at SignatureAlgorithms.main(SignatureAlgorithms.java:467)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
"Service Thread" #12 daemon prio=9 os_prio=31 tid=0x00007f9f24880800 nid=0x7003 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Common-Cleaner" #11 daemon prio=8 os_prio=31 tid=0x00007f9f24845000 nid=0x6e03 in Object.wait() [0x0000000121288000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007aff3a718> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(java.base@9-ea/ReferenceQueue.java:151)
- waiting to re-lock in wait() <0x00000007aff3a718> (a java.lang.ref.ReferenceQueue$Lock)
at jdk.internal.ref.CleanerImpl.run(java.base@9-ea/CleanerImpl.java:148)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
at jdk.internal.misc.InnocuousThread.run(java.base@9-ea/InnocuousThread.java:122)
"Sweeper thread" #10 daemon prio=9 os_prio=31 tid=0x00007f9f2081b800 nid=0x6c03 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C1 CompilerThread3" #9 daemon prio=9 os_prio=31 tid=0x00007f9f2300b800 nid=0x6a03 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"C2 CompilerThread2" #8 daemon prio=9 os_prio=31 tid=0x00007f9f21006000 nid=0x6803 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"C2 CompilerThread1" #7 daemon prio=9 os_prio=31 tid=0x00007f9f2080b000 nid=0x6603 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"C2 CompilerThread0" #6 daemon prio=9 os_prio=31 tid=0x00007f9f2388d000 nid=0x6403 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
No compile task
"Signal Dispatcher" #5 daemon prio=9 os_prio=31 tid=0x00007f9f24006800 nid=0x6203 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Reference Pending List Locker" #4 daemon prio=9 os_prio=31 tid=0x00007f9f22809000 nid=0x5e13 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" #3 daemon prio=8 os_prio=31 tid=0x00007f9f24003000 nid=0x5103 in Object.wait() [0x00000001208bb000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007aff0d858> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(java.base@9-ea/ReferenceQueue.java:151)
- waiting to re-lock in wait() <0x00000007aff0d858> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(java.base@9-ea/ReferenceQueue.java:172)
at java.lang.ref.Finalizer$FinalizerThread.run(java.base@9-ea/Finalizer.java:216)
"Reference Handler" #2 daemon prio=10 os_prio=31 tid=0x00007f9f24842800 nid=0x4f03 in Object.wait() [0x00000001207b8000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007aff095c0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(java.base@9-ea/Object.java:516)
at java.lang.ref.Reference.tryHandlePending(java.base@9-ea/Reference.java:193)
- waiting to re-lock in wait() <0x00000007aff095c0> (a java.lang.ref.Reference$Lock)
at java.lang.ref.Reference$ReferenceHandler.run(java.base@9-ea/Reference.java:155)
"main" #1 prio=5 os_prio=31 tid=0x00007f9f21804000 nid=0x1a03 in Object.wait() [0x0000000100ff7000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(java.base@9-ea/Native Method)
- waiting on <0x00000007afdb7168> (a java.lang.Thread)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1352)
- waiting to re-lock in wait() <0x00000007afdb7168> (a java.lang.Thread)
at java.lang.Thread.join(java.base@9-ea/Thread.java:1426)
at com.sun.javatest.regtest.agent.MainWrapper.main(MainWrapper.java:74)
"VM Thread" os_prio=31 tid=0x00007f9f24876000 nid=0x4d03 runnable
"GC Thread#0" os_prio=31 tid=0x00007f9f21004800 nid=0x2303 runnable
"GC Thread#1" os_prio=31 tid=0x00007f9f23800000 nid=0x2503 runnable
"GC Thread#2" os_prio=31 tid=0x00007f9f2100d000 nid=0x2703 runnable
"GC Thread#3" os_prio=31 tid=0x00007f9f2100e000 nid=0x2903 runnable
"GC Thread#4" os_prio=31 tid=0x00007f9f23801000 nid=0x2b03 runnable
"GC Thread#5" os_prio=31 tid=0x00007f9f2100e800 nid=0x2d03 runnable
"GC Thread#6" os_prio=31 tid=0x00007f9f23801800 nid=0x2f03 runnable
"GC Thread#7" os_prio=31 tid=0x00007f9f24000000 nid=0x3103 runnable
"G1 Main Marker" os_prio=31 tid=0x00007f9f2481e000 nid=0x4503 runnable
"G1 Marker#0" os_prio=31 tid=0x00007f9f23002800 nid=0x4903 runnable
"G1 Marker#1" os_prio=31 tid=0x00007f9f24002800 nid=0x4b03 runnable
"G1 Refine#0" os_prio=31 tid=0x00007f9f24801800 nid=0x4103 runnable
"G1 Refine#1" os_prio=31 tid=0x00007f9f24801000 nid=0x3f03 runnable
"G1 Refine#2" os_prio=31 tid=0x00007f9f24800000 nid=0x3d03 runnable
"G1 Refine#3" os_prio=31 tid=0x00007f9f24001000 nid=0x3b03 runnable
"G1 Refine#4" os_prio=31 tid=0x00007f9f23001800 nid=0x3903 runnable
"G1 Refine#5" os_prio=31 tid=0x00007f9f2080a000 nid=0x3703 runnable
"G1 Refine#6" os_prio=31 tid=0x00007f9f23001000 nid=0x3503 runnable
"G1 Refine#7" os_prio=31 tid=0x00007f9f20805000 nid=0x3303 runnable
"G1 Young RemSet Sampling" os_prio=31 tid=0x00007f9f24001800 nid=0x4303 runnable
"VM Periodic Task Thread" os_prio=31 tid=0x00007f9f2102f000 nid=0x7203 waiting on condition
JNI global references: 450
--- Timeout information end.
elapsed time (seconds): 602.231
test result: Error. Program `/scratch/jenkins/workspace/9-dev/jdk/bin/java' timed out (timeout set to 600000ms, elapsed time was 602175ms).
- duplicates
-
JDK-8160738 Tests based on test/javax/net/ssl/templates/SSLSocketTemplate.java failed with timeout
-
- Closed
-