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 262821 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-15 07:22 UTC by ravi2katre
Modified: 2016-07-15 07:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219694


Attachments
stacktrace (2.69 KB, text/plain)
2016-07-15 07:22 UTC, ravi2katre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ravi2katre 2016-07-15 07:22:12 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 8

User Comments:
ravi2katre: PC hang

GUEST: asd




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toLowerCase(String.java:2577)
   at java.io.WinNTFileSystem.hashCode(WinNTFileSystem.java:640)
   at java.io.File.hashCode(File.java:2132)
   at java.util.HashMap.hash(HashMap.java:338)
   at java.util.HashMap.get(HashMap.java:556)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:128)
Comment 1 ravi2katre 2016-07-15 07:22:14 UTC
Created attachment 160400 [details]
stacktrace