On Wed, 20 Sep 2023 13:57:05 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Does this change the actual path where the lib*.dylib files end up? If so, do > we need any changes to the runtime configuration of the micros to get them to > properly pick up the libs? No, they end up in the same place (`<test-image>/micro/native/*.dylib`), sorry if that wasn't clear. The main difference to before [JDK-8253620](https://bugs.openjdk.org/browse/JDK-8253620) is that we no longer put make dependency (*.d) files in the same dir in the test image. ------------- PR Comment: https://git.openjdk.org/jdk/pull/15824#issuecomment-1727850752