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 268464

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: kuko
Component: ActionsAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221406
Attachments: stacktrace

Description kuko 2016-10-11 09:40:45 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
kuko: to starup netbeans first time, recent installed

GUEST: OutOfMemoryError: Java heap space




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1019)
   at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
   at sun.util.resources.ParallelListResourceBundle.loadLookupTablesIfNecessary(ParallelListResourceBundle.java:169)
   at sun.util.resources.ParallelListResourceBundle.handleKeySet(ParallelListResourceBundle.java:134)
   at sun.util.resources.ParallelListResourceBundle.keySet(ParallelListResourceBundle.java:143)
   at sun.util.resources.ParallelListResourceBundle.containsKey(ParallelListResourceBundle.java:129)
Comment 1 kuko 2016-10-11 09:40:47 UTC
Created attachment 162447 [details]
stacktrace