Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 30827 invoked from network); 19 Feb 2007 07:19:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 07:19:26 -0000 Received: (qmail 17372 invoked by uid 500); 19 Feb 2007 07:19:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 17345 invoked by uid 500); 19 Feb 2007 07:19:34 -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 17335 invoked by uid 99); 19 Feb 2007 07:19:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2007 23:19:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2007 23:19:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB7CD7141ED for ; Sun, 18 Feb 2007 23:19:05 -0800 (PST) Message-ID: <1621602.1171869545700.JavaMail.jira@brutus> Date: Sun, 18 Feb 2007 23:19:05 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3183) [drlvm][jit] HelloWorld app fails in -Xem:opt mode with verification level=2 In-Reply-To: <20310156.1171537565739.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov reassigned HARMONY-3183: ---------------------------------------- Assignee: Alexey Varlamov > [drlvm][jit] HelloWorld app fails in -Xem:opt mode with verification level=2 > ---------------------------------------------------------------------------- > > Key: HARMONY-3183 > URL: https://issues.apache.org/jira/browse/HARMONY-3183 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Assigned To: Alexey Varlamov > Attachments: peephole.diff > > > HelloWorld app fails in -Xem:opt mode with verification level=2 > To reproduce use this params: > -Xem:opt -verbose:em -XDjit.arg.verify=2 > output: > EM: compile done:[CS_OPT n=227: OK] com/ibm/icu4jni/common/ErrorCode::isSuccess(I)Z > EM: compile start:[CS_OPT n=228] com/ibm/icu4jni/charset/CharsetEncoderICU::(Ljava/nio/charset/Charset;J[B)V > EM: compile done:[CS_OPT n=228: OK] com/ibm/icu4jni/charset/CharsetEncoderICU::(Ljava/nio/charset/Charset;J[B)V > EM: compile start:[CS_OPT n=229] java/nio/charset/CharsetEncoder::(Ljava/nio/charset/Charset;FF[B)V > Operand live at entry: t63(XMM1S):single > This means there is a use of the operand when it is not yet defined > Operand live at entry: o85(XMM1D):double > This means there is a use of the operand when it is not yet defined > Operand live at entry: o86(XMM1D):double > This means there is a use of the operand when it is not yet defined > Liveness verification failure > Verification failure after peephole -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.