<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,
<br>
<br>
Please review fix for JDK9:<br>
bug: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8058959">https://bugs.openjdk.java.net/browse/JDK-8058959</a><br>
webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~ssadetsky/8058959/webrev.00/">http://cr.openjdk.java.net/~ssadetsky/8058959/webrev.00/</a><br>
<br>
For unknown reason Frame#setBounds() was performed in two steps: set
size then move in the XDecoratedPeer. <br>
That caused 3 component events instead of 1. Changed to
<meta http-equiv="content-type" content="text/html; charset=utf-8">
XMoveResizeWindow() call.<br>
<br>
--Semyon<br>
</body>
</html>