Description
As reported in quarkusio/quarkus#37882 Red Hat's builds of Mandrel report different numbers of reachable methods, classes etc. than the corresponding upstream builds
How To Reproduce
Build native image with -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17
, then build same native image with -Dquarkus.native.builder-image=registry.access.redhat.com/quarkus/mandrel-23-rhel8:23.0
Expected behavior
Build output should report similar number of reachable classes, methods, etc., but we observe a difference close to 3%.