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 270901 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-17 21:25 UTC by ecmvos
Modified: 2017-06-17 21:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224600


Attachments
stacktrace (540 bytes, text/plain)
2017-06-17 21:25 UTC, ecmvos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ecmvos 2017-06-17 21:25:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
ecmvos: Just editing a license.txt file.

GUEST: Java???????????????NetBeans?????????????




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.loaders.FolderChildren$1R.getPositionedFolderChildrenPairs(FolderChildren.java:227)
   at org.openide.loaders.FolderChildren$1R.run(FolderChildren.java:204)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 ecmvos 2017-06-17 21:25:40 UTC
Created attachment 164562 [details]
stacktrace