You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alerts@harmony.apache.org by no...@intel.com on 2007/07/03 14:48:41 UTC

[build-test alert] BUILD SUCCEEDED Linux SUSE 9 64bit gcc debug: drlvm reg.test

BUILD COMPLETE:	build.526

Date of build:	07/03/2007 19:18:24
Time to build:	30 minutes 5 seconds
Last changed:	07/03/2007 16:55:55
Last log entry:	drlvm

***********************************************************
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: (99)
        

***********************************************************
Modifications since last successful build:	(10)
            
add cc-drlvm log20070703165555Lbuild.857 07/03/2007 16:55:55drlvm
modified mfursov  /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 07/03/2007 14:13:40 Excluding HARMONY-4267 regression test for x86_64 platforms. JIT does not support unresolved types for compressed references today.
modified mfursov  /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 07/03/2007 14:13:40 Excluding HARMONY-4267 regression test for x86_64 platforms. JIT does not support unresolved types for compressed references today.
add cc-drlvm log20070703135534Lbuild.856 07/03/2007 13:55:34drlvm
add cc-drlvm log20070703094047Lbuild.855 07/03/2007 09:40:47drlvm
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/include/init.h 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
add cc-drlvm log20070702220844Lbuild.854 07/02/2007 22:08:44drlvm