Re: RFR: 8187759: Background not refreshed when painting over a transparent JFrame

2023-12-17 Thread Tejesh R
On Fri, 15 Dec 2023 19:41:53 GMT, Sergey Bylokhov wrote: > > This is happening in linux > > Is it the Linux only? If yes why it cannot be reproduced on macOS and > > Windows? Yes, This is happening only in linux. The paintToOffScreen is done by BufferStrategyPaintManager rather than RepaintMan

Re: RFR: 8317287: [macos14] InterJVMGetDropSuccessTest.java: Child VM: abnormal termination [v8]

2023-12-17 Thread songpv-imt
> The root cause of the bug is because mousePress() method is invoked before > mouseMove() event is completely processed causing the drag & drop behavior > not being able to be recognized properly. This in turn makes the method > dragSourceListener.isDropFinished() returns false and fail the tes

Re: RFR: 8317287: [macos14] InterJVMGetDropSuccessTest.java: Child VM: abnormal termination [v7]

2023-12-17 Thread songpv-imt
On Fri, 15 Dec 2023 15:16:32 GMT, Alexey Ivanov wrote: >> songpv-imt has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update InterJVMGetDropSuccessTest.java >> Instead of using SYNC_LOCK to synchronize accessing the listener's fields,