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

java/lang/invoke/RicochetTest.java timed out

    XMLWordPrintable

Details

    • x86_64
    • os_x

    Description

      The following test timed out in the JDK16 CI:

      java/lang/invoke/RicochetTest.java

      Here's a snippet from the log file:

      #section:junit
      ----------messages:(6/311)----------
      command: junit -DRicochetTest.MAX_ARITY=255 test.java.lang.invoke.RicochetTest
      reason: User specified action: run junit/othervm -DRicochetTest.MAX_ARITY=255 test.java.lang.invoke.RicochetTest
      Mode: othervm [/othervm specified]
      Timeout information:
      --- Timeout information end.
      elapsed time (seconds): 2004.081
      ----------configuration:(0/0)----------
      ----------System.out:(74/740)----------
      [testNull]
      [testBoxInteger]
      [testFilterReturnValue]
      [testFilterObject]
      [testFilterObject done]
      [testBoxLong]
      [testFilterInteger]
      [testIntSpreads]
      [testByteSpreads]
      [testLongSpreads]
      [testIntCollects]
      [testReturns]
      Object
      0 => 50
      1 => 51
      2 => 52
      3 => 53
      String
      0 => #0
      1 => #1
      2 => #2
      3 => #3
      Integer
      0 => 50
      1 => 51
      2 => 52
      3 => 53
      int
      0 => 50
      1 => 51
      2 => 52
      3 => 53
      long
      0 => 50
      1 => 51
      2 => 52
      3 => 53
      boolean
      0 => true
      1 => false
      2 => false
      3 => true
      byte
      0 => -1
      1 => -2
      2 => -3
      3 => -4
      char
      0 => a
      1 => b
      2 => c
      3 => d
      short
      0 => 1
      1 => 2
      2 => 4
      3 => 8
      float
      0 => 50.0
      1 => 51.0
      2 => 52.0
      3 => 53.0
      double
      0 => 50.0
      1 => 51.0
      2 => 52.0
      3 => 53.0
      void
      0 => null
      1 => null
      2 => null
      3 => null
      [testRecursion]
      Timeout refired 1920 times
      ----------System.err:(20/2900)----------
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 3345 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4731 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4749 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4767 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4785 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4803 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4821 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4839 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2229 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2247 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2355 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2373 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2391 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2427 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2463 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2481 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2499 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2517 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2535 bytes are needed.
      Java HotSpot(TM) 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 2553 bytes are needed.
      ----------rerun:(48/6017)*----------


      The test task description is:

      Run test open/test/jdk/:jdk_lang with macosx-x64-debug with -Xcomp -XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:+TieredCompilation -XX:+VerifyOops

      so I'm starting this bug in hotspot/compiler for initial triage.

      Attachments

        Activity

          People

            vlivanov Vladimir Ivanov
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: