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 271163

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

Description rweaver 2017-07-25 16:26:12 UTC
Build: NetBeans IDE Dev (Build 201706120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Mac OS X

User Comments:
GUEST: downloading new project, this has been happening alot

GUEST: Bug

rweaver: Just opened NB - only change I'm aware of is new project was opened yesterday, and also ne w version of Java JRE installed.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.toLowerCase(String.java:2647)
   at org.netbeans.modules.masterfs.filebasedfs.utils.Utils.hashCode(Utils.java:100)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:222)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:274)
Comment 1 rweaver 2017-07-25 16:26:14 UTC
Created attachment 164832 [details]
stacktrace