Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
Janne Valkealahti edited this page Jun 4, 2022 · 1 revision

Here are some notes about working with graal.

Using tracing agent to get configs

You need to run cli with graal jvm and then compare json files for possible differences vs. what we get from a sring-native build.

export JAVA_HOME=/mnt/data1/software/graal/graalvm-ce-java11-22.1.0

$JAVA_HOME/bin/java \
  -agentlib:native-image-agent=config-output-dir=/tmp/graal \
  -jar ~/repos/spring/spring-cli/build/libs/spring-cli-0.0.1-SNAPSHOT.jar help
Clone this wiki locally