8132010: aarch64: regression test fails compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java

Fix type in SHA flag setting code

Reviewed-by: kvn, goetz, aph, zmajo
This commit is contained in:
Alexander Alexeev 2015-07-21 14:23:08 +00:00 committed by Ed Nevill
parent ae7cdb5972
commit b6cfe54a64

View File

@ -232,7 +232,7 @@ void VM_Version::get_processor_features() {
}
} else if (UseSHA256Intrinsics) {
warning("Intrinsics for SHA-224 and SHA-256 crypto hash functions not available on this CPU.");
FLAG_SET_DEFAULT(UseSHA1Intrinsics, false);
FLAG_SET_DEFAULT(UseSHA256Intrinsics, false);
}
if (UseSHA512Intrinsics) {