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 271789 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-12 02:55 UTC by LFaret
Modified: 2017-11-12 02:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230865


Attachments
stacktrace (2.80 KB, text/plain)
2017-11-12 02:55 UTC, LFaret
Details

Note You need to log in before you can comment on or make changes to this bug.
Description LFaret 2017-11-12 02:55:32 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Mac OS X

User Comments:
LFaret: <Please provide a description of the problem or the steps to reproduce>
Used the following HotKeys to Open a Project
Apple Key + Shift + O
Down Arrow to the file I want to open
Pressed SHIFT + TAB until I get to the Open Project Button

Everytime I try to open a project in this manner, NetBeans freezes.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.concat(String.java:2034)
   at quorum.Libraries.Language.Compile.Symbol.TypeChecker.GenerateTypeCheckKey(TypeChecker.java:2499)
   at quorum.Libraries.Language.Compile.Symbol.TypeChecker.Check(TypeChecker.java:2525)
   at quorum.Libraries.Language.Compile.Symbol.TypeChecker.Check(TypeChecker.java:2510)
   at quorum.Libraries.Language.Compile.Symbol.Class.CheckTypeWithGeneric(Class.java:2166)
   at quorum.Libraries.Language.Compile.Symbol.Class.ResolveAction(Class.java:2022)
Comment 1 LFaret 2017-11-12 02:55:36 UTC
Created attachment 165432 [details]
stacktrace