Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 29662 invoked from network); 18 Jul 2007 03:49:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2007 03:49:03 -0000 Received: (qmail 86608 invoked by uid 500); 18 Jul 2007 03:48:58 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 86594 invoked by uid 500); 18 Jul 2007 03:48:58 -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 86585 invoked by uid 99); 18 Jul 2007 03:48:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 20:48:58 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 20:48:55 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4E5AB1A981A; Tue, 17 Jul 2007 20:48:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r557134 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp Date: Wed, 18 Jul 2007 03:48:35 -0000 To: commits@harmony.apache.org From: mloenko@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070718034835.4E5AB1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mloenko Date: Tue Jul 17 20:48:34 2007 New Revision: 557134 URL: http://svn.apache.org/viewvc?view=rev&rev=557134 Log: fix dacapo.jython in debug mode Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp?view=diff&rev=557134&r1=557133&r2=557134 ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp (original) +++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp Tue Jul 17 20:48:34 2007 @@ -49,7 +49,8 @@ * Get SmConstant by type name. */ SmConstant vf_TypePool::get_ref_type(const char *type_name, int length) { - assert(type_name[0] != 'L'); + //TODO: this assert raise false alarms when type name starts with 'L' + //assert(type_name[0] != 'L'); int index = -1; // find type in hash