Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Hot-replace VM inspection argument #111

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

Depending on the graal vm version in use, use the appropriate native-image option to allow for VM inspection (monitoring).

Closes: #107