Skip to content

Commit

Permalink
[GR-58385] Update SyncPort info.
Browse files Browse the repository at this point in the history
PullRequest: graal/18864
  • Loading branch information
mur47x111 committed Sep 23, 2024
2 parents de71b12 + 111d435 commit e9c902e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
* Returns -1, 0, or 1 if either x < y, x == y, or x > y.
*/
// @formatter:off
@SyncPort(from = "https://github.com/openjdk/jdk/blob/fbe8a81d1900d0de1920ad1df6ad574f3da4bd51/src/hotspot/cpu/x86/x86_64.ad#L11852-L11876",
sha1 = "90dcf08952d34fa4381e43cbe988ce01a0fd2f26")
@SyncPort(from = "https://github.com/openjdk/jdk/blob/fbe8a81d1900d0de1920ad1df6ad574f3da4bd51/src/hotspot/cpu/x86/x86_64.ad#L11904-L11928",
sha1 = "541cc1716b2aa630e52634a3f1595159f274aa8f")
@SyncPort(from = "https://github.com/openjdk/jdk/blob/90e92f98a6685b196b979853436668cf2b9f2117/src/hotspot/cpu/x86/x86_64.ad#L11837-L11859",
sha1 = "17a5937cf7c0857802554981366ca445c0d9cc07")
@SyncPort(from = "https://github.com/openjdk/jdk/blob/90e92f98a6685b196b979853436668cf2b9f2117/src/hotspot/cpu/x86/x86_64.ad#L11885-L11907",
sha1 = "28a6ada679e72fb4ae14a6bcb1d094e88a11e8d1")
// @formatter:on
public class AMD64NormalizedUnsignedCompareOp extends AMD64LIRInstruction {
public static final LIRInstructionClass<AMD64NormalizedUnsignedCompareOp> TYPE = LIRInstructionClass.create(AMD64NormalizedUnsignedCompareOp.class);
Expand Down

0 comments on commit e9c902e

Please sign in to comment.