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 248964 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@7e7b093 Thread dump: SwingWorker-pool-2-thread-1 sun.misc.Unsafe.park(Native Method) java.util.concur
Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$Deferr...
Status: RESOLVED DUPLICATE of bug 241006
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-28 04:46 UTC by _ gtzabari
Modified: 2014-11-28 08:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213765


Attachments
stacktrace (6.00 KB, text/plain)
2014-11-28 04:46 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2014-11-28 04:46:28 UTC
Build: NetBeans IDE Dev (Build 201411240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
gtzabari: Renamed class. Exception thrown.




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@7e7b093
Thread dump:
SwingWorker-pool-2-thread-1
	sun.misc.Unsafe.park(Native Method)
	java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
	java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
	java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	java.lang.Thread.run(Thread.java:745)
AWT-EventQueue-0
	java.security.AccessController.getStackAccessControlContext(Native Method)
	java.security.AccessController.getContext(AccessController.java:820)
	java.awt.EventQueue.dispatchEvent(EventQueue.java:710)
	org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.util.Assert.check(Assert.java:86)
   at com.sun.tools.javac.util.Log.popDiagnosticHandler(Log.java:484)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredAttrNode$StructuralStuckChecker.canLambdaBodyCompleteNormally(DeferredAttr.java:712)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredAttrNode$StructuralStuckChecker.visitLambda(DeferredAttr.java:651)
   at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1630)
Comment 1 _ gtzabari 2014-11-28 04:46:30 UTC
Created attachment 150759 [details]
stacktrace
Comment 2 Dusan Balek 2014-11-28 08:22:48 UTC

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