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 271288 - AssertionError: org.llvm.ir.AnalysisInfoMixin<PassT>
Summary: AssertionError: org.llvm.ir.AnalysisInfoMixin<PassT>
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-14 12:14 UTC by Alexander Simon
Modified: 2017-08-14 12:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230027


Attachments
stacktrace (11.65 KB, text/plain)
2017-08-14 12:14 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2017-08-14 12:14:17 UTC
Build: NetBeans IDE Dev (Build 20170814-565f969f22d0)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: SunOS

User Comments:
alexvsimon: try to create new folder




Stacktrace: 
java.lang.AssertionError: org.llvm.ir.AnalysisInfoMixin<PassT>
   at com.sun.tools.javac.util.Assert.error(Assert.java:162)
   at com.sun.tools.javac.util.Assert.check(Assert.java:87)
   at com.sun.tools.javac.code.Type$IntersectionClassType.<init>(Type.java:1238)
   at com.sun.tools.javac.code.Types.makeIntersectionType(Types.java:2374)
   at com.sun.tools.javac.code.Types.setBounds(Types.java:2594)
   at com.sun.tools.javac.jvm.ClassReader.sigToTypeParam(ClassReader.java:943)
Comment 1 Alexander Simon 2017-08-14 12:14:20 UTC
Created attachment 164945 [details]
stacktrace