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 262259 - StackOverflowError at com.sun.tools.javac.comp.Resolve.isAccessible
Summary: StackOverflowError at com.sun.tools.javac.comp.Resolve.isAccessible
Status: RESOLVED DUPLICATE of bug 252612
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:
: 262260 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-27 18:31 UTC by Vladimir Voskresensky
Modified: 2016-05-30 08:15 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224251


Attachments
stacktrace (67.30 KB, text/plain)
2016-05-27 18:31 UTC, Vladimir Voskresensky
Details
stacktrace (67.30 KB, text/plain)
2016-05-29 17:54 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 18:31: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: bg scanning after reopening




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:377)
   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)
Comment 1 Vladimir Voskresensky 2016-05-27 18:31:15 UTC
Created attachment 159904 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2016-05-29 17:54:55 UTC
Created attachment 159912 [details]
stacktrace

reopened IDE with clean cachedir
Comment 3 Dusan Balek 2016-05-30 08:12:50 UTC
*** Bug 262260 has been marked as a duplicate of this bug. ***
Comment 4 Dusan Balek 2016-05-30 08:15:21 UTC

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