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 271160 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-25 15:11 UTC by wolksteven
Modified: 2017-07-25 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229821


Attachments
stacktrace (2.82 KB, text/plain)
2017-07-25 15:11 UTC, wolksteven
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolksteven 2017-07-25 15:11:09 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 8.1

User Comments:
wolksteven: <record>
  <date>2017-07-24T17:24:47</date>
  <millis>1500931487447</millis>
  <sequence>2123</sequence>
  <logger>org.openide.util.RequestProcessor</logger>
  <level>1000</level>
  <thread>742</thread>
  <param>C:\Users\s.wolk\AppData\Roaming\NetBeans\8.2\var\log\heapdump.hprof</param>
  <exception>
    <message>java.lang.OutOfMemoryError: GC overhead limit exceeded</message>
    <frame>
      <class>java.util.Arrays</class>
      <method>copyOfRange</method>
      <line>3664</line>
      <file>${java.home}lib/rt.jar</file>
    </frame>
    <frame>
      <class>java.lang.String</class>
      <method>&lt;init&gt;</method>
      <line>207</line>
      <file>${java.home}lib/rt.jar</file>
    </frame>
    <frame>
      <class>java.lang.String</class>
      <method>toLowerCase</method>
      <line>2647</line>
      <file>${java.home}lib/rt.jar</file>
    </frame>
    <frame>
      <class>java.io.WinNTFileSystem</class>
      <method>hashCode</method>
      <line>640</line>
      <file>${ja




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 java.io.WinNTFileSystem.hashCode(WinNTFileSystem.java:640)
   at java.io.File.hashCode(File.java:2132)
   at org.netbeans.modules.project.ant.ProjectLibraryProvider$ProjectLibraryArea.hashCode(ProjectLibraryProvider.java:1017)
Comment 1 wolksteven 2017-07-25 15:11:11 UTC
Created attachment 164830 [details]
stacktrace