From alerts-return-757-apmail-harmony-alerts-archive=harmony.apache.org@harmony.apache.org Thu Feb 22 15:16:41 2007 Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 36911 invoked from network); 22 Feb 2007 15:16:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 15:16:41 -0000 Received: (qmail 51118 invoked by uid 500); 22 Feb 2007 15:16:49 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 51099 invoked by uid 500); 22 Feb 2007 15:16:49 -0000 Mailing-List: contact alerts-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 alerts@harmony.apache.org Received: (qmail 51090 invoked by uid 99); 22 Feb 2007 15:16:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 07:16:48 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [134.134.136.20] (HELO mga02.intel.com) (134.134.136.20) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 07:16:37 -0800 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by mga02.intel.com with ESMTP; 22 Feb 2007 07:16:17 -0800 Received: from nssmon01.ins.intel.com ([10.125.118.43]) by orsmga001.jf.intel.com with ESMTP; 22 Feb 2007 07:16:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: i="4.14,205,1170662400"; d="scan'208"; a="200094080:sNHT22552068" Received: from nstdrlxw7 (nstdrlxw7.ins.intel.com [10.125.122.37]) by nssmon01.ins.intel.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id l1MFGBcL020551 for ; Thu, 22 Feb 2007 21:16:12 +0600 Message-Id: <200702221516.l1MFGBcL020551@nssmon01.ins.intel.com> Subject: [build-test alert] BUILD FAILED Windows XP SP2 msvc debug: drlvm tests Date: Thu, 22 Feb 2007 21:16:12 +0600 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD FAILED: Ant Error Message: C:\cruise\trunk\cc\projects\drlvm\trunk\build\make\build.xml:373: The following error occurred while executing this line: C:\cruise\trunk\cc\projects\drlvm\trunk\build\make\build_component.xml:72: The following error occurred while executing this line: C:\cruise\trunk\cc\projects\drlvm\trunk\build\win_ia32_msvc_debug\semis\build\targets\cunit.test.xml:47: cl failed with return code 2 Date of build: 02/22/2007 21:12:11 Time to build: 3 minutes 50 seconds Last changed: 02/22/2007 20:51:12 Last log entry: drlvm *********************************************************** Execution log (errors/warnings messages): Using CLASSLIB = C:\cruise\trunk\cc\projects\classlib\trunk jars: true using proxy settings: proxy.ims.intel.com port:911 Configuration: classlib root = C:\cruise\trunk\cc\projects\classlib\trunk os = Windows arch = ia32 cxx = msvc cfg = debug components = deploy ## Compiling JVMTI natives in: C:\cruise\trunk\cc\projects\drlvm\trunk\vm\tests\jvmti\Breakpoint1 ## Compiling JVMTI natives in: C:\cruise\trunk\cc\projects\drlvm\trunk\vm\tests\jvmti\SingleStep1 ## Compiling JVMTI natives in: C:\cruise\trunk\cc\projects\drlvm\trunk\vm\tests\jvmti\VMInit1 ================================== Run JVMTI tests using jitrino.JET ================================== Running Breakpoint1 Running SingleStep1 Running VMInit1 ================================== Run JVMTI tests using jitrino.OPT ================================== Using exclude file = C:\cruise\trunk\cc\projects\drlvm\trunk\build\make\excludes\exclude.drlvm_jvmti.windows.x86.opt Breakpoint1/Breakpoint1.java SingleStep1/SingleStep1.java VMInit1/VMInit1.java Running Breakpoint1 Running SingleStep1 Running VMInit1 ================================== Run JVMTI tests using interpreter ================================== Running Breakpoint1 Running SingleStep1 Running VMInit1 ## Compiling framework... ## Compiling C unit tests *********************************************************** Unit Tests: (0) No Tests Run: This project doesn't have any tests or tests were not run *********************************************************** Modifications since last successful build: (54) add cc-drlvm log20070222205112Lbuild.173 02/22/2007 20:51:12drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/atomic/win/port_atomic.c 02/22/2007 20:48:47 Applied HARMONY-3232 [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.Build works on windows x86_64.I've changed the header port_atomic.h and build rules. I also deleted functionsdefined in port_atomic.c. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/include/port_atomic.h 02/22/2007 20:48:47 Applied HARMONY-3232 [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.Build works on windows x86_64.I've changed the header port_atomic.h and build rules. I also deleted functionsdefined in port_atomic.c. added gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/atomic/win/port_atomic_em64t.asm 02/22/2007 20:48:47 Applied HARMONY-3232 [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.Build works on windows x86_64.I've changed the header port_atomic.h and build rules. I also deleted functionsdefined in port_atomic.c. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/components/vm/port.xml 02/22/2007 20:48:47 Applied HARMONY-3232 [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.Build works on windows x86_64.I've changed the header port_atomic.h and build rules. I also deleted functionsdefined in port_atomic.c. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/targets/build.native.xml 02/22/2007 20:29:07 Applied HARMONY-3213 [drlvm][winx64] interpreter updateBuild works on windows x86_64 added gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/invokeJNI_Windows_em64t.asm 02/22/2007 20:29:07 Applied HARMONY-3213 [drlvm][winx64] interpreter updateBuild works on windows x86_64 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_native_em64t.cpp 02/22/2007 20:29:07 Applied HARMONY-3213 [drlvm][winx64] interpreter updateBuild works on windows x86_64 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/components/vm/interpreter.xml 02/22/2007 20:29:07 Applied HARMONY-3213 [drlvm][winx64] interpreter updateBuild works on windows x86_64 modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BranchTrans.cpp 02/22/2007 19:47:44 HARMONY-3061 [drlvm][jit] debug OPT asserts on EHWA modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp 02/22/2007 19:47:44 HARMONY-3061 [drlvm][jit] debug OPT asserts on EHWA modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 02/22/2007 19:47:44 HARMONY-3061 [drlvm][jit] debug OPT asserts on EHWA modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.h 02/22/2007 19:47:44 HARMONY-3061 [drlvm][jit] debug OPT asserts on EHWA modified varlax /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c 02/22/2007 19:36:23 Applied HARMONY-3018 [drlvm][unit] cunit test thread/test_ti_instrum.c fails from time to time modified varlax /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.h 02/22/2007 19:36:23 Applied HARMONY-3018 [drlvm][unit] cunit test thread/test_ti_instrum.c fails from time to time modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/IpfCodeGenerator.cpp 02/22/2007 19:33:03 Applied IPF compilation fix after H-3131 modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/CodeGenerator.cpp 02/22/2007 19:33:03 Applied IPF compilation fix after H-3131 modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/include/IpfType.h 02/22/2007 19:33:03 Applied IPF compilation fix after H-3131 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/m2n_em64t.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/include/port_atomic.h 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InternalTrace.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/build.bat 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/em64t/base/ini_em64t.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/thread/win/apr_thread_ext.c 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BBPolling.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/em64t/base/compile_em64t.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_exports.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/components/extra/zlib.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InternalProfiler.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/gc_cc/src/gc_for_vm.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_break_intf.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/encoder.h 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/em64t/nt_exception_filter.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/build_component.xsl 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/win.properties 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/atomic/win/port_atomic.c 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_adapt.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/build.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeEmitter.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/setup.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/lil_code_generator_em64t.cpp 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/components/vm/em.xml 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/atomics.h 02/22/2007 19:21:55 Applied HARMONY-3196 [drlvm][winx64][build] enabling of drlvm build on windows/em64tI've also implemented WriteBarrier in atomics.h and changed ReadWriteBarrier to use MSVC 2005 intrinsic.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64. On Windows x86_64 VM just compiles.