Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Application for Testing the GraalVM Configuration

Collect Reachability Data

Reachability data can be collected by running the unit test of the java-does-usb project:

cd java-does-usb
export JAVA_TOOL_OPTIONS="-agentlib:native-image-agent=config-output-dir=metadata-{pid}-{datetime}/"
mvn test

Building

mvn -Pnative package

Running

./target/test_graalvm