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 214425 - AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Summary: AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 09:50 UTC by Exceptions Reporter
Modified: 2012-12-21 02:33 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189719


Attachments
stacktrace (4.30 KB, text/plain)
2012-06-19 09:50 UTC, Exceptions Reporter
Details
stacktrace (4.58 KB, text/plain)
2012-10-25 08:42 UTC, Exceptions Reporter
Details
stacktrace (4.64 KB, text/plain)
2012-12-03 07:59 UTC, stefan79
Details
stacktrace (4.53 KB, text/plain)
2012-12-12 03:26 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-19 09:50:15 UTC
This bug was originally marked as duplicate of bug 196558, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

User Comments:
GUEST: Find and replace applied to 500 files...




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 Exceptions Reporter 2012-06-19 09:50:19 UTC
Created attachment 121037 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-10-25 08:42:12 UTC
Created attachment 126529 [details]
stacktrace
Comment 3 stefan79 2012-12-03 07:59:35 UTC
Created attachment 128743 [details]
stacktrace

STarted NetBeans.
Comment 4 misterm 2012-12-12 03:26:07 UTC
Created attachment 129228 [details]
stacktrace
Comment 6 Quality Engineering 2012-12-21 02:33:46 UTC
Integrated into 'main-golden', will be available in build *201212210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9fae58d51af8
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #214425 and #223527 fixed.