File tree 2 files changed +4
-4
lines changed
compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/amd64
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
import jdk .vm .ci .meta .Value ;
78
78
79
79
// @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 " )
82
82
// @formatter:on
83
83
public final class AMD64SHA256AVX2Op extends AMD64LIRInstruction {
84
84
Original file line number Diff line number Diff line change 63
63
// @formatter:off
64
64
@ SyncPort (from = "https://github.com/openjdk/jdk/blob/de29ef3bf3a029f99f340de9f093cd20544217fd/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp#L1579-L1632" ,
65
65
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 " )
68
68
// @formatter:on
69
69
public final class AMD64SHA256Op extends AMD64LIRInstruction {
70
70
You can’t perform that action at this time.
0 commit comments