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

Add libmanagement_ext.a as an expected static lib. #112

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

The comments in the code suggest that some code in graal master got added and removed again, but https://github.com/oracle/graal/commit/a0e6a3aeb8b63f6c06dc3554c342075534d90796 was actually added with PR https://github.com/oracle/graal/pull/4383. The JDK static lib is being used as the relevant class is reachable for that application.

Closes: #109