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 c14a00c commit 241bfecCopy full SHA for 241bfec
compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/amd64/AMD64CountPositivesOp.java
@@ -55,8 +55,8 @@
55
import jdk.vm.ci.meta.Value;
56
57
// @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")
+@SyncPort(from = "https://github.com/openjdk/jdk/blob/9eeb86d972ac4cc38d923b2b868b426bbd27a4e8/src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp#L4018-L4261",
+ sha1 = "1aa453c52215c1fc8d467460a93fa590f9edab15")
60
// @formatter:on
61
@Opcode("AMD64_COUNT_POSITIVES")
62
public final class AMD64CountPositivesOp extends AMD64ComplexVectorOp {
0 commit comments