RFR: 8364973: Add JVMTI stress testing mode [v2]

Leonid Mesnik lmesnik at openjdk.org
Thu Aug 7 22:18:44 UTC 2025


On Thu, 7 Aug 2025 13:14:42 GMT, Erik Joelsson <erikj at 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


More information about the serviceability-dev mailing list