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 254191 - NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Status: RESOLVED DUPLICATE of bug 246934
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-07 08:53 UTC by thilina01
Modified: 2016-06-01 14:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219009


Attachments
stacktrace (4.90 KB, text/plain)
2015-08-07 08:53 UTC, thilina01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thilina01 2015-08-07 08:53:22 UTC
This bug was originally marked as duplicate of bug 178299, 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.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
thilina01: Just opened




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop0(Code.java:566)
   at com.sun.tools.javac.jvm.Items$SelfItem.load(Items.java:367)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:969)
   at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1991)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1522)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:950)
Comment 1 thilina01 2015-08-07 08:53:25 UTC
Created attachment 155211 [details]
stacktrace
Comment 2 Dusan Balek 2016-06-01 14:38:29 UTC
Should be fixed.

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