mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-26 06:41:24 +00:00
8370244: [PPC64] Several vector tests fail on Power8
Reviewed-by: dbriemann, rrich
This commit is contained in:
parent
2902436fb1
commit
cbd77fc9f3
@ -111,6 +111,10 @@ void VM_Version::initialize() {
|
||||
}
|
||||
|
||||
MaxVectorSize = SuperwordUseVSX ? 16 : 8;
|
||||
if (!SuperwordUseVSX && FLAG_IS_DEFAULT(EnableVectorSupport)) {
|
||||
// VectorSupport intrinsics currently have issues with MaxVectorSize < 16 (JDK-8370803).
|
||||
FLAG_SET_ERGO(EnableVectorSupport, false);
|
||||
}
|
||||
if (FLAG_IS_DEFAULT(AlignVector)) {
|
||||
FLAG_SET_ERGO(AlignVector, false);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user