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 - AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Summary: AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Status: NEW
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: 2016-08-17 14:09 UTC by luis.boch
Modified: 2016-08-17 14:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225807


Attachments
stacktrace (5.33 KB, text/plain)
2016-08-17 14:09 UTC, luis.boch
Details

Note You need to log in before you can comment on or make changes to this bug.
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