JDK-7188708 : REGRESSION: closed/java/awt/EventQueue/PostEventOrderingTest.java fails
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u10,8
  • Priority: P2
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic,linux
  • CPU: generic
  • Submitted: 2012-08-02
  • Updated: 2013-06-26
  • Resolved: 2012-09-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u10Fixed
Related Reports
Relates :  
Description
See comments.

Comments
EVALUATION Yes, it's a regression of 7177040. The reason is that isFlushingPendingEvents in SunToolkit.flushPendingEvents() is reset after the first recursive call of flushPendingEvents(). Thus, if there are several pending events in PostEventQueue, recursion would be rejected only for the first event, allowing nested call of PostEventQueue.flush().
06-09-2012

EVALUATION Lookslike a regression of 7177040
04-09-2012