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 225159

Summary: AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: issues, luis.boch, misterm
Priority: P2    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197835
Attachments: stacktrace

Description Exceptions Reporter 2013-01-21 21:08:14 UTC
This bug was originally marked as duplicate of bug 214425, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build jdk8lambda-1605-on-20130111)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: SunOS

Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.jvm.Items$Item.load(Items.java:206)
   at com.sun.tools.javac.jvm.Items$Item.coerce(Items.java:250)
   at com.sun.tools.javac.jvm.Items$Item.coerce(Items.java:269)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:838)
   at com.sun.tools.javac.jvm.Gen.visitReturn(Gen.java:1658)
   at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1318)
Comment 1 Exceptions Reporter 2013-01-21 21:08:16 UTC
Created attachment 130472 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:18:04 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 Vladimir Voskresensky 2016-11-07 12:52:25 UTC
happens in Daily
Comment 4 Vladimir Voskresensky 2016-11-07 12:52:45 UTC
Product Version: NetBeans IDE Dev (Build 20161107-56ba8b05c7bf)
Java: 1.8.0_102; Java HotSpot(TM) 64-Bit Server VM 25.102-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_102-b14
System: SunOS version 5.11 running on amd64; UTF-8; en_US (nb)
User directory: /var/tmp/vvoskres/llvm39
Cache directory: /var/tmp/vvoskres/llvm39/var/cache
Comment 6 Quality Engineering 2016-11-11 02:49:59 UTC
Integrated into 'main-silver', will be available in build *201611110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0dcfddd50386
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #225159 - AssertionError at com.sun.tools.javac.jvm.Items$Item.load - fixed.