mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-21 12:20:29 +00:00
8382167: Warning message should be displayed only when UseAESCTRIntrinsics is explicitly enabled by the user
Reviewed-by: sviswanathan, kvn
This commit is contained in:
parent
44c484c150
commit
bf68776ebc
@ -1187,7 +1187,7 @@ void VM_Version::get_processor_features() {
|
||||
}
|
||||
if (!UseAESIntrinsics) {
|
||||
if (UseAESCTRIntrinsics) {
|
||||
if (FLAG_IS_DEFAULT(UseAESCTRIntrinsics)) {
|
||||
if (!FLAG_IS_DEFAULT(UseAESCTRIntrinsics)) {
|
||||
warning("AES-CTR intrinsics require UseAESIntrinsics flag to be enabled. Intrinsics will be disabled.");
|
||||
}
|
||||
FLAG_SET_DEFAULT(UseAESCTRIntrinsics, false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user