RFR: 8316532: Native library copying in BuildMicrobenchmark.gmk cause dups on macOS

Erik Joelsson erikj at openjdk.org
Wed Sep 20 14:33:40 UTC 2023


On Wed, 20 Sep 2023 13:57:05 GMT, Magnus Ihse Bursie <ihse at 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


More information about the build-dev mailing list