Skip to content

Commit 137a94e

Browse files
committed
[GR-59922] Update SyncPort info.
PullRequest: graal/19353
2 parents 854cd09 + 8a8fae9 commit 137a94e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/meta/HotSpotGraphBuilderPlugins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ private static void inlineNativeNotifyJvmtiFunctions(GraalHotSpotVMConfig config
822822
}
823823

824824
// @formatter:off
825-
@SyncPort(from = "https://github.com/openjdk/jdk/blob/b80ca4902af71938b32634d3fd230f4d65cde454/src/hotspot/share/opto/library_call.cpp#L3734-L3817",
825+
@SyncPort(from = "https://github.com/openjdk/jdk/blob/cf158bc6cdadfdfa944b8ec1d3dc7069c8f055a9/src/hotspot/share/opto/library_call.cpp#L3740-L3823",
826826
sha1 = "f05a07a18ffae50e2a2b20586184a26e9cc8c5f2")
827827
// @formatter:on
828828
private static class ContinuationPinningPlugin extends InvocationPlugin {

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/replacements/HotSpotHashCodeSnippets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import jdk.graal.compiler.word.Word;
4848

4949
// @formatter:off
50-
@SyncPort(from = "https://github.com/openjdk/jdk/blob/d52d13648612546ef4458579aff6daf965586a03/src/hotspot/share/opto/library_call.cpp#L4653-L4787",
50+
@SyncPort(from = "https://github.com/openjdk/jdk/blob/cf158bc6cdadfdfa944b8ec1d3dc7069c8f055a9/src/hotspot/share/opto/library_call.cpp#L4659-L4793",
5151
sha1 = "c212d1dbff26d02d4d749e085263d4104895f1ba")
5252
// @formatter:on
5353
public class HotSpotHashCodeSnippets extends IdentityHashCodeSnippets {

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/replacements/VirtualThreadUpdateJFRSnippets.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
* Snippet for updating JFR thread local data on {@code Thread#setCurrentThread} events.
6565
*/
6666
// @formatter:off
67-
@SyncPort(from = "https://github.com/openjdk/jdk/blob/b80ca4902af71938b32634d3fd230f4d65cde454/src/hotspot/share/opto/library_call.cpp#L3522-L3648",
68-
sha1 = "f8d8362275f830ac8a2e7ac9c5e10bc58dfc015f")
67+
@SyncPort(from = "https://github.com/openjdk/jdk/blob/9d60300feea12d353fcd6c806b196ace2df02d05/src/hotspot/share/opto/library_call.cpp#L3526-L3654",
68+
sha1 = "59f07096cdbe1aac79b1248db345e9616b54f4a4")
6969
// @formatter:on
7070
public class VirtualThreadUpdateJFRSnippets implements Snippets {
7171

0 commit comments

Comments
 (0)