On Tue, 11 Feb 2025 06:26:19 GMT, David Holmes wrote:
> I am at a loss to understand how the initial change built and tested with no
> problem even though `-ldl` was missing. Maybe there is some way to set a
> default set of libraries to check and the toolchain include libdl.so in that.
> ??
On Mon, 10 Feb 2025 20:13:17 GMT, Jiangli Zhou wrote:
> Add `BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libatExit += -ldl` for linux target.
I am at a loss to understand how the initial change built and tested with no
problem even though `-ldl` was missing. Maybe there is some way to set a
default set
On Mon, 10 Feb 2025 20:45:56 GMT, David Holmes wrote:
> This matches other tests that use dlsym. I don't understand why this wasn't
> caught in pre-integration testing. Please integrate ASAP. Thanks.
Yeah, I have the same question... I'm integrating now. Thanks!
-
PR Comment: http
On Mon, 10 Feb 2025 20:13:17 GMT, Jiangli Zhou wrote:
> Add `BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libatExit += -ldl` for linux target.
This matches other tests that use dlsym. I don't understand why this wasn't
caught in pre-integration testing. Please integrate ASAP. Thanks.
-
Mark