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

Remove whitelist: JFR: Exception occurred when setting value #116

Closed Karm closed 1 year ago

Karm commented 1 year ago
     // https://github.com/oracle/graal/issues/4431
            Pattern.compile(".*Exception occurred when setting value \"150/s\" for class jdk.jfr.internal.Control.*"),

Was fixed in https://github.com/oracle/graal/issues/4431

Karm commented 1 year ago

fixed by #129