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 271918 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 23:58 UTC by patrickbraz
Modified: 2017-12-13 23:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231164


Attachments
stacktrace (2.60 KB, text/plain)
2017-12-13 23:58 UTC, patrickbraz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description patrickbraz 2017-12-13 23:58:14 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Windows 10

User Comments:
patrickbraz: Erro de memoria




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.settings.RecognizeInstanceObjects$OverObjects.delegates(RecognizeInstanceObjects.java:161)
   at org.netbeans.modules.settings.RecognizeInstanceObjects$OverObjects.<init>(RecognizeInstanceObjects.java:116)
   at org.netbeans.modules.settings.RecognizeInstanceObjects.create(RecognizeInstanceObjects.java:95)
   at org.openide.util.lookup.implspi.NamedServicesProvider.forPath(NamedServicesProvider.java:90)
   at org.openide.util.lookup.Lookups.forPath(Lookups.java:226)
   at org.netbeans.modules.editor.NbToolTip.getTipAnnotations(NbToolTip.java:154)
Comment 1 patrickbraz 2017-12-13 23:58:36 UTC
Created attachment 165565 [details]
stacktrace