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 196558 - [70cat] AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Summary: [70cat] AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 19:08 UTC by dalcais10
Modified: 2011-11-04 12:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177456


Attachments
stacktrace (4.20 KB, text/plain)
2011-03-10 19:09 UTC, dalcais10
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dalcais10 2011-03-10 19:08:59 UTC
This bug was originally marked as duplicate of bug 174864, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans Platform Dev (Build 201102280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
dalcais10: happens randomly




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.jvm.Items$Item.load(Items.java:199)
   at com.sun.tools.javac.jvm.Items$Item.coerce(Items.java:243)
   at com.sun.tools.javac.jvm.Items$Item.coerce(Items.java:262)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:842)
   at com.sun.tools.javac.jvm.Gen.visitTypeCast(Gen.java:2070)
   at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1599)
Comment 1 dalcais10 2011-03-10 19:09:02 UTC
Created attachment 106887 [details]
stacktrace
Comment 2 Dusan Balek 2011-11-04 12:39:04 UTC
Hard to fix without a reproducible test case. Please reopen the issue if you are able to create a simple test case. Thanks.