Skip to content

Commit

Permalink
Remove agent usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Aug 19, 2021
1 parent 7031887 commit 08f0006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ git clone --branch serialization-registration https://github.com/zakkak/issue-re
cd reproducers
mvn package
export JAVA_HOME=/opt/jvms/graalvm-ce-java11-21.2.0
$JAVA_HOME/bin/java -agentlib:native-image-agent=config-output-dir=META-INF/native-image -jar target/reproducer-1.0-SNAPSHOT.jar
$JAVA_HOME/bin/native-image --initialize-at-build-time \
--no-fallback -H:+ReportExceptionStackTraces \
-jar target/reproducer-1.0-SNAPSHOT.jar
Expand Down

0 comments on commit 08f0006

Please sign in to comment.