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 271824 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
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-11-17 11:50 UTC by Exceptions Reporter
Modified: 2017-11-17 11:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230926


Attachments
stacktrace (2.44 KB, text/plain)
2017-11-17 11:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-17 11:50:03 UTC
This bug was originally marked as duplicate of bug 262347, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201710200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9.0.1+11, Java(TM) SE Runtime Environment, 9.0.1+11
OS: Linux

User Comments:
GUEST: Clicked in the quick search and started typing...




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
   at com.sun.tools.javac.jvm.ClassReader$3.read(ClassReader.java:1064)
   at com.sun.tools.javac.jvm.ClassReader.readAttrs(ClassReader.java:1556)
   at com.sun.tools.javac.jvm.ClassReader.readMemberAttrs(ClassReader.java:1546)
   at com.sun.tools.javac.jvm.ClassReader.readField(ClassReader.java:2364)
Comment 1 Exceptions Reporter 2017-11-17 11:50:06 UTC
Created attachment 165464 [details]
stacktrace