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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: projects Reporter: LFaret
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230865
Attachments: stacktrace

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