Hi team, please review this test update in jdk9:
http://cr.openjdk.java.net/~yan/8055664/webrev.00 ( https://bugs.openjdk.java.net/browse/JDK-8055664 ) There's a single test made out of 14 old internal functional tests. Existing tests do verify that a Frame (Dialog, JFrame etc. toplevel) if setLocationRelativeTo(Component) do it right. As the number of components * toplevels is rather big, the test picks randomly just few of them from the lists. If by chance there will be failure, simple option would allow to run all combinations. Also, if we'll have a "switch" controlling this selection behavior, we'll use it here. Thanks, -yan