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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: ravi2katre
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219694
Attachments: stacktrace

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