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 268517 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-14 00:43 UTC by slyone
Modified: 2016-10-14 00:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214861


Attachments
stacktrace (2.53 KB, text/plain)
2016-10-14 00:43 UTC, slyone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description slyone 2016-10-14 00:43:47 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
slyone: Testing web appe a description of the problem or the steps to reproduce>

GUEST: some times works very slow.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:300)
   at java.lang.StringCoding.encode(StringCoding.java:344)
   at java.lang.String.getBytes(String.java:906)
   at java.io.UnixFileSystem.getLastModifiedTime(UnixFileSystem.java:0)
   at java.io.File.lastModified(File.java:943)
   at org.openide.filesystems.LocalFileSystem.lastModified(LocalFileSystem.java:372)
Comment 1 slyone 2016-10-14 00:43:49 UTC
Created attachment 162498 [details]
stacktrace