RFR: 8346195: Fix static initialization problem in GDIHashtable

Julian Waters jwaters at openjdk.org
Tue Jan 14 12:41:40 UTC 2025


On Tue, 17 Dec 2024 18:00:04 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> > I am not sure if this is already on my list of reasons I don't like C++.
> 
> I did not know about this until I tried to resolve this bug (it took some time to figure out the problem). I can surely put it on my such list. :)

Turns out this was the exact reason why awt.dll under Windows/gcc was defective and always crashed the process when any attempt was made to load it whatsoever. Pulling this in fixed the issue, and now awt.dll is fully functional. Thanks for fixing this!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22736#issuecomment-2589808022


More information about the client-libs-dev mailing list