Skip to content

Commit 241bfec

Browse files
committed
Audit JDK-8351152: x86: Remove code blocks that handle UseSSE < 2
1 parent c14a00c commit 241bfec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/amd64/AMD64CountPositivesOp.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
import jdk.vm.ci.meta.Value;
5656

5757
// @formatter:off
58-
@SyncPort(from = "https://github.com/openjdk/jdk/blob/250eb743c112fbcc45bf2b3ded1c644b19893577/src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp#L4020-L4263",
59-
sha1 = "42324f1b52b9bd5c316ebd916af9277f50d91f5b")
58+
@SyncPort(from = "https://github.com/openjdk/jdk/blob/9eeb86d972ac4cc38d923b2b868b426bbd27a4e8/src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp#L4018-L4261",
59+
sha1 = "1aa453c52215c1fc8d467460a93fa590f9edab15")
6060
// @formatter:on
6161
@Opcode("AMD64_COUNT_POSITIVES")
6262
public final class AMD64CountPositivesOp extends AMD64ComplexVectorOp {

0 commit comments

Comments
 (0)