On Mon, 2 Jan 2023 08:24:44 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> This is a revert of commit > https://github.com/openjdk/jdk/commit/415bf44191632cd8dbcc158c0ff0992c0b61c3ba > which was a fix for 8275715: D3D pipeline processes multiple PaintEvent at > initial drawing > as it is causing some repaint issue and also since the regression test is > known to fail in some systems and is currently problemlisted which suggests > the fix was half-baked. > > Raised a new issue for the same https://bugs.openjdk.org/browse/JDK-8299436 Since this is just a revert what about fixing it in jdk20? test/jdk/sun/java2d/DirectX/MultiPaintEventTest/MultiPaintEventTest.java line 1: > 1: /* The test should be removed from the problem list as well. ------------- PR: https://git.openjdk.org/jdk/pull/11808