1
1
Jeff Squyres 036db91f3d For the love of all that is holy, do not put 1MB arrays on the stack.
This was causing JVMs to run out of stack space, and all manner of
badness ensued.

Instead, use the heap -- that's what it's there for.

cmr=v1.7.5:reviewer=rhc:subject=make coll/ml use the heap for large debug array

This commit was SVN r31073.
2014-03-14 20:39:39 +00:00
..
2014-01-06 14:03:01 +00:00
2014-03-12 00:21:23 +00:00
2012-04-18 15:57:29 +00:00
2014-02-14 08:46:23 +00:00