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 252918 - StackOverflowError at com.sun.tools.javac.code.Type$ClassType.isParameterized
Summary: StackOverflowError at com.sun.tools.javac.code.Type$ClassType.isParameterized
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 21:46 UTC by misterm
Modified: 2015-08-07 09:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217860


Attachments
stacktrace (73.97 KB, text/plain)
2015-06-10 21:46 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-06-10 21:46:11 UTC
Build: NetBeans IDE Dev (Build 20150601-12fb145cd552)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: .




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.code.Type$ClassType.isParameterized(Type.java:886)
   at com.sun.tools.javac.code.Type$ClassType.contains(Type.java:925)
   at com.sun.tools.javac.code.Types$Rewriter.visitTypeVar(Types.java:4367)
   at com.sun.tools.javac.code.Types$Rewriter.visitTypeVar(Types.java:4322)
   at com.sun.tools.javac.code.Type$TypeVar.accept(Type.java:1289)
   at com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4579)
Comment 1 misterm 2015-06-10 21:46:13 UTC
Created attachment 154147 [details]
stacktrace
Comment 2 Dusan Balek 2015-08-07 09:54:13 UTC
Hard to fix without a reproducible test case.