BUILD FAILED:
        Ant Error Message:
C:\cruise\cc\projects\drlvm\trunk\build\make\build.xml:374: The following error 
occurred while executing this line: 
C:\cruise\cc\projects\drlvm\trunk\build\make\build_component.xml:72: The 
following error occurred while executing this line: 
C:\cruise\cc\projects\drlvm\trunk\build\win_em64t_msvc_debug\semis\build\targets\cunit.test.xml:29:
 cl failed with return code 2

Date of build:  04/18/2007 17:43:48
Time to build:  5 minutes 7 seconds
Last changed:   04/18/2007 17:41:45
Last log entry: Corrected arch define and converted tabs to spaces in 
cunit.test.xml

***********************************************************
Execution log (errors/warnings messages):       
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be 
removed in a future release
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be 
removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be 
removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be 
removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be 
removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
 Using CLASSLIB = C:\cruise\cc\projects\classlib\trunk
jars: true
using proxy settings: proxy.ims.intel.com port:911
Configuration:
    classlib root = C:\cruise\cc\projects\classlib\trunk
               os = Windows
             arch = em64t
              cxx = msvc
              cfg = debug
     svn revision = 529917
       components = deploy
## Compiling JVMTI natives in: 
C:\cruise\cc\projects\drlvm\trunk\vm\tests\jvmti\Breakpoint1
Adding manifest to 
C:\cruise\cc\projects\drlvm\trunk\build\win_em64t_msvc_debug\semis\jvmti.tests\native/Breakpoint1/Breakpoint1.dll
## Compiling JVMTI natives in: 
C:\cruise\cc\projects\drlvm\trunk\vm\tests\jvmti\PopFrame1
Adding manifest to 
C:\cruise\cc\projects\drlvm\trunk\build\win_em64t_msvc_debug\semis\jvmti.tests\native/PopFrame1/PopFrame1.dll
## Compiling JVMTI natives in: 
C:\cruise\cc\projects\drlvm\trunk\vm\tests\jvmti\SingleStep1
Adding manifest to 
C:\cruise\cc\projects\drlvm\trunk\build\win_em64t_msvc_debug\semis\jvmti.tests\native/SingleStep1/SingleStep1.dll
## Compiling JVMTI natives in: 
C:\cruise\cc\projects\drlvm\trunk\vm\tests\jvmti\VMInit1
Adding manifest to 
C:\cruise\cc\projects\drlvm\trunk\build\win_em64t_msvc_debug\semis\jvmti.tests\native/VMInit1/VMInit1.dll

                ==================================
                Run JVMTI tests using interpreter
                ==================================
                
Running Breakpoint1
Running PopFrame1
Running SingleStep1
Running VMInit1
## Compiling framework...

***********************************************************
Unit Tests: (4)
        

***********************************************************
Modifications since last successful build:      (26)
            
modified varlax  
/harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 04/18/2007 
17:41:45 Corrected arch define and converted tabs to spaces in cunit.test.xml
modified xli  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/finalizer_thread.cpp 
04/18/2007 17:12:44 HARMONY-3671 : fix to force contextClassloader assignment 
to native thread that has java.lang.Thread object associated.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/ref_enqueue_thread.cpp 
04/18/2007 17:12:44 HARMONY-3671 : fix to force contextClassloader assignment 
to native thread that has java.lang.Thread object associated.
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/tests/kernel/java/lang/RuntimeTest2.java 
04/18/2007 15:30:35 Quickfix for intermittent failures of 
test_exec_Str().Ideally the whole test should be redone :(
modified xli  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
 04/18/2007 13:11:25 HARMONY-3626 : add JIT-VM interface for JIT to query about 
a runtime helper's GC interruptibility
modified xli  /harmony/enhanced/drlvm/trunk/vm/include/jit_runtime_support.h 
04/18/2007 13:11:25 HARMONY-3626 : add JIT-VM interface for JIT to query about 
a runtime helper's GC interruptibility
modified xli  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlVMInterface.cpp 
04/18/2007 13:11:25 HARMONY-3626 : add JIT-VM interface for JIT to query about 
a runtime helper's GC interruptibility
modified xli  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp 
04/18/2007 13:11:25 HARMONY-3626 : add JIT-VM interface for JIT to query about 
a runtime helper's GC interruptibility
modified xli  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.h 
04/18/2007 13:11:25 HARMONY-3626 : add JIT-VM interface for JIT to query about 
a runtime helper's GC interruptibility
modified ndbeyer  
/harmony/enhanced/drlvm/trunk/vm/port/src/thread/win/apr_thread_ext.c 
04/18/2007 12:38:46 Remove additional 'mfence' instructions to enable execution 
on P3 (SSE) CPUs.
modified ndbeyer  
/harmony/enhanced/drlvm/trunk/vm/port/src/thread/linux/apr_thread_ext.c 
04/18/2007 12:38:46 Remove additional 'mfence' instructions to enable execution 
on P3 (SSE) CPUs.
modified ndbeyer  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/linux/atomics.cpp 04/18/2007 
12:29:10 Make assembly instructions consistent; clobber all memory registers
modified varlax  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
added varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Tls.cpp 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
added varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Tls.h 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BBPolling.cpp
 04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp
 04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c 04/18/2007 
12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_tls.c 04/18/2007 
12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  
/harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/include/open/hythread.h 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  
/harmony/enhanced/drlvm/trunk/build/custom/msvc_2005/jitrino/jitrino.vcproj 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Encoder.cpp 
04/18/2007 12:23:39 HARMONY-3291 [drlvm][jit] Fast TLS access on Linux 
(IA32&Intel64)Tested on all 5 platforms.

Reply via email to