[Bug 3495] New: [IcedTea7] AES test fails on AArch64
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Nov 14 20:19:20 UTC 2017
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3495
Bug ID: 3495
Summary: [IcedTea7] AES test fails on AArch64
Product: IcedTea
Version: 7-hg
Hardware: aarch64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
if [ -e
/builddir/build/BUILD/icedtea-2.7.0pre15/openjdk.build/j2sdk-image/bin/java ] ;
then \
cat openjdk/hotspot/test/compiler/7184394/TestAESMain.java|grep '@run'|cut -d
' ' -f 5-|while read command; do \
/builddir/build/BUILD/icedtea-2.7.0pre15/openjdk.build/j2sdk-image/bin/java
-cp /builddir/build/BUILD/icedtea-2.7.0pre15/aescheck.build \
-XX:+UseAESIntrinsics ${command} ; \
done ; \
fi
OpenJDK 64-Bit Server VM warning: UseAESIntrinsics specified, but not supported
on this CPU
1000000 iterations
algorithm=AES, mode=CBC, msgSize=646, keySize=128, noReinit=false,
checkOutput=true
Algorithm: AES(128bit)
Encryption cipher provider: SunJCE version 1.7
Encryption cipher algorithm: AES/CBC/PKCS5Padding
key: [16]: f8 f9 fa fb fc fd fe ff 00 01 02 03 04 05 06 07
input: [646]: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14
15 16 17 18 19 1a 1b 1c 1d 1e 1f
encode: [656]: 4c d8 7d 61 57 30 6a f1 14 c3 d4 f9 85 2e 29 a1 a5 42 cc 2b 84
bb d1 8f 57 66 c8 9f 38 05 c3 9e
decode: [646]: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14
15 16 17 18 19 1a 1b 1c 1d 1e 1f
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x000003ffaa0bd124, pid=32430, tid=4396821967344
#
# JRE version: OpenJDK Runtime Environment (7.0_151-b01) (build 1.7.0_151-b01)
# Java VM: OpenJDK 64-Bit Server VM (24.151-b01 mixed mode linux-aarch64
compressed oops)
# Derivative: IcedTea 2.7.0pre15
# Distribution: Built on Red Hat Enterprise Linux Server release 7.5 Beta
(Maipo) (Tue Nov 14 12:19:28 EST 2017)
# Problematic frame:
# v ~StubRoutines::aescrypt_encryptBlock
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /builddir/build/BUILD/icedtea-2.7.0pre15/hs_err_pid32430.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
#
/bin/sh: line 6: 32430 Aborted (core dumped)
/builddir/build/BUILD/icedtea-2.7.0pre15/openjdk.build/j2sdk-image/bin/java -cp
/builddir/build/BUILD/icedtea-2.7.0pre15/aescheck.build -XX:+UseAESIntrinsics
${command}
gmake[1]: *** [stamps/check-aes.stamp] Error 1
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20171114/709aaad3/attachment-0001.html>
More information about the distro-pkg-dev
mailing list