OpenJDK / jdk / hs
changeset 46549:744e7a498dac
8044829: UseAES warning message generation differs on CPU architecture
Summary: Fixed issue with feature flag setting when AES support disabled explicitly
Reviewed-by: kvn
author | rraghavan |
---|---|
date | Mon, 19 Jun 2017 03:10:46 -0700 |
parents | e1b926a0b23f |
children | 34a17324cd65 |
files | hotspot/src/cpu/x86/vm/vm_version_x86.cpp |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;