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

Make ArchiveWorkers lifecycle robust

XMLWordPrintable

    • aarch64
    • os_x

      Test: runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java#id7

      TEST FAILED: Error processing option SurvivorRatio with valid value '-server -XX:+UseG1GC -XX:SurvivorRatio=18446744073709551613'! JVM output reports a fatal error. JVM exited with code 1 [0x1]!
      stdout content[#
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (/System/Volumes/Data/mesos/work_dir/slaves/ac0340aa-fcd6-4d9b-a436-4302699356f7-S300/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/a99a17d0-76fa-4fbb-9647-91dc06e28fd8/runs/85d75691-d9ff-4fcb-8b55-882c26b2da72/workspace/open/src/hotspot/os/bsd/semaphore_bsd.cpp:66), pid=90966, tid=16387
      # assert(ret == 0) failed: Failed to wait on semaphore
      [thread 13059 also had an error]
      [thread 12803 also had an error]
      #
      ]
      stderr content[SurvivorRatio (18446744073709551613) must be less than or equal to ergonomic SurvivorRatio maximum (1024)
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.
      ]

      java.lang.RuntimeException: 1 tests failed! (Error processing option SurvivorRatio with valid value '-server -XX:+UseG1GC -XX:SurvivorRatio=18446744073709551613'! JVM output reports a fatal error. JVM exited with code 1 [0x1]!)
       expected: 1 but was: 0
      at jdk.test.lib.Asserts.fail(Asserts.java:691)
      at jdk.test.lib.Asserts.assertEquals(Asserts.java:204)
      at jdk.test.lib.Asserts.assertEQ(Asserts.java:180)
      at TestOptionsWithRanges.main(TestOptionsWithRanges.java:280)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1447)

      No hs_err file was saved unfortunately

            shade Aleksey Shipilev
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: