BUILD COMPLETE: build.505

Date of build:  06/20/2007 01:10:03
Time to build:  32 minutes 18 seconds
Last changed:   06/20/2007 00:10:37
Last log entry: Applied HARMONY-4219
[drlvm][verifier] reaching ret without jsr edges check is improved



***********************************************************
Execution log (errors/warnings messages):       
Configuration:
     Hosting Java = 1.5.0_09 (Sun Microsystems Inc.)
    classlib root = /export/cruise/trunk/cc/projects/classlib/trunk
               os = Linux
             arch = em64t
              cxx = gcc
              cfg = debug
     svn revision = ${svn.revision}
       components = deploy

=====================================
DRLVM Regression Testing on platform: linux.x86_64
=====================================
        
vf_debug: verifying class 
org/apache/harmony/drlvm/tests/regression/h1857/TestClass (method tryMe()V) 
couldn't load class 
"org/apache/harmony/drlvm/tests/regression/h1857/MissedThrowable"
vf_debug: VerifyError: Couldn't load class: 
org/apache/harmony/drlvm/tests/regression/h1857/MissedThrowable
The GC did not provide gc_add_weak_root_set_entry()
Running on JET
Running on OPT
Running on interpreter
vf_debug: VerifyError: (class: 
org/apache/harmony/drlvm/tests/regression/h2103/SupClass, method: test()I) 
Incompatible object argument for invokespecial
vf_debug: verifying class 
org/apache/harmony/drlvm/tests/regression/h2808/finTest1 (method test()V) 
couldn't load class "org/apache/harmony/drlvm/tests/regression/h2808/finTest2"
vf_debug: VerifyError: Couldn't load class: 
org/apache/harmony/drlvm/tests/regression/h2808/finTest2
The GC did not provide gc_add_weak_root_set_entry()
vf_debug: verifying class 
org/apache/harmony/drlvm/tests/regression/h3048/MyTestSuper (method 
<clinit>()V) couldn't load class 
"org/apache/harmony/drlvm/tests/regression/h3048/MyException"
vf_debug: VerifyError: Couldn't load class: 
org/apache/harmony/drlvm/tests/regression/h3048/MyException
Running on OPT
Running on OPT
The GC did not provide gc_add_weak_root_set_entry()
========================================
Regression testing report was stored in:
========================================
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/semis/reg.tests/reports/html
========================================

***********************************************************
Unit Tests: (98)
        

***********************************************************
Modifications since last successful build:      (66)
            
modified gshimansky  
/harmony/enhanced/drlvm/trunk/src/test/regression/H3225/NegativeJsrTest.java 
06/20/2007 00:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without 
jsr edges check is improved
added gshimansky  
/harmony/enhanced/drlvm/trunk/src/test/regression/H3225/RetOrderNegativeTest.j 
06/20/2007 00:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without 
jsr edges check is improved
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_subroutine.cpp 
06/20/2007 00:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without 
jsr edges check is improved
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_graph.h 06/20/2007 
00:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without jsr edges 
check is improved
add cc-drlvm log20070619225809Lbuild.834 06/19/2007 22:58:09drlvm
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/19/2007 
20:06:55 Fix for regression introduced by H2092 commit.
add cc-drlvm log20070619195804Lbuild.833 06/19/2007 19:58:04drlvm
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
 06/19/2007 19:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers 
inlining configuration in server.emconf
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/19/2007 
19:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers inlining 
configuration in server.emconf
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 06/19/2007 
19:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers inlining 
configuration in server.emconf
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server.emconf 06/19/2007 
19:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers inlining 
configuration in server.emconf
add cc-drlvm log20070619171502Lbuild.832 06/19/2007 17:15:02drlvm
add cc-drlvm log20070619142030Lbuild.831 06/19/2007 14:20:30drlvm
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c 
06/19/2007 11:42:52 Harmony-3995, this patch layers a performance mod for lock 
unreservation over code that is known to contain race conditionsNormally this 
is unacceptable. The deal is that if there is any problems with lock 
reservation, no bugs will be reported. Instead, lock unreservation will be 
turned off until we do the general cleanup described in the April 2 [EMAIL 
PROTECTED] posting. 
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp 06/19/2007 
11:42:52 Harmony-3995, this patch layers a performance mod for lock 
unreservation over code that is known to contain race conditionsNormally this 
is unacceptable. The deal is that if there is any problems with lock 
reservation, no bugs will be reported. Instead, lock unreservation will be 
turned off until we do the general cleanup described in the April 2 [EMAIL 
PROTECTED] posting. 
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/include/open/thread_externals.h 06/19/2007 
11:42:52 Harmony-3995, this patch layers a performance mod for lock 
unreservation over code that is known to contain race conditionsNormally this 
is unacceptable. The deal is that if there is any problems with lock 
reservation, no bugs will be reported. Instead, lock unreservation will be 
turned off until we do the general cleanup described in the April 2 [EMAIL 
PROTECTED] posting. 
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp 
06/19/2007 11:42:52 Harmony-3995, this patch layers a performance mod for lock 
unreservation over code that is known to contain race conditionsNormally this 
is unacceptable. The deal is that if there is any problems with lock 
reservation, no bugs will be reported. Instead, lock unreservation will be 
turned off until we do the general cleanup described in the April 2 [EMAIL 
PROTECTED] posting. 
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def 
06/19/2007 11:42:52 Harmony-3995, this patch layers a performance mod for lock 
unreservation over code that is known to contain race conditionsNormally this 
is unacceptable. The deal is that if there is any problems with lock 
reservation, no bugs will be reported. Instead, lock unreservation will be 
turned off until we do the general cleanup described in the April 2 [EMAIL 
PROTECTED] posting. 
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 06/19/2007 
11:42:52 Harmony-3995, this patch layers a performance mod for lock 
unreservation over code that is known to contain race conditionsNormally this 
is unacceptable. The deal is that if there is any problems with lock 
reservation, no bugs will be reported. Instead, lock unreservation will be 
turned off until we do the general cleanup described in the April 2 [EMAIL 
PROTECTED] posting. 
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 06/19/2007 
11:42:52 Harmony-3995, this patch layers a performance mod for lock 
unreservation over code that is known to contain race conditionsNormally this 
is unacceptable. The deal is that if there is any problems with lock 
reservation, no bugs will be reported. Instead, lock unreservation will be 
turned off until we do the general cleanup described in the April 2 [EMAIL 
PROTECTED] posting. 
add cc-drlvm log20070619113921Lbuild.830 06/19/2007 11:39:21drlvm
modified ivavladimir  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86.srv
 06/19/2007 11:21:56 clean up: issue 3171 fixed, test passed on WinXP
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/hashcode.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector_alloc.h 06/19/2007 
08:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, 
and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.cpp
 06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some 
files headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_metadata.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/vector_block.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/tests/ThreadSim.java 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_alloc.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_metadata.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_common.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/seq_list.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/jni/java_natives.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_common.h 06/19/2007 
08:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, 
and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_mutator_effect.cpp 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_mutator_effect.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/sync_stack.h 
06/19/2007 08:57:13 HARMONY-4216 : Add Apache License declaration to some files 
headers, and also remove the UNSAFE_REGION annotations.
add cc-drlvm log20070619084601Lbuild.829 06/19/2007 08:46:01drlvm
add cc-drlvm log20070619055121Lbuild.828 06/19/2007 05:51:21drlvm
add cc-drlvm log20070619025258Lbuild.827 06/19/2007 02:52:58drlvm
add cc-drlvm log20070619000909Lbuild.826 06/19/2007 00:09:09drlvm
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.h 
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32StackLayout.cpp
 06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
 06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.h 
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
modified gshimansky  
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
 06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
added gshimansky  
/harmony/enhanced/drlvm/trunk/src/test/regression/H1859/Test.java 06/18/2007 
23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in 
Jitrino compiler
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.cpp 
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
added gshimansky  /harmony/enhanced/drlvm/trunk/src/test/regression/H1859 
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
added gshimansky  
/harmony/enhanced/drlvm/trunk/src/test/regression/H1859/run.test.xml 06/18/2007 
23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in 
Jitrino compiler
modified gshimansky  
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling 
support in Jitrino compiler
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMStack.cpp
 06/18/2007 23:38:45 Applied HARMONY-3542[drlvm][thread] VM crashes on getting 
stack traces
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_stack.cpp 06/18/2007 
23:38:45 Applied HARMONY-3542[drlvm][thread] VM crashes on getting stack traces
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 
06/18/2007 23:37:02 Applied HARMONY-4063[drlvm][classloader] Crash in the 
classoader on BootstrapClassLoader initialization
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 
06/18/2007 23:35:49 Applied HARMONY-4193[drlvm][classloader] Improvements to 
Class_File_Loader.cpp
modified gshimansky  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv
 06/18/2007 23:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest 
failed in opt/srv mode on Win32and unexcluded FinalizeStackTest for win32 
configs
modified gshimansky  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt
 06/18/2007 23:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest 
failed in opt/srv mode on Win32and unexcluded FinalizeStackTest for win32 
configs
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp 06/18/2007 
23:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest failed in 
opt/srv mode on Win32and unexcluded FinalizeStackTest for win32 configs
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp
 06/18/2007 21:33:55 HARMONY-4218: fix for a build with gc4.1.0

Reply via email to