Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Other
-
Affects Version/s: 11
-
Fix Version/s: None
-
Component/s: hotspot
-
Labels:
-
Subcomponent:
Description
compiler/intrinsics/bmi/TestAndnL.java not exit with 0
----------System.out:(4/1847)----------
INFO: CPU does not support bmi1 feature.
For random generator using seed: 5254275518175629814
To re-run test with same seed value please add "-Djdk.test.lib.random.seed=5254275518175629814" to command line.
jtreg.jar -XX:MaxRAMPercentage=6 -XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:-TieredCompilation -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions -Xint -XX:+DisplayVMOutputToStderr -Djdk.test.lib.random.seed=-1410096813 compiler.intrinsics.bmi.BMITestRunner$Executor compiler.intrinsics.bmi.TestAndnL$AndnLExpr 4000
----------System.err:(28/1649)----------
stdout: [#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 4194304 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /scratch/opt/mach5/mesos/work_dir/23f8b330-691e-4dd8-bee6-3d584fd46b39/testoutput/jtreg/JTwork/scratch/0/hs_err_pid33269.log
];
stderr: [Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000007c8c00000, 4194304, 0) failed; error='Resource unavailable, try again' (errno=11)
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:396)
at compiler.intrinsics.bmi.BMITestRunner.runTest(BMITestRunner.java:155)
at compiler.intrinsics.bmi.BMITestRunner.runTests(BMITestRunner.java:90)
at compiler.intrinsics.bmi.TestAndnL.main(TestAndnL.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
----------System.out:(4/1847)----------
INFO: CPU does not support bmi1 feature.
For random generator using seed: 5254275518175629814
To re-run test with same seed value please add "-Djdk.test.lib.random.seed=5254275518175629814" to command line.
jtreg.jar -XX:MaxRAMPercentage=6 -XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:-TieredCompilation -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions -Xint -XX:+DisplayVMOutputToStderr -Djdk.test.lib.random.seed=-1410096813 compiler.intrinsics.bmi.BMITestRunner$Executor compiler.intrinsics.bmi.TestAndnL$AndnLExpr 4000
----------System.err:(28/1649)----------
stdout: [#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 4194304 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /scratch/opt/mach5/mesos/work_dir/23f8b330-691e-4dd8-bee6-3d584fd46b39/testoutput/jtreg/JTwork/scratch/0/hs_err_pid33269.log
];
stderr: [Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000007c8c00000, 4194304, 0) failed; error='Resource unavailable, try again' (errno=11)
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:396)
at compiler.intrinsics.bmi.BMITestRunner.runTest(BMITestRunner.java:155)
at compiler.intrinsics.bmi.BMITestRunner.runTests(BMITestRunner.java:90)
at compiler.intrinsics.bmi.TestAndnL.main(TestAndnL.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]