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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 09:40 UTC by kuko
Modified: 2016-10-11 09:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221406


Attachments
stacktrace (2.50 KB, text/plain)
2016-10-11 09:40 UTC, kuko
Details

Note You need to log in before you can comment on or make changes to this bug.
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