[crac] RFR: Propagating CRaC event to JVMTI agents [v3]
Roman Marchenko
rmarchenko at openjdk.org
Thu Nov 23 07:08:47 UTC 2023
On Wed, 22 Nov 2023 22:10:07 GMT, Radim Vansa <rvansa at openjdk.org> wrote:
>> Roman Marchenko has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed test
>
> Looks good, and kudos for the test! How is it built (into shared library I suppose?) I don't see any modifications in Makefiles...
@rvansa
> How is it built (into shared library I suppose?)
Yes, it produces a shared library, with different names for different OS.
It is processed [here](https://github.com/openjdk/crac/blob/crac/make/test/JtregNativeJdk.gmk#L152), all we need is to create a file with "lib" name suffix, or "exe" in case of executable. It will be built and placed somewhere in build folder (`.../test/jdk/jtreg/...`)
-------------
PR Comment: https://git.openjdk.org/crac/pull/143#issuecomment-1823898014
More information about the crac-dev
mailing list