Re: RFR: 8349752: Tier1 build failure caused by JDK-8349178

2025-02-11 Thread Jiangli Zhou
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. > ??

Re: RFR: 8349752: Tier1 build failure caused by JDK-8349178

2025-02-10 Thread David Holmes
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

Re: RFR: 8349752: Tier1 build failure caused by JDK-8349178

2025-02-10 Thread Jiangli Zhou
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

Re: RFR: 8349752: Tier1 build failure caused by JDK-8349178

2025-02-10 Thread David Holmes
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