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 225011 - AssertionError: isSubtype 20
Summary: AssertionError: isSubtype 20
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 09:26 UTC by mvy
Modified: 2017-07-08 15:22 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197670


Attachments
stacktrace (4.25 KB, text/plain)
2013-01-17 09:26 UTC, mvy
Details
stacktrace (4.17 KB, text/plain)
2013-08-13 22:25 UTC, lhochet
Details
stacktrace (3.75 KB, text/plain)
2013-08-21 09:52 UTC, kahatlen
Details
stacktrace (3.75 KB, text/plain)
2013-08-22 07:25 UTC, Jiri Skrivanek
Details
stacktrace (4.13 KB, text/plain)
2015-05-27 07:34 UTC, IrianR
Details
stacktrace (6.35 KB, text/plain)
2017-07-08 15:22 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mvy 2013-01-17 09:26:14 UTC
This bug was originally marked as duplicate of bug 193492, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

Stacktrace: 
java.lang.AssertionError: isSubtype 20
   at com.sun.tools.javac.code.Types$5.visitType(Types.java:424)
   at com.sun.tools.javac.code.Types$5.visitType(Types.java:404)
   at com.sun.tools.javac.code.Type.accept(Type.java:114)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:3749)
   at com.sun.tools.javac.code.Types.isSubtype(Types.java:400)
   at com.sun.tools.javac.code.Types.isSubtype(Types.java:376)
Comment 1 mvy 2013-01-17 09:26:15 UTC
Created attachment 130321 [details]
stacktrace
Comment 2 lhochet 2013-08-13 22:25:00 UTC
Created attachment 138663 [details]
stacktrace

no idea what triggered that, the openjdk is self built from jdk8/jdk8 without any code modification.
Comment 3 kahatlen 2013-08-21 09:52:05 UTC
Created attachment 138983 [details]
stacktrace

Pressed Shift-Ctrl-Alt-O (go to symbol), typed the symbol name and pressed enter.
Comment 4 Jiri Skrivanek 2013-08-22 07:25:05 UTC
Created attachment 139039 [details]
stacktrace

Scanning NetBeans projects after IDE starts.
Comment 5 IrianR 2015-05-27 07:34:21 UTC
Created attachment 153891 [details]
stacktrace

debugging.
Comment 6 Vladimir Voskresensky 2017-07-08 15:22:36 UTC
Created attachment 164724 [details]
stacktrace

modify annotation for clang::ASTReader::ReadMacroRecord