This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 237615 - ToolbarPoolDeadlockTest fails on JDK 1.8
Summary: ToolbarPoolDeadlockTest fails on JDK 1.8
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL: http://bugs.sun.com/bugdatabase/view_...
Keywords: JDK_8, JDK_SPECIFIC
Depends on:
Blocks: 237560
  Show dependency tree
 
Reported: 2013-10-24 10:49 UTC by Stanislav Aubrecht
Modified: 2013-10-24 10:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Aubrecht 2013-10-24 10:49:20 UTC
There's a deadlock when running openide.loaders/test/unit/src/org/openide/awt/ToolbarPoolDeadlockTest on JDK 1.8 when calling EventQueue.invokeAndWait(). The same test runs just fine on JDK 1.7


JDK version info:
Java(TM) SE Runtime Environment (build 1.8.0-ea-b109)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b51, mixed mode)

See also https://netbeans.org/bugzilla/show_bug.cgi?id=237560
Comment 1 Stanislav Aubrecht 2013-10-24 10:58:14 UTC
Reported as http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8027233