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 240525 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 240309
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-16 04:01 UTC by mortoza
Modified: 2014-01-17 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206522


Attachments
stacktrace (1.17 KB, text/plain)
2014-01-16 04:01 UTC, mortoza
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mortoza 2014-01-16 04:01:02 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
mortoza: <Please provide a description of the problem or the steps to reproduce>

GUEST: Changing tabs to edit another java file.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1528)
   at java.lang.Class.checkPackageAccess(Class.java:2255)
   at java.lang.Class.checkMemberAccess(Class.java:2235)
   at java.lang.Class.getField(Class.java:1566)
   at com.sun.jna.Native.getStructureAlignment(Native.java:506)
   at com.sun.jna.Structure.setAlignType(Structure.java:237)
Comment 1 mortoza 2014-01-16 04:01:04 UTC
Created attachment 144013 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-01-17 13:26:27 UTC
> GUEST: Changing tabs to edit another java file.
I've moved this exception report to a separate issue.

> mortoza: [...] (report 707050)
There are 3 million instances of com.sun.tools.javac.tree.JCTree$JCFieldAccess, other classes with many instances also belong to package com.sun.tools.javac or its subpackages. This seems similar to bug 240309.

Thank you for reporting.

*** This bug has been marked as a duplicate of bug 240309 ***