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 211258

Summary: ToolbarPoolDeadlockTest fails on JDK7_04
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: Data SystemsAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED DUPLICATE    
Severity: normal CC: mmirilovic
Priority: P3 Keywords: JDK_SPECIFIC
Version: 7.1.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2012-04-16 14:08:11 UTC
ToolbarPoolDeadlockTest fails on JDK7_04. It passes on JDK6 and JDK7_03. To reproduce:

$ ant -f openide.loaders/build.xml test -Dtest.includes=**/ToolbarPoolDeadlockTest.class

  Operating System        = Windows 7 version 6.1 running on amd64
  Java; VM; Vendor        = 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
  Runtime                 = Java(TM) SE Runtime Environment 1.7.0_04-b20
Comment 1 Jaroslav Tulach 2012-04-18 10:36:45 UTC
Probably duplicate of bug 211305.


Try to look at thread dump and see if there is or is not an AWT dispatch thread.

*** This bug has been marked as a duplicate of bug 211305 ***