Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 52467 invoked from network); 14 Nov 2006 16:36:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 16:36:04 -0000 Received: (qmail 30045 invoked by uid 500); 14 Nov 2006 16:36:14 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 30014 invoked by uid 500); 14 Nov 2006 16:36:14 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 30003 invoked by uid 99); 14 Nov 2006 16:36:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 08:36:14 -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; Tue, 14 Nov 2006 08:36:02 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A8C071A9846; Tue, 14 Nov 2006 08:35:30 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474860 - in /incubator/harmony/enhanced/drlvm/trunk: build/make/components/ build/make/components/vm/ build/make/targets/ vm/gc_cc/src/ vm/include/open/ vm/interpreter/src/ vm/port/src/lil/ipf/pim/ vm/vmcore/include/ vm/vmcore/src/class_su... Date: Tue, 14 Nov 2006 16:35:28 -0000 To: harmony-commits@incubator.apache.org From: gshimansky@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061114163530.A8C071A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gshimansky Date: Tue Nov 14 08:35:26 2006 New Revision: 474860 URL: http://svn.apache.org/viewvc?view=rev&rev=474860 Log: Applied HARMONY-2004 [DRLVM] IPF support in interpreter mode, 'Hello World' stage Tests passed on win32 and ubuntu. Many tests on x86_64 passed too. Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm.xml incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/encoder.xml incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jthread.xml incubator/harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml incubator/harmony/enhanced/drlvm/trunk/vm/gc_cc/src/init.cpp incubator/harmony/enhanced/drlvm/trunk/vm/include/open/thread_externals.h incubator/harmony/enhanced/drlvm/trunk/vm/include/open/thread_helpers.h incubator/harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_native_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/stack_iterator_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/Class.h incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/String_Pool.h incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/jvmti_break_intf.h incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_break_intf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_dasm.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_step.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ipf/base/compile_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ipf/base/exceptions_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ipf/base/ini_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ipf/base/jit_runtime_support_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ipf/base/native_stack_ipf.cpp incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ipf.cpp Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm.xml?view=diff&rev=474860&r1=474859&r2=474860 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm.xml Tue Nov 14 08:35:26 2006 @@ -48,7 +48,6 @@ vm.gc_cc, vm.interpreter, vm.hythr, - vm.jitrino, vm.kernel_classes" /> Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/encoder.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/encoder.xml?view=diff&rev=474860&r1=474859&r2=474860 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/encoder.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/encoder.xml Tue Nov 14 08:35:26 2006 @@ -44,7 +44,7 @@ Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml?view=diff&rev=474860&r1=474859&r2=474860 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml Tue Nov 14 08:35:26 2006 @@ -26,6 +26,7 @@ + Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jthread.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jthread.xml?view=diff&rev=474860&r1=474859&r2=474860 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jthread.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/jthread.xml Tue Nov 14 08:35:26 2006 @@ -46,6 +46,7 @@ + +