-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2
-
None
-
1.2.1
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2024251 | 1.2.2 | Lynn Monsanto | P4 | Resolved | Fixed | 1.2.2 |
Listening for Component events in JavaMonitor causes the app to become unresponsive/hang.
To reproduce:
1. Setup your environment to launch JavaMonitor
2. Run the SwingSet demo
3. Select the Component checkbox in JavaMonitor
4. Do something to cause a Component event to fire
(switching tabs in SwingSet will do this)
5. JavaMonitor will display the Component events for the component that you clicked on, then it will display nothing but COMPONENT_RESIZED and COMPONENT_MOVED events for a DefaultListCellRenderer
The app becomes totally unresponsive and must be killed.
- backported by
-
JDK-2024251 Component events cause JavaMonitor to hang
- Resolved