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 - ToolbarPoolDeadlockTest fails on JDK7_04
Summary: ToolbarPoolDeadlockTest fails on JDK7_04
Status: VERIFIED DUPLICATE of bug 211305
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.1.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2012-04-16 14:08 UTC by Jiri Skrivanek
Modified: 2012-04-19 09:37 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 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 ***