Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74145 invoked from network); 27 Feb 2008 11:58:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 11:58:18 -0000 Received: (qmail 19001 invoked by uid 500); 27 Feb 2008 11:58:13 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 18983 invoked by uid 500); 27 Feb 2008 11:58:13 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 18974 invoked by uid 99); 27 Feb 2008 11:58:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 03:58:13 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 11:57:47 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 75030D2C7 for ; Wed, 27 Feb 2008 11:57:57 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Wed, 27 Feb 2008 11:57:57 -0000 Message-ID: <20080227115757.13242.77318@eos.apache.org> Subject: [Harmony Wiki] Trivial Update of "KnownNonBugIssuesAndLimitations" by Vladimir Beliaev X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by Vladimir Beliaev: http://wiki.apache.org/harmony/KnownNonBugIssuesAndLimitations The comment on the change is: removed Unloading from the list - it is implemented now ------------------------------------------------------------------------------ '''2.''' JVMTI API function groups for local variable access and stack inspection in the JIT-enabled mode have not been tested for adequate operation. - '''3.''' Class unloading is not supported. + '''3.''' Tracing of method calls and instructions is not supported. - '''4.''' Tracing of method calls and instructions is not supported. - - '''5.''' The following methods have no effect:[[BR]] + '''4.''' The following methods have no effect:[[BR]] {{{Runtime.traceInstructions(bool)}}}[[BR]] {{{Runtime.traceMethodCalls(bool)}}}[[BR]] - '''6.''' The {{{java.lang.ref.SoftReference}}} class implementation does not follow the intent of the specification and is currently equivalent to the {{{java.lang.ref.WeakReference}}} class. + '''5.''' The {{{java.lang.ref.SoftReference}}} class implementation does not follow the intent of the specification and is currently equivalent to the {{{java.lang.ref.WeakReference}}} class. ==== Jitrino restrictions: ==== '''1.''' Parallel compilation and calls for resolution during a compilation session may lead to re-entering Jitrino from different or the same hread. In our experience, Jitrino works normally in such cases. However, certain Jitrino parts, such as timers and certain logging system features are not designed to be re-enterable. This restriction is not applicable to normal runs in the default mode with logging and timers disabled.