Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 74605 invoked from network); 18 Feb 2006 02:20:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Feb 2006 02:20:23 -0000 Received: (qmail 28161 invoked by uid 500); 18 Feb 2006 02:20:23 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 28089 invoked by uid 500); 18 Feb 2006 02:20:22 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 28073 invoked by uid 99); 18 Feb 2006 02:20:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 18:20:22 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Feb 2006 18:20:21 -0800 Received: (qmail 74554 invoked by uid 65534); 18 Feb 2006 02:20:01 -0000 Message-ID: <20060218022001.74553.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r378679 - /incubator/harmony/enhanced/jchevm/libjc/interp.c Date: Sat, 18 Feb 2006 02:20:00 -0000 To: harmony-commits@incubator.apache.org From: archie@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: archie Date: Fri Feb 17 18:19:58 2006 New Revision: 378679 URL: http://svn.apache.org/viewcvs?rev=378679&view=rev Log: Remove assertion made invalid by r377244. Modified: incubator/harmony/enhanced/jchevm/libjc/interp.c Modified: incubator/harmony/enhanced/jchevm/libjc/interp.c URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/jchevm/libjc/interp.c?rev=378679&r1=378678&r2=378679&view=diff ============================================================================== --- incubator/harmony/enhanced/jchevm/libjc/interp.c (original) +++ incubator/harmony/enhanced/jchevm/libjc/interp.c Fri Feb 17 18:19:58 2006 @@ -136,7 +136,6 @@ { #define ACTION(name) [_JC_ ## name]= (_jc_word)&&do_ ## name #define TARGET(name) \ - _JC_ASSERT(JNI_FALSE); /* should never fall through */ \ do_ ## name: asm ("/***** " #name " *****/"); static const _jc_word actions[0x100] = { ACTION(aaload),