Skip to content

Commit c14a00c

Browse files
committed
Audit JDK-8351162: Clean up x86 (Macro)Assembler after 32-bit x86 removal
1 parent 33b84ff commit c14a00c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

7979
// @formatter:off
80-
@SyncPort(from = "https://github.com/openjdk/jdk/blob/98a93e115137a305aed6b7dbf1d4a7d5906fe77c/src/hotspot/cpu/x86/macroAssembler_x86_sha.cpp#L495-L1034",
81-
sha1 = "c285f012ac243eaa9c96716dbd2b0314b5dd14d7")
80+
@SyncPort(from = "https://github.com/openjdk/jdk/blob/9eeb86d972ac4cc38d923b2b868b426bbd27a4e8/src/hotspot/cpu/x86/macroAssembler_x86_sha.cpp#L469-L1008",
81+
sha1 = "e5d3639ae0c6dc8272f463038b316f41c2612f7b")
8282
// @formatter:on
8383
public final class AMD64SHA256AVX2Op extends AMD64LIRInstruction {
8484

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
// @formatter:off
6464
@SyncPort(from = "https://github.com/openjdk/jdk/blob/de29ef3bf3a029f99f340de9f093cd20544217fd/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp#L1579-L1632",
6565
sha1 = "ab4fd62b52f1ad67abecf4cb2f919c5cd2c27610")
66-
@SyncPort(from = "https://github.com/openjdk/jdk/blob/98a93e115137a305aed6b7dbf1d4a7d5906fe77c/src/hotspot/cpu/x86/macroAssembler_x86_sha.cpp#L234-L492",
67-
sha1 = "722bdd7519a7d7b9d9cec900af38137f1849ac4e")
66+
@SyncPort(from = "https://github.com/openjdk/jdk/blob/9eeb86d972ac4cc38d923b2b868b426bbd27a4e8/src/hotspot/cpu/x86/macroAssembler_x86_sha.cpp#L234-L467",
67+
sha1 = "fa2ae53c6b33b111e059e68ac3da4a9f17de3481")
6868
// @formatter:on
6969
public final class AMD64SHA256Op extends AMD64LIRInstruction {
7070

0 commit comments

Comments
 (0)