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

Test bit-instructions fails with unexpected exit value on sparc

XMLWordPrintable

    • b17

      TestUseBMI1InstructionsOnUnsupportedCPU, TestUseCountLeadingZerosInstructionOnUnsupportedCPU and TestUseCountTrailingZerosInstructionOnUnsupportedCPU fails with unexpexted exit value.

      exitvalue: 0
      stderr: java version "1.9.0-ea-fastdebug"
      Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b05)
      Java HotSpot(TM) 64-Bit Server VM (build 25.0-b62-internal-201403271357.neliasso.merge3-fastdebug, compiled mode)

      stdout:

      ----------System.err:(27/1514)----------
       stdout: [];
       stderr: [java version "1.9.0-ea-fastdebug"
      Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b05)
      Java HotSpot(TM) 64-Bit Server VM (build 25.0-b62-internal-201403271357.neliasso.merge3-fastdebug, compiled mode)
      ]
       exitValue = 0

      java.lang.RuntimeException: Expected to get exit value of [1]

      at com.oracle.java.testlibrary.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:296)
      at com.oracle.java.testlibrary.cli.CommandLineOptionTest.verifyJVMStartup(CommandLineOptionTest.java:64)
      at BMIUnsupportedCPUTest.unsupportedNonX86CPUTestCases(BMIUnsupportedCPUTest.java:102)
      at BMIUnsupportedCPUTest.runTestCases(BMIUnsupportedCPUTest.java:55)
      at com.oracle.java.testlibrary.cli.CommandLineOptionTest.test(CommandLineOptionTest.java:153)
      at TestUseBMI1InstructionsOnUnsupportedCPU.main(TestUseBMI1InstructionsOnUnsupportedCPU.java:49)
      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:484)
      at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
      at java.lang.Thread.run(Thread.java:744)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: Expected to get exit value of [1]

            fzhinkin Filipp Zhinkin
            neliasso Nils Eliasson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: