<AWT Dev> <AWT dev>[10] Review request for JDK-8165863:[macosx] stack overflow in java/awt/Component/SetEnabledPerformance/SetEnabledPerformance.java

Manajit Halder manajit.halder at oracle.com
Fri Aug 4 11:40:48 UTC 2017


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20170804/dbccdc29/attachment.html>


More information about the awt-dev mailing list