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 252837 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-05 15:23 UTC by sreder
Modified: 2015-06-05 15:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217761


Attachments
stacktrace (1.13 KB, text/plain)
2015-06-05 15:23 UTC, sreder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreder 2015-06-05 15:23:47 UTC
Build: NetBeans IDE Dev (Build 20150601-e828405118fe)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
sreder: Searching for an object with a wildcard froze the screen and caused this




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   at java.lang.StringBuilder.<init>(StringBuilder.java:89)
   at sun.util.resources.LocaleData.getDateFormatData(LocaleData.java:124)
   at java.text.DateFormatSymbols.initializeData(DateFormatSymbols.java:697)
   at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:146)
   at sun.util.locale.provider.DateFormatSymbolsProviderImpl.getInstance(DateFormatSymbolsProviderImpl.java:85)
Comment 1 sreder 2015-06-05 15:23:50 UTC
Created attachment 154075 [details]
stacktrace