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 225899 - [73cat] jdk8lambda deadlocked in Go to type
Summary: [73cat] jdk8lambda deadlocked in Go to type
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 14:48 UTC by misterm
Modified: 2013-05-31 08:39 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
<no description> (114.26 KB, application/octet-stream)
2013-02-08 14:49 UTC, misterm
Details
<no description> (23.67 KB, text/plain)
2013-02-08 14:49 UTC, misterm
Details
<no description> (24.10 KB, text/plain)
2013-02-08 14:49 UTC, misterm
Details
<no description> (24.10 KB, text/plain)
2013-02-08 14:49 UTC, misterm
Details
<no description> (79.04 KB, text/plain)
2013-02-08 14:49 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-02-08 14:48:02 UTC
Not something easily reproducible so that I can profile the IDE. I've generated three thread dumps with an interval of 30s between them. Let it run for 10 min before giving up.

Product Version = NetBeans IDE Dev (Build jdk8lambda-1641-on-20130208)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0-ea
Runtime = OpenJDK 64-Bit Server VM 25.0-b15
Comment 1 misterm 2013-02-08 14:49:20 UTC
Created attachment 131155 [details]
<no description>
Comment 2 misterm 2013-02-08 14:49:26 UTC
Created attachment 131156 [details]
<no description>
Comment 3 misterm 2013-02-08 14:49:30 UTC
Created attachment 131157 [details]
<no description>
Comment 4 misterm 2013-02-08 14:49:39 UTC
Created attachment 131158 [details]
<no description>
Comment 5 misterm 2013-02-08 14:49:49 UTC
Created attachment 131159 [details]
<no description>
Comment 6 David Strupl 2013-05-31 08:39:40 UTC
I am sorry but running that build on JDK8 was a bit premature. Please try using some 7.4 dev build or 7.4 beta when it is out on a very recent build of JDK8. Closing this report as wontfix.

Looking at the thread dumps: it seems like there should have been some dialog showing and the AWT thread was just waiting for the events from that dialog. Not sure what dialog was it supposed to be and also why you were not able to see it. But as I said this was too soon to try to launch NB on JDK 8....