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 262260 - StackOverflowError at com.sun.tools.javac.comp.Resolve.isAccessible
Summary: StackOverflowError at com.sun.tools.javac.comp.Resolve.isAccessible
Status: RESOLVED DUPLICATE of bug 262259
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 19:07 UTC by Vladimir Voskresensky
Modified: 2016-05-30 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224253


Attachments
stacktrace (67.31 KB, text/plain)
2016-05-27 19:07 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-05-27 19:07:13 UTC
Build: NetBeans IDE Dev (Build 20160527-279b5578cea2)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
vv159170: started IDE




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:366)
   at com.sun.tools.javac.comp.Resolve.findField(Resolve.java:1341)
   at com.sun.tools.javac.comp.Resolve.findVar(Resolve.java:1398)
   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2124)
   at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2357)
   at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:3499)
Comment 1 Vladimir Voskresensky 2016-05-27 19:07:14 UTC
Created attachment 159905 [details]
stacktrace
Comment 2 Dusan Balek 2016-05-30 08:12:50 UTC

*** This bug has been marked as a duplicate of bug 262259 ***