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 1cbea4c commit 4db96bcCopy full SHA for 4db96bc
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jvmti/headers/JvmtiDirectives.java
@@ -35,7 +35,7 @@
35
import com.oracle.svm.core.SubstrateOptions;
36
import com.oracle.svm.core.util.BasedOnJDKFile;
37
38
-@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-26+2/src/hotspot/share/prims/jvmti.xml")
+@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-26+7/src/hotspot/share/prims/jvmti.xml")
39
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+11/src/hotspot/share/prims/jvmtiH.xsl")
40
class JvmtiDirectives implements CContext.Directives {
41
private final Path jdkIncludeDir = Paths.get(System.getProperty("java.home")).resolve("include");
0 commit comments