Skip to content

Commit b6d0234

Browse files
committed
svm: update @BasedOnJDKFile in AttachListenerThread
1 parent faa8319 commit b6d0234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/attach/AttachListenerThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private static void handleJcmd(AttachOperation op) {
9696
}
9797

9898
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+18/src/hotspot/share/services/diagnosticFramework.cpp#L383-L420")
99-
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+18/src/hotspot/share/services/diagnosticFramework.cpp#L422-L439")
99+
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+24/src/hotspot/share/services/diagnosticFramework.cpp#L422-L439")
100100
private static String parseAndExecute(String input) throws Throwable {
101101
String[] args = StringUtil.split(input, " ");
102102
String cmdName = args[0];

0 commit comments

Comments
 (0)