Re: [11] JDK-8196841: [TEST_BUG] "java/awt/Component/SetEnabledPerfomance/SetEnabledPerformance.java" fails

2018-02-06 Thread shashidhara veerabhadraiah
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 Veerabhadra

[11] JDK-8196841: [TEST_BUG] "java/awt/Component/SetEnabledPerfomance/SetEnabledPerformance.java" fails

2018-02-06 Thread Shashidhara Veerabhadraiah
Hi All, Please review a fix for the below test bug. Bug: https://bugs.openjdk.java.net/browse/JDK-8196841 Webrev: 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 th