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 187641 - NullPointerException at com.sun.tools.javac.jvm.Code.emitop1w
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop1w
Status: RESOLVED DUPLICATE of bug 226005
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 196898 221462 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-16 09:36 UTC by johanandren
Modified: 2014-07-31 10:52 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170736


Attachments
stacktrace (5.74 KB, text/plain)
2010-06-16 09:36 UTC, johanandren
Details
stacktrace (5.28 KB, text/plain)
2011-10-27 07:02 UTC, Exceptions Reporter
Details
stacktrace (4.80 KB, text/plain)
2012-04-19 19:08 UTC, tdnorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johanandren 2010-06-16 09:36:10 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
johanandren: Not sure




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop1w(Code.java:934)
   at com.sun.tools.javac.jvm.Items$LocalItem.load(Items.java:399)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:858)
   at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1684)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1304)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:839)
Comment 1 johanandren 2010-06-16 09:36:18 UTC
Created attachment 100120 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-05 14:20:10 UTC
*** Bug 196898 has been marked as a duplicate of this bug. ***
Comment 3 Exceptions Reporter 2011-10-27 07:02:40 UTC
Created attachment 112481 [details]
stacktrace
Comment 4 tdnorb 2012-04-19 19:08:28 UTC
Created attachment 118537 [details]
stacktrace

opeing a project after closing NB
Comment 5 Dusan Balek 2012-05-23 11:46:19 UTC
Hard to fix without a reproducible test case. Are you able to reproduce the
issue? If so, could you please create a simple test case and attach it to the
issue? Thanks.
Comment 6 tdnorb 2012-05-23 17:05:31 UTC
Hasn't happened since this was last auto reported, so, hard to say if I could reproduce.  Seems to be one of those tricky intermittent bugs.
Comment 7 Dusan Balek 2012-11-13 09:18:55 UTC
*** Bug 221462 has been marked as a duplicate of this bug. ***
Comment 8 Svata Dedic 2014-07-31 10:52:09 UTC
I believe this report is obsolete/duplicate. The code that causes the NPE is the same as in issue #226005, all attached exception reports are for NB <= 7.4.

*** This bug has been marked as a duplicate of bug 226005 ***