Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 37543 invoked from network); 11 Dec 2006 17:12:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 17:12:44 -0000 Received: (qmail 35839 invoked by uid 500); 11 Dec 2006 17:12:46 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 35796 invoked by uid 500); 11 Dec 2006 17:12:46 -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 35780 invoked by uid 99); 11 Dec 2006 17:12:46 -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 09:12:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexey.v.varlamov@gmail.com designates 66.249.82.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 09:12:34 -0800 Received: by wx-out-0506.google.com with SMTP id i26so1615765wxd for ; Mon, 11 Dec 2006 09:12:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IBEDTEArEtMm+W1/fCJg8Tyf8zc9a3fDlXe5RZEhQSo8DXBLOBO5K2/K8+hKCIv9IkrQMiLijFiJaijJuElP5QuPAotICBkKcv94HT0nL5cRUqaKj/EC/1zR/mShXIPOHEHVBAUQoIDKBR2612lUzE5J7wIeDiMI/QhnNuhXO/w= Received: by 10.90.118.12 with SMTP id q12mr7122167agc.1165857134056; Mon, 11 Dec 2006 09:12:14 -0800 (PST) Received: by 10.65.119.18 with HTTP; Mon, 11 Dec 2006 09:12:13 -0800 (PST) Message-ID: Date: Mon, 11 Dec 2006 23:12:13 +0600 From: "Alexey Varlamov" To: dev@harmony.apache.org Subject: Re: [doc] are KNOWN ISSUES and TODO items valid? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <32CD23D8C6B1454C9120C1525D521D6780F021@nnsmsx411.ccr.corp.intel.com> X-Virus-Checked: Checked by ClamAV on apache.org 11 Dec 2006 21:20:23 +0600, Egor Pasko : > On the 0x23A day of Apache Harmony Alexey Varlamov wrote: > > I've looked through "Known issues" page and dropped few items, which > > were resolved already: > > - Java assertions support > > - StackOverflowError support for JIT mode > > why? > we do not have SOE 100% safe yet, JIT algorithms can be caught with > SOE on large bytecodes. We should estimate how much stack we can take > before each graph traversal activity. Not done yet and leads to a crash. > The difference is, a technical imperfection vs missing feature (which was originally listed) - so feel free to add a detailed TODO record instead.