RFR: 8346433: Cannot use DllMain in hotspot for static builds [v3]
Magnus Ihse Bursie
ihse at openjdk.org
Tue Jan 14 15:13:41 UTC 2025
On Tue, 14 Jan 2025 14:22:58 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update comments
>
> src/hotspot/os/windows/os_windows.cpp line 4436:
>
>> 4434: }
>> 4435:
>> 4436: HMODULE GetHotspotModuleHandle() {
>
> No need to export this.
Actually, that is kind of the point of this function, so it can be used to look up where it resides.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22793#discussion_r1915007032
More information about the hotspot-runtime-dev
mailing list