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 267621

Summary: AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Product: java Reporter: luis.boch
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: luis.boch
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225807
Attachments: stacktrace

Description luis.boch 2016-08-17 14:09:40 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 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
luis.boch: I dont know...




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:954)
   at com.sun.tools.javac.jvm.Gen.visitReturn(Gen.java:1870)
   at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1390)
Comment 1 luis.boch 2016-08-17 14:09:41 UTC
Created attachment 161700 [details]
stacktrace