We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa8319 commit b6d0234Copy full SHA for b6d0234
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/attach/AttachListenerThread.java
@@ -96,7 +96,7 @@ private static void handleJcmd(AttachOperation op) {
96
}
97
98
@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")
+ @BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+24/src/hotspot/share/services/diagnosticFramework.cpp#L422-L439")
100
private static String parseAndExecute(String input) throws Throwable {
101
String[] args = StringUtil.split(input, " ");
102
String cmdName = args[0];
0 commit comments