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 270684 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-19 08:28 UTC by darioOsm
Modified: 2017-05-19 08:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229198


Attachments
stacktrace (2.95 KB, text/plain)
2017-05-19 08:28 UTC, darioOsm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description darioOsm 2017-05-19 08:28:37 UTC
This bug was originally marked as duplicate of bug 235888, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
darioOsm: At one point it just freezes. After restart it always returns state from a week or so.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toLowerCase(String.java:2496)
   at java.io.Win32FileSystem.hashCode(Win32FileSystem.java:598)
   at java.io.File.hashCode(File.java:2109)
   at java.util.HashMap.hash(HashMap.java:362)
   at java.util.HashMap.getEntry(HashMap.java:462)
   at java.util.HashMap.get(HashMap.java:417)
Comment 1 darioOsm 2017-05-19 08:28:39 UTC
Created attachment 164353 [details]
stacktrace