Hi All, Kindly review the fix for JDK10.
Bug: https://bugs.openjdk.java.net/browse/JDK-8165863 <https://bugs.openjdk.java.net/browse/JDK-8165863> Webrev: http://cr.openjdk.java.net/~mhalder/8165863/webrev.00/ <http://cr.openjdk.java.net/~mhalder/8165863/webrev.00/> Root cause: The problem was due to default JVM stack size, which was not enough for the creation of 10001 JButtons. Fix: Increased the JVM stack size to 2048k for this test case using JVM flag -Xss. Regards, Manajit