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 150330 - AssertionError: inconsistent stack types at join point
Summary: AssertionError: inconsistent stack types at join point
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 152191
  Show dependency tree
 
Reported: 2008-10-16 07:28 UTC by tk_fhd_aui
Modified: 2009-10-23 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 88840


Attachments
stacktrace (4.75 KB, text/plain)
2008-10-16 07:28 UTC, tk_fhd_aui
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tk_fhd_aui 2008-10-16 07:28:04 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.26-hardened-r2, amd64

User Comments:
tk_fhd_aui: Opened src/java Tree of glassfish WebContainer

rupertkey: Openning a project just retrieved from CVS on a new install.  Project is "Project Wonderland" and I pulled the TRUNK.

GUEST: Hovering mouse in project tree.

tk_fhd_aui: Opened src/java Tree of glassfish WebContainer



Stacktrace: 
java.lang.AssertionError: inconsistent stack types at join point
        at com.sun.tools.javac.jvm.Code$State.error(Code.java:1749)
        at com.sun.tools.javac.jvm.Code$State.join(Code.java:1735)
        at com.sun.tools.javac.jvm.Code.resolve(Code.java:1465)
        at com.sun.tools.javac.jvm.Code.resolvePending(Code.java:1496)
        at com.sun.tools.javac.jvm.Code.emitop(Code.java:359)
        at com.sun.tools.javac.jvm.Code.emitop2(Code.java:965)
Comment 1 tk_fhd_aui 2008-10-16 07:28:11 UTC
Created attachment 71932 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-10-16 08:16:48 UTC
Passing to java|source - please evaluate. Thanks.
Comment 3 Dusan Balek 2008-10-16 09:26:40 UTC
Do you have a reproducible test case?
Comment 4 tk_fhd_aui 2008-12-17 11:52:13 UTC
Have a new installation in the mean time, so I think no.
I think the exception would just have to be more descriptive to see whether such a problem is in javac or in netbeans.
Comment 5 Dusan Balek 2009-10-23 13:49:14 UTC
Since there is no reproducible test case and there are no exception reports after NB 6.5, closing as WORKSFORME now. If
you are still able to reproduce it using the current dev build, please reopen the issue and attach steps to reproduce.
Thanks.