On Tue, 26 May 2026 23:15:03 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8385347
>
> src/java.desktop/share/classes/sun/awt/SunToolkit.java line 169:
>
>> 167:
>> 168: public SunToolkit() {
>> 169: initEQ();
>
> Why is lazy init in `getSystemEventQueueImplPP` not enough and we need to
> initialize it here?
I think for each postEvent we should call getSystemEventQueueImplPP at some
point to have a queue to post events?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31262#discussion_r3307421498