[aarch64-port-dev ] RFR [XS]: 8241586: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails on aarch64

Langer, Christoph christoph.langer at sap.com
Fri Mar 27 09:47:20 UTC 2020


Hi Matthias,

this looks fine to me. The test error that we observe seems to have gone with your fix.

Cross-posting to aarch64-port-dev - maybe one of the folks involved in the aarch64 port can acknowledge (or object)?

Thanks
Christoph


From: Baesken, Matthias <matthias.baesken at sap.com>
Sent: Mittwoch, 25. März 2020 13:33
To: 'hotspot-dev at openjdk.java.net' <hotspot-dev at openjdk.java.net>
Cc: Langer, Christoph <christoph.langer at sap.com>
Subject: RFR [XS]: 8241586: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails on aarch64

Hello, please review this small  aarch64 related fix.

Currently the hotspot jtreg test compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java
fails on aarch64.
Reason is that in this test, we check the following  message (that is printed on other CPU platforms):

51 private static final String AES_NOT_AVAILABLE_MSG = "warning: AES "
52 + "instructions are not available on this CPU";

However the aarch64 message differs and prints instead :
warning: UseAES specified, but not supported on this CPU

Same with the 'warning: AES intrinsics are not available on this CPU' that is checked by the test as well.
(gives currently on aarch64 the warning: UseAESIntrinsics specified, but not supported on this CPU)

So I think the aarch64 messages might be adjusted.


Bug/webrev :

https://bugs.openjdk.java.net/browse/JDK-8241586

http://cr.openjdk.java.net/~mbaesken/webrevs/8241586.0/

Thanks, Matthias



More information about the aarch64-port-dev mailing list