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

Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Product: java Reporter: everheul
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230163
Attachments: stacktrace

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