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 271389 - NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-28 19:43 UTC by everheul
Modified: 2017-08-28 19:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230163


Attachments
stacktrace (5.07 KB, text/plain)
2017-08-28 19:43 UTC, everheul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everheul 2017-08-28 19:43:21 UTC
This bug was originally marked as duplicate of bug 246934, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
everheul: Compiling Jenkins core




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop0(Code.java:558)
   at com.sun.tools.javac.jvm.Items$SelfItem.load(Items.java:367)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:849)
   at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1831)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1659)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:830)
Comment 1 everheul 2017-08-28 19:43:24 UTC
Created attachment 165037 [details]
stacktrace