JDK-8149708 : java/util/concurrent/locks/LockSupport/ParkLoops times out or crashes
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-02-11
  • Updated: 2016-03-09
  • Resolved: 2016-02-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Two failuires in rt_baseline 2016-02-10:

On Linux/x86

Test times out

On Linux/aarch64

#  Internal Error (/opt/jprt/T/P1/000445.daholme/s/hotspot/src/os/linux/vm/os_linux.cpp:5722), pid=4643, tid=4680
#  assert(status == 0) failed: error Resource temporarily unavailable(11), invariant

V  [libjvm.so+0xf1c19c]  VMError::report(outputStream*, bool)+0x1710
V  [libjvm.so+0xf1c720]  VMError::report_and_die(int, char const*, char const*, std::__va_list, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long)+0x140
V  [libjvm.so+0xf1d290]  VMError::report_and_die(Thread*, char const*, int, char const*, char const*, std::__va_list)+0x54
V  [libjvm.so+0x63839c]  report_vm_error(char const*, int, char const*, char const*, ...)+0xe0
V  [libjvm.so+0xc7d9c0]  Parker::unpark()+0x140
V  [libjvm.so+0xed6e54]  Unsafe_Unpark+0x13c
J 18  jdk.internal.misc.Unsafe.unpark(Ljava/lang/Object;)V (0 bytes) @ 0x0000007f6fe7dbdc [0x0000007f6fe7db50+0x000000000000008c]
C  0x0000007eba276600

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 18  jdk.internal.misc.Unsafe.unpark(Ljava/lang/Object;)V (0 bytes) @ 0x0000007f6fe7dbb0 [0x0000007f6fe7db50+0x0000000000000060]
J 12% C2 ParkLoops$Unparker.run()V (71 bytes) @ 0x0000007f6fe7e374 [0x0000007f6fe7e300+0x0000000000000074]
j  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
j  java.util.concurrent.FutureTask.run()V+42
j  java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

Comments
No failures post 2016-02-11 once JDK-8149697 was fixed. Closing as a duplicate.
16-02-2016

These tests crashes on linux os and I am pretty sure that JDK-8149697 fix that problem.
12-02-2016

This may be the same as JDK-8149697, but JDK-8149697 does not have any crashes.
12-02-2016