From commits-return-54143-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Thu May 01 05:20:40 2008 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 53178 invoked from network); 1 May 2008 05:20:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 05:20:40 -0000 Received: (qmail 76928 invoked by uid 500); 1 May 2008 05:20:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 76902 invoked by uid 500); 1 May 2008 05:20:42 -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 76886 invoked by uid 99); 1 May 2008 05:20:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 22:20:42 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 05:20:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D4A08234C110 for ; Wed, 30 Apr 2008 22:16:55 -0700 (PDT) Message-ID: <123046339.1209619015869.JavaMail.jira@brutus> Date: Wed, 30 Apr 2008 22:16:55 -0700 (PDT) From: "vasily.v.levchenko@gmail.com (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5764) [drlvm][verifier-ext] Incorrect stack map calculation In-Reply-To: <1884358870.1208591181693.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-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593485#action_12593485 ] vasily.v.levchenko@gmail.com commented on HARMONY-5764: ------------------------------------------------------- Thank you, Alexei, for patch I've applied to our environment and get compilation error probably caused by difference of compilers: c:\ia-stuff\work\martini\org.apache.harmony_vmcore_verifier\src\vmcore\src\verifier-3363\base\ver.cpp(125) : error C2664: 'vf_recompute_stackmaptable' : cannotconvert parameter 2 from 'unsigned char ** ' to 'unsigned __int8 ** ' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast > [drlvm][verifier-ext] Incorrect stack map calculation > ------------------------------------------------------ > > Key: HARMONY-5764 > URL: https://issues.apache.org/jira/browse/HARMONY-5764 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Win32 > Reporter: vasily.v.levchenko@gmail.com > Fix For: 5.0M6 > > Attachments: CGProxy.class, exception_range_merge_local_changed_fix_and_debug.patch, java2d.demos.Images.JPEGFlip , java2d.demos.Images.JPEGFlip.javap, JPEGFlip.class , ver-ext-dbg.patch > > > Incorrect stack map calculation was detected in revision supposed to be M5.5_Eclipse_TPTP > Exception in thread "main" java.lang.VerifyError: Stack map does not match the one at exception handler 404 in method java2d.demos.Images.JPEGFlip.render(IILjava/awt/Graphics2D;)V at offset 399 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.