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 271833 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-20 18:17 UTC by edilmar
Modified: 2017-11-20 18:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230956


Attachments
stacktrace (2.71 KB, text/plain)
2017-11-20 18:17 UTC, edilmar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description edilmar 2017-11-20 18:17:22 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
edilmar: Problem just after changing to JDK9 in my actual project




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.substring(String.java:1969)
   at java.util.StringTokenizer.nextToken(StringTokenizer.java:352)
   at org.openide.modules.SpecificationVersion.parse(SpecificationVersion.java:103)
   at org.openide.modules.SpecificationVersion.<init>(SpecificationVersion.java:71)
Comment 1 edilmar 2017-11-20 18:17:25 UTC
Created attachment 165473 [details]
stacktrace