Skip to content

Commit d76abd9

Browse files
committed
Remove UnimplementedGraalIntrinsics workaround for SHA3Parallel.doubleKeccak
1 parent c35cd9d commit d76abd9

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)