We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdbfa8 commit 33f2005Copy full SHA for 33f2005
compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/meta/UnimplementedGraalIntrinsics.java
@@ -145,7 +145,7 @@ public UnimplementedGraalIntrinsics(Architecture arch) {
145
"sun/security/provider/SHA2.implCompress0([BI)V");
146
}
147
148
- if (!GraalServices.getSavedProperty("os.name").contains("Linux")) {
+ if (!(GraalServices.getSavedProperty("os.name").contains("Linux") && amd64.getFeatures().contains(AMD64.CPUFeature.AVX2))) {
149
add(ignore,
150
"java/util/DualPivotQuicksort.partition(Ljava/lang/Class;Ljava/lang/Object;JIIIILjava/util/DualPivotQuicksort$PartitionOperation;)[I",
151
"java/util/DualPivotQuicksort.sort(Ljava/lang/Class;Ljava/lang/Object;JIILjava/util/DualPivotQuicksort$SortOperation;)V");
0 commit comments