-
Bug
-
Resolution: Fixed
-
P4
-
7, 8, 9
-
b103
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8315593 | 8u401 | Md Shahbaz Yusuf | P4 | Resolved | Fixed | b01 |
Old linux kernel does not know about new cpu features.
So test fails due to unexpected result.
[2014-05-20T05:40:44.89] # Actual: /bin/bash /export/local/aurora/sandbox/results/ResultDir/CheckIntrinsics/RunTest.sh
[2014-05-20T05:40:44.90] INFO: Running linux
[2014-05-20T05:40:44.90] INFO: CPU installed:
[2014-05-20T05:40:44.90] model name : Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
[2014-05-20T05:40:44.90] model name : Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
[2014-05-20T05:40:44.90] INFO: AES is not supported on this CPU
[2014-05-20T05:40:56.50] TEST FAILED: HotSpot tries to use AES intrinsics on platform with no AES-NI
$ uname -a
Linux spb23216 2.6.18-308.4.1.0.1.el5xen #1 SMP Tue Apr 17 16:41:30 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz has AES instructions.
So test fails due to unexpected result.
[2014-05-20T05:40:44.89] # Actual: /bin/bash /export/local/aurora/sandbox/results/ResultDir/CheckIntrinsics/RunTest.sh
[2014-05-20T05:40:44.90] INFO: Running linux
[2014-05-20T05:40:44.90] INFO: CPU installed:
[2014-05-20T05:40:44.90] model name : Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
[2014-05-20T05:40:44.90] model name : Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
[2014-05-20T05:40:44.90] INFO: AES is not supported on this CPU
[2014-05-20T05:40:56.50] TEST FAILED: HotSpot tries to use AES intrinsics on platform with no AES-NI
$ uname -a
Linux spb23216 2.6.18-308.4.1.0.1.el5xen #1 SMP Tue Apr 17 16:41:30 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz has AES instructions.
- backported by
-
JDK-8315593 port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg
- Resolved
- relates to
-
JDK-8315613 ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
- Resolved