Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 48892 invoked from network); 11 Dec 2006 10:48:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 10:48:39 -0000 Received: (qmail 14674 invoked by uid 500); 11 Dec 2006 10:48:46 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 14071 invoked by uid 500); 11 Dec 2006 10:48:45 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 14062 invoked by uid 99); 11 Dec 2006 10:48:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 02:48:45 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of elena.semukhina@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 02:48:24 -0800 Received: by ug-out-1314.google.com with SMTP id z36so1310144uge for ; Mon, 11 Dec 2006 02:48:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=WLR4ZZse6jxidkRU2zFDn0QTZ9Y6P/egWjJ91QgtI5kSl3A3F21MujXLoWNR13y7d+/9az4MOT70sFEsLzinhK/J6uHffLkPFfouDOdZtj3tytMXn7t4g2FEE7e58BU/Ul4ZFWifY0cpo03jTWuhNFy/LvvSsyS61xsoN0TE6bY= Received: by 10.67.117.2 with SMTP id u2mr9606243ugm.1165834080027; Mon, 11 Dec 2006 02:48:00 -0800 (PST) Received: by 10.66.221.16 with HTTP; Mon, 11 Dec 2006 02:47:59 -0800 (PST) Message-ID: Date: Mon, 11 Dec 2006 16:47:59 +0600 From: "Elena Semukhina" To: dev@harmony.apache.org Subject: [drlvm][stacks] How large is stack size limit? Cc: elena.semukhina@gmail.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_108333_30761822.1165834079970" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_108333_30761822.1165834079970 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello all, The smoke test stress.Stack fails with StackOverflowError on Windows and linux/INT. It passes only on linux/JIT now. The test algorithm is simple: a method calls itself recursively for 7000 times. The test fails if StackOverflowError is thrown. The following are the numbers of iterations before the test fails: Windows: INT: 353 JET: 3963 OPT: 32264 RI*: 3689 Linux: INT: 587 JET: 7762 OPT: 72105 (!!!) RI*: 61837 *RI is Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03 ). Are these numbers expected? Are there any restrictions on stack size in DRLVM? -- Thanks, Elena ------=_Part_108333_30761822.1165834079970--