Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 16268 invoked from network); 13 Dec 2006 11:43:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 11:43:01 -0000 Received: (qmail 30646 invoked by uid 500); 13 Dec 2006 11:42:56 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 30608 invoked by uid 500); 13 Dec 2006 11:42:56 -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 30585 invoked by uid 99); 13 Dec 2006 11:42:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 03:42:56 -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 [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 03:42:47 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1DB761A981A; Wed, 13 Dec 2006 03:42:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r486605 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp Date: Wed, 13 Dec 2006 11:42:01 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061213114202.1DB761A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Wed Dec 13 03:42:00 2006 New Revision: 486605 URL: http://svn.apache.org/viewvc?view=rev&rev=486605 Log: Fixed -Xem:interpreter (HARMONY-2399 & HARMONY-2564), thanks to Mikhail Fursov. Tested on SUSE9 Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp?view=diff&rev=486605&r1=486604&r2=486605 ============================================================================== --- harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp (original) +++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp Wed Dec 13 03:42:00 2006 @@ -265,7 +265,6 @@ properties.set("vm.crash_handler", "false"); properties.set("vm.finalize", "true"); properties.set("vm.jit_may_inline_sync", "true"); - properties.set("vm.use_interpreter", "false"); properties.set("vm.use_verifier", "true"); properties.set("vm.jvmti.enabled", "false"); properties.set("vm.cleanupOnExit", "false");