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 222727 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-26 00:56 UTC by davti
Modified: 2015-02-04 03:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195668


Attachments
stacktrace (2.87 KB, text/plain)
2012-11-26 00:56 UTC, davti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davti 2012-11-26 00:56:53 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Windows 7

Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.StringBuilder.toString(StringBuilder.java:430)
   at com.oracle.nashorn.parser.Lexer.valueOfIdent(Lexer.java:675)
   at com.oracle.nashorn.parser.Lexer.getValueOf(Lexer.java:1506)
   at com.oracle.nashorn.parser.AbstractParser.getValue(AbstractParser.java:277)
   at com.oracle.nashorn.parser.AbstractParser.getValue(AbstractParser.java:271)
   at com.oracle.nashorn.parser.AbstractParser.expectValue(AbstractParser.java:258)
Comment 1 davti 2012-11-26 00:56:55 UTC
Created attachment 128369 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:31:34 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.