On Thu, 7 Aug 2025 13:14:42 GMT, Erik Joelsson <er...@openjdk.org> wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional >> commit since the last revision: >> >> makefiles fixed > > make/RunTests.gmk line 64: > >> 62: >> 63: AGENT_PREFIX := lib >> 64: AGENT_EXT := .so > > We already have `LIBRARY_PREFIX` and `SHARED_LIBRARY_SUFFIX` defined in > spec.gmk. To make those available in a test prebuilt scenario, they need to > also be defined in RunTestPrebuiltSpec.gmk. Then you can use those instead of > defining these. Thanks for suggestion! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26360#discussion_r2261561101