Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 77110 invoked from network); 6 Mar 2007 11:48:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 11:48:45 -0000 Received: (qmail 3050 invoked by uid 500); 6 Mar 2007 11:48:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 3032 invoked by uid 500); 6 Mar 2007 11:48:54 -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 3021 invoked by uid 99); 6 Mar 2007 11:48:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 03:48:54 -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; Tue, 06 Mar 2007 03:48:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8DF90714092 for ; Tue, 6 Mar 2007 03:48:24 -0800 (PST) Message-ID: <23165263.1173181704578.JavaMail.root@brutus> Date: Tue, 6 Mar 2007 03:48:24 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3257) [drlvm][winx64] VM's "invoke_managed_func/compile_get_compile_me_generic/m2n_gen_push_m2n" stubs are not EM64T ready. In-Reply-To: <19688264.1172591585847.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-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky reassigned HARMONY-3257: ------------------------------------------ Assignee: Gregory Shimansky > [drlvm][winx64] VM's "invoke_managed_func/compile_get_compile_me_generic/m2n_gen_push_m2n" stubs are not EM64T ready. > --------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-3257 > URL: https://issues.apache.org/jira/browse/HARMONY-3257 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows,EM64T > Reporter: Mikhail Fursov > Assigned To: Gregory Shimansky > Attachments: combined_changes_in_vm.patch, combined_changes_in_vm_2.patch, ini.diff, jitrino.xml, LIL_no_tailcall_and_shadow_for_codegen.patch, shadow_for_call_callnoret.patch, win64conv.diff, win_x64_helpers_1.patch, win_x64_helpers_2.patch > > > I tried to run simple tests with HARMONY-3196 patch applied on JET and found the following problem: > before any method is compiled VM generates and executes these stubs: > invoke_managed_func : vm\vmcore\src\util\em64t\base\ini_em64t.cpp > compile_get_compile_me_generic : vm\vmcore\src\util\em64t\base\compile_em64t.cpp > m2n_gen_push_m2n: vm\port\src\lil\em64t\pim\m2n_em64t.cpp > These stubs are not WIN64 EM64T ready. > For example the first stub uses 6 fake regs while on windows it must use only 4. On windows stack args offset must be adjusted too. > I tried to fix the first stub but found errors in the next ones. > Can any VM guru who wrote Linux EM64t integration review the stubs above for WIN64 compatbility and fix them all? > + If you have problems with jitrino.dll loading during startup try to do the following: > 1) remove -Dvm.jitrino.cfg=release from build.bat > 2) use my jitrino.xml (attached). This file is not indended to be included: win32 build can be broken with it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.