Reviewers: Rico,

Description:
Fix new-space-too-small test crash on 64 bit VM.

Please review this at http://codereview.chromium.org/3778009/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     test/mjsunit/regress/regress-create-exception.js


Index: test/mjsunit/regress/regress-create-exception.js
===================================================================
--- test/mjsunit/regress/regress-create-exception.js    (revision 5627)
+++ test/mjsunit/regress/regress-create-exception.js    (working copy)
@@ -25,7 +25,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Flags: --max-new-space-size=128
+// Flags: --max-new-space-size=256

 // Check for GC bug constructing exceptions.
 var v = [1, 2, 3, 4]


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to