mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8131078: typos in ghash cpu message
Reviewed-by: goetz, kvn
This commit is contained in:
parent
a5d8b8bf25
commit
2c695decc2
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ void VM_Version::initialize() {
|
|||
}
|
||||
} else if (UseGHASHIntrinsics) {
|
||||
if (!FLAG_IS_DEFAULT(UseGHASHIntrinsics))
|
||||
warning("GHASH intrinsics require VIS3 insructions support. Intriniscs will be disabled");
|
||||
warning("GHASH intrinsics require VIS3 instruction support. Intrinsics will be disabled");
|
||||
FLAG_SET_DEFAULT(UseGHASHIntrinsics, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue