[8u] RFR: 8249183: JVM crash in "AwtFrame::WmSize" method
Alex Kashchenko
akashche at redhat.com
Tue Sep 29 20:32:06 UTC 2020
Hi,
Please review the backport of JDK-8249183 to 8u:
Bug: https://bugs.openjdk.java.net/browse/JDK-8249183
Original change: https://hg.openjdk.java.net/jdk/jdk/rev/9f529b04be26
8u webrev: https://cr.openjdk.java.net/~akasko/jdk8u/8249183/webrev.00/
Patch doesn't apply cleanly to 8u, besides paths changes, two hunks
with import changes in WWindowPeer.java [1] are omitted. These imports
were changed by JDK-8221823 [2], these changes to imports are not
necessary in 8u because wildcard imports are used there in 8u.
Original patch was added in 16, its backport was pushed to 15u and is
currently waiting for approval for 11u (both applied cleanly).
Testing: checked that "CrashOnMinimizingDialogTest.zip" test (attached
to the issue) crashes on unpatched jdk and passes with the patch
applied, ran jck:api/java_awt .
[1] https://hg.openjdk.java.net/jdk/jdk/rev/9f529b04be26#l1.3
[2] https://hg.openjdk.java.net/jdk/jdk/rev/19adbbca4307#l1.16
--
-Alex
More information about the jdk8u-dev
mailing list