Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8143206

compiler/c2/6823453/Test.java timeout on linux x86

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 9
    • hotspot
    • arm
    • linux

      #section:main
      ----------messages:(105/5292)----------
      command: main -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:CompileOnly=Test -XX:+DeoptimizeALot Test
      reason: User specified action: run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:CompileOnly=Test -XX:+DeoptimizeALot Test
      Timeout information:
      Running jstack on process 19603
      2015-11-18 04:25:20
      Full thread dump Java HotSpot(TM) Embedded Server VM (1.9.0-internal-fastdebug-20151117220455.drlong.jdk9-comp-b00 compiled mode):

      "Attach Listener" #11 daemon prio=9 os_prio=0 tid=0xa5604400 nid=0x532a runnable [0x00000000]
         java.lang.Thread.State: RUNNABLE
         JavaThread state: _thread_blocked
      Thread: 0xa5604400 [0x532a] State: _call_back _has_called_back 1 _at_poll_safepoint 0
         JavaThread state: _thread_blocked

      "MainThread" #10 prio=5 os_prio=0 tid=0xb5febc00 nid=0x4ca0 runnable [0xa512e000]
         java.lang.Thread.State: RUNNABLE
         JavaThread state: _thread_blocked
      Thread: 0xb5febc00 [0x4ca0] State: _call_back _has_called_back 1 _at_poll_safepoint 0
         JavaThread state: _thread_blocked
      at java.lang.StringUTF16.equals(StringUTF16.java:219)
      at java.lang.String.equals(String.java:1003)
      at Test.testa(Test.java:40)
      at Test.main(Test.java:76)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:520)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
      at java.lang.Thread.run(Thread.java:747)

      "Service Thread" #8 daemon prio=9 os_prio=0 tid=0xb5f98000 nid=0x4c9e runnable [0x00000000]
         java.lang.Thread.State: RUNNABLE
         JavaThread state: _thread_blocked
      Thread: 0xb5f98000 [0x4c9e] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked

      "Sweeper thread" #7 daemon prio=9 os_prio=0 tid=0xb5f91800 nid=0x4c9d runnable [0x00000000]
         java.lang.Thread.State: RUNNABLE
         JavaThread state: _thread_blocked
      Thread: 0xb5f91800 [0x4c9d] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked

      "C2 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0xb5f8fc00 nid=0x4c9c waiting on condition [0x00000000]
         java.lang.Thread.State: RUNNABLE
         JavaThread state: _thread_blocked
      Thread: 0xb5f8fc00 [0x4c9c] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked

      "C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0xb5f8c000 nid=0x4c9b waiting on condition [0x00000000]
         java.lang.Thread.State: RUNNABLE
         JavaThread state: _thread_blocked
      Thread: 0xb5f8c000 [0x4c9b] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked

      "Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0xb5f8a400 nid=0x4c9a runnable [0x00000000]
         java.lang.Thread.State: RUNNABLE
         JavaThread state: _thread_blocked
      Thread: 0xb5f8a400 [0x4c9a] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked

      "Finalizer" #3 daemon prio=8 os_prio=0 tid=0xb5f66000 nid=0x4c99 in Object.wait() [0xa5b62000]
         java.lang.Thread.State: WAITING (on object monitor)
         JavaThread state: _thread_blocked
      Thread: 0xb5f66000 [0x4c99] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked
      at java.lang.Object.wait(Native Method)
      - waiting on <0xa600a140> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:150)
      - locked <0xa600a140> (a java.lang.ref.ReferenceQueue$Lock)
      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:171)
      at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:217)

      "Reference Handler" #2 daemon prio=10 os_prio=0 tid=0xb5f6cc00 nid=0x4c98 in Object.wait() [0xa5bb2000]
         java.lang.Thread.State: WAITING (on object monitor)
         JavaThread state: _thread_blocked
      Thread: 0xb5f6cc00 [0x4c98] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked
      at java.lang.Object.wait(Native Method)
      - waiting on <0xa6005ff0> (a java.lang.ref.Reference$Lock)
      at java.lang.Object.wait(Object.java:516)
      at java.lang.ref.Reference.tryHandlePending(Reference.java:193)
      - locked <0xa6005ff0> (a java.lang.ref.Reference$Lock)
      at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:155)

      "main" #1 prio=5 os_prio=0 tid=0xb5f0fc00 nid=0x4c96 in Object.wait() [0xb60fb000]
         java.lang.Thread.State: WAITING (on object monitor)
         JavaThread state: _thread_blocked
      Thread: 0xb5f0fc00 [0x4c96] State: _at_safepoint _has_called_back 0 _at_poll_safepoint 0
         JavaThread state: _thread_blocked
      at java.lang.Object.wait(Native Method)
      - waiting on <0xa6084180> (a java.lang.Thread)
      at java.lang.Thread.join(Thread.java:1252)
      - locked <0xa6084180> (a java.lang.Thread)
      at java.lang.Thread.join(Thread.java:1326)
      at com.sun.javatest.regtest.agent.MainWrapper.main(MainWrapper.java:69)

      "VM Thread" os_prio=0 tid=0xb5f6c400 nid=0x4c97 runnable

      "VM Periodic Task Thread" os_prio=0 tid=0xb5f98800 nid=0x4c9f waiting on condition

      Compiler thread printing unimplemented.

      JNI global references: 6

      --- Timeout information end.

            zmajo Zoltan Majo (Inactive)
            neliasso Nils Eliasson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: