-
Bug
-
Resolution: Fixed
-
P5
-
hs25, 8u20, 9
-
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]
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]
- duplicates
-
JDK-8044322 [TESTBUG] compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java failes with 'UseCountTrailingZerosInstruction\\s*:?=\\s*true' missing from stdout/stderr
- Closed