Skip to content

Commit 1352a05

Browse files
committed
[GR-64332] Remove UnimplementedGraalIntrinsics workaround for SHA3Parallel.doubleKeccak
PullRequest: graal/20576
2 parents 90cbfe3 + d76abd9 commit 1352a05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/meta/UnimplementedGraalIntrinsics.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ public UnimplementedGraalIntrinsics(Architecture arch) {
119119
// scalar operations
120120
"jdk/internal/vm/vector/Float16Math.fma(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljdk/internal/vm/vector/Float16Math$TernaryOperator;)Ljava/lang/Object;",
121121
"jdk/internal/vm/vector/Float16Math.sqrt(Ljava/lang/Class;Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;");
122-
// C2 categorized the following as implemented. Remove when JDK-8351034 is integrated
123-
if (arch instanceof AMD64) {
124-
add(toBeInvestigated,
125-
"sun/security/provider/SHA3Parallel.doubleKeccak([J[J)I");
126-
}
127122
}
128123

129124
add(ignore,

0 commit comments

Comments
 (0)