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 250900 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-04 15:55 UTC by williamrouse
Modified: 2015-03-04 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215838


Attachments
stacktrace (1.10 KB, text/plain)
2015-03-04 15:55 UTC, williamrouse
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williamrouse 2015-03-04 15:55:49 UTC
This issue was reported manually by jhavlin.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
williamrouse: Running a hello world test program to verify that Scala was working in the Netbeans IDE




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1563)
   at java.lang.Class.checkPackageAccess(Class.java:2359)
   at java.lang.Class.checkMemberAccess(Class.java:2338)
   at java.lang.Class.newInstance(Class.java:388)
   at com.sun.jna.IntegerType.fromNative(IntegerType.java:104)
   at com.sun.jna.NativeMappedConverter.fromNative(NativeMappedConverter.java:64)
Comment 1 williamrouse 2015-03-04 15:55:50 UTC
Created attachment 152395 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-03-04 16:13:59 UTC
The heap dump contains many instances related to scala plugin:

Class                                                       # of instances
----------------------------------------------------------------------------
scala.collection.mutable.DefaultEntry                       1,165,250 (10%)
scala.reflect.io.FileZipArchive$FileEntry$1                 1,051,698 ( 9%)
scala.reflect.internal.Symbols$TypeHistory                    511,137 ( 4.4%)
scala.reflect.internal.pickling.UnPickler$Scan$LazyTypeRef    243,248 ( 2.1%)
scala.reflect.internal.Scopes$ScopeEntry                      239,278 ( 2.1%)

Reassigning to scala plugin owner.
Please evaluate. Thank you.