70_HR_FIX of issue #196490
Marek Fukala <[email protected]> Wed, 16 Mar 2011 14:43:36 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
http://netbeans.org/bugzilla/show_bug.cgi?id=196537 fix: http://hg.netbeans.org/web-main/rev/c9421f66dbba Bug 196490 - Javascript parser errors indirectly refers to their parser result and snapshot which causes OOM during tasklist indexing Changeset of the fix: http://hg.netbeans.org/web-main/rev/c9421f66dbba Description: OOM might happen since TLIndexer holds big chunks of objects via javascript error instancies. Risk: minimal, the fix is straightforward Reviewed by jlahoda already. QE agrees with self verification since there's no apparent user impact.