Hi All, There is a recursion code at AWTEventMulticaster.java that is causing the stack to overflow which is the real reason for the ’stackOverflowError'. Hence please hold this review until I fix the real problem.
Thanks and regards, Shashi > On 06-Feb-2018, at 1:57 PM, Shashidhara Veerabhadraiah > <shashidhara.veerabhadra...@oracle.com> wrote: > > Hi All, Please review a fix for the below test bug. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8196841 > <https://bugs.openjdk.java.net/browse/JDK-8196841> > > Webrev: http://cr.openjdk.java.net/~sveerabhadra/8196841/webrev.00/ > <http://cr.openjdk.java.net/~sveerabhadra/8196841/webrev.00/> > > Summary: The original test creates a pool of button objects on the stack and > throws ‘stackOverflowError’ when the stack runs out of memory. The fix sets a > higher stack size for the test to run and now it passes. > > Thanks and regards, > Shashi