Update instance.cfg, GRAALVM-README.md, LICENSE.txt, and 1444 more files

This commit is contained in:
2026-07-13 19:14:23 +01:00
parent 50ee984188
commit def78d5a8d
1446 changed files with 30307 additions and 15 deletions
@@ -0,0 +1,30 @@
# Generated with ❤ by mx_sdk_vm_impl.py
ImageName=native-image-agent
ImagePath=${.}/../../../../bin
ImageModulePath=${.}/../../../graalvm/jvmti-agent-base.jar\:${.}/../../../graalvm/svm-agent.jar\:${.}/../../../graalvm/svm-driver.jar
Args=--no-fallback \
-march\=compatibility \
-Dorg.graalvm.version\=25.0.3 \
-H\:+UnlockExperimentalVMOptions \
-H\:+AssertInitializationSpecifiedForAllClasses \
-H\:+EnforceMaxRuntimeCompileMethods \
-H\:+VerifyRuntimeCompilationFrameStates \
-H\:+GuaranteeSubstrateTypesLinked \
-H\:-UnlockExperimentalVMOptions \
-g \
--link-at-build-time \
-H\:+UnlockExperimentalVMOptions \
-H\:+ProfilingEnableProfileDumpHooks \
-H\:-UnlockExperimentalVMOptions \
--shared \
--features\=com.oracle.svm.driver.APIOptionFeature \
--initialize-at-build-time\=com.oracle.svm.driver \
--link-at-build-time\=com.oracle.svm.driver,com.oracle.svm.driver.metainf \
--features\=com.oracle.svm.agent.NativeImageAgent$RegistrationFeature \
--enable-url-protocols\=jar \
-H\:+UnlockExperimentalVMOptions \
-H\:+TreatAllTypeReachableConditionsAsTypeReached \
-H\:-UnlockExperimentalVMOptions \
--add-exports\=java.base/jdk.internal.jimage\=org.graalvm.nativeimage.driver \
--add-exports\=jdk.internal.vm.ci/jdk.vm.ci.meta\=org.graalvm.nativeimage.agent.tracing \
--add-exports\=jdk.jfr/jdk.jfr.internal\=org.graalvm.nativeimage.driver