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 268271 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-29 15:22 UTC by kuko
Modified: 2016-09-29 15:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226495


Attachments
stacktrace (1.13 KB, text/plain)
2016-09-29 15:22 UTC, kuko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kuko 2016-09-29 15:22:24 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
kuko: open jar file




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.regex.Pattern.matcher(Pattern.java:1093)
   at org.netbeans.modules.diff.builtin.provider.HuntDiff.applyDiffOptions(HuntDiff.java:158)
   at org.netbeans.modules.diff.builtin.provider.HuntDiff.prepareIndex(HuntDiff.java:98)
   at org.netbeans.modules.diff.builtin.provider.HuntDiff.diff(HuntDiff.java:76)
   at org.netbeans.modules.diff.builtin.provider.BuiltInDiffProvider.computeDiff(BuiltInDiffProvider.java:99)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.computeDiff(EditableDiffView.java:1595)
Comment 1 kuko 2016-09-29 15:22:26 UTC
Created attachment 162271 [details]
stacktrace