8044829: UseAES warning message generation differs on CPU architecture
Summary: Fixed issue with feature flag setting when AES support disabled explicitly
Reviewed-by: kvn
--- a/hotspot/src/cpu/x86/vm/vm_version_x86.cpp Mon Jun 19 01:23:58 2017 -0700
+++ b/hotspot/src/cpu/x86/vm/vm_version_x86.cpp Mon Jun 19 03:10:46 2017 -0700
@@ -641,9 +641,6 @@
_features &= ~CPU_VZEROUPPER;
}
- if (!UseAES && !FLAG_IS_DEFAULT(UseAES))
- _features &= ~CPU_AES;
-
if (logical_processors_per_package() == 1) {
// HT processor could be installed on a system which doesn't support HT.
_features &= ~CPU_HT;