Skip to content

Commit f564a4b

Browse files
committed
Update native-image/configure-with-tracing-agent/run.sh
1 parent 51c293c commit f564a4b

File tree

1 file changed

+0
-3
lines changed
  • native-image/configure-with-tracing-agent

1 file changed

+0
-3
lines changed

native-image/configure-with-tracing-agent/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ set -ex
44
javac ReflectionExample.java
55
java ReflectionExample StringReverser reverse "hello"
66
java ReflectionExample StringCapitalizer capitalize "hello"
7-
native-image -Ob ReflectionExample
8-
./reflectionexample StringReverser reverse "hello"
9-
./reflectionexample StringCapitalizer capitalize "hello"
107
mkdir -p META-INF/native-image
118
java -agentlib:native-image-agent=config-output-dir=META-INF/native-image ReflectionExample StringReverser reverse "hello"
129
java -agentlib:native-image-agent=config-merge-dir=META-INF/native-image ReflectionExample StringCapitalizer capitalize "hello"

0 commit comments

Comments
 (0)