BUILD FAILED:
        Ant Error Message:
C:\harmony\buildtest2\scripts\cc-exec-adaptor.xml:34: The following error 
occurred while executing this line: 
C:\harmony\buildtest2\adaptors\drlvm-test\adaptor.xml:75: There were drlvm-test 
failures

Date of build:  05/17/2007 16:02:10
Time to build:  19 seconds
Last changed:   05/17/2007 15:41:18
Last log entry: classlib

***********************************************************
Errors/Warnings:        (8)
            
BUILD FAILED
C:\harmony\buildtest2\build\checkouts\drlvm\build\make\build.xml:376: The 
following error occurred while executing this line:
C:\harmony\buildtest2\build\checkouts\drlvm\build\make\build_component.xml:72: 
The following error occurred while executing this line:
C:\harmony\buildtest2\build\checkouts\drlvm\build\win_ia32_msvc_debug\semis\build\targets\jvmti.test.xml:42:
 The following error occurred while executing this line:
C:\harmony\buildtest2\build\checkouts\drlvm\build\win_ia32_msvc_debug\semis\build\targets\jvmti.test.xml:48:
 cl failed with return code 2
Total time: 13 seconds
Warning: skipping zip archive 
C:\harmony\buildtest2\build\results\drlvm-test_20070517_1602.zip because no 
files were included.

***********************************************************
Unit Tests: (0)
        
No Tests Run: This project doesn't have any tests

***********************************************************
Modifications since last successful build:      (136)
            
add cc-classlib log20070517154118Lbuild.4 05/17/2007 15:41:18classlib
modified ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/SecurityManagerTest.java
 05/17/2007 12:57:45 Applying patch for test from HARMONY-2451 
([classlib][luni] SecurityManager.getClassContext output differs from the RI)
modified ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/SecurityManagerTest.java
 05/17/2007 12:57:45 Applying patch for test from HARMONY-2451 
([classlib][luni] SecurityManager.getClassContext output differs from the RI)
modified ayza  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMStack.cpp
 05/17/2007 12:56:23 Applying patch for HARMONY-2451 ([classlib][luni] 
SecurityManager.getClassContext output differs from the RI)
modified ayza  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/org/apache/harmony/vm/VMStack.java
 05/17/2007 12:56:23 Applying patch for HARMONY-2451 ([classlib][luni] 
SecurityManager.getClassContext output differs from the RI)
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp 
05/17/2007 10:55:47 Fixed bug HARMONY-3758 [drlvm][classloader] assert fires in 
String_Pool::lookup()For some reason in unaligned case when string is read byte 
by byte the signed char byteswere converted to POINTER_SIZE_INT with sign 
extend. When string contains unicodecharacters ( >= 128) this leads to 
incorrect results because upper bytes of thebyte are filled with 0xff bytes. 
The fix is to consider bytes as unsigned beforeextending them to 
POINTER_SIZE_INT.
modified ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/ResourceBundleTest.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support/B.properties
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/I.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
modified ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ResourceBundle.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/P.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/A.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/B.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
modified ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/ResourceBundleTest.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support/B.properties
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/I.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
modified ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ResourceBundle.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/P.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/A.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
added ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/B.java
 05/17/2007 10:30:55 Applying slightly modified version of the patch from 
HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for 
instantiating resource bundles in java.util.ResourceBundle)
add cc-drlvm log20070517101616Lbuild.3 05/17/2007 10:16:16drlvm
add cc-classlib log20070517100441Lbuild.3 05/17/2007 10:04:41classlib
modified xli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java
 05/17/2007 09:06:00 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() 
intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM 
kernel test.
modified xli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java
 05/17/2007 09:06:00 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() 
intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM 
kernel test.
modified varlax  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.jit
 05/17/2007 07:52:37 Updated x-lists for IA64
modified varlax  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.ia64.jit
 05/17/2007 07:52:37 Updated x-lists for IA64
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/include/IpfCodeSelector.h
 05/17/2007 07:50:46 Applied HARMONY-3872 [drlvm][jit][opt] ArrayCopy 
optimization does not insert pseudoThrow insts in loops
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
 05/17/2007 07:50:46 Applied HARMONY-3872 [drlvm][jit][opt] ArrayCopy 
optimization does not insert pseudoThrow insts in loops
modified varlax  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv
 05/17/2007 07:37:43 Excluded StackTest for srv on all IA-32 platforms, there 
is related HARMONY-3731
modified varlax  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
 05/17/2007 07:37:43 Excluded StackTest for srv on all IA-32 platforms, there 
is related HARMONY-3731
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp 
05/17/2007 05:08:37 Fixed failing assertion after [r538551] HARMONY-3636
add cc-drlvm log20070517044135Lbuild.2 05/17/2007 04:41:35drlvm
add cc-classlib log20070517043018Lbuild.2 05/17/2007 04:30:18classlib
modified ayza  /harmony/enhanced/classlib/trunk/make/build-java.xml 05/17/2007 
03:06:54 Correcting error message for case if ECJ compiler class is not found
modified ayza  /harmony/enhanced/classlib/trunk/make/build-java.xml 05/17/2007 
03:06:54 Correcting error message for case if ECJ compiler class is not found
add cc-drlvm log20070516225808Lbuild.1 05/16/2007 22:58:08drlvm
add cc-classlib log20070516224359Lbuild.1 05/16/2007 22:43:59classlib
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/shared/nativelib_common.h
 05/16/2007 15:36:21 Another trivial change for Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/shared/nativelib_common.h
 05/16/2007 15:36:21 Another trivial change for Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/procimpl.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/unix/hysock.h
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/hyenv.c 
05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  /harmony/enhanced/classlib/trunk/make/properties.xml 
05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemoryLinux32.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/depends/build/platform/macosx.ppc32.mk 
05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/nativelib_common.h
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysiglinux.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/procimpl.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/unix/hysock.h
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/hyenv.c 
05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  /harmony/enhanced/classlib/trunk/make/properties.xml 
05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemoryLinux32.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/depends/build/platform/macosx.ppc32.mk 
05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/nativelib_common.h
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysiglinux.c
 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/main_hlp.c
 05/16/2007 15:18:42 Use refactored PLATFORM_DLL_EXTENSION instead of hardcoded 
string.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/main_hlp.c
 05/16/2007 15:18:42 Use refactored PLATFORM_DLL_EXTENSION instead of hardcoded 
string.
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_general.cpp 05/16/2007 
13:51:05 Applied HARMONY-3799 [drlvm][jvmti] compatibility: GetVersionNumber 
returns the value with zero micro version
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h
 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c
 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h
 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c
 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/cmain.c
 05/16/2007 12:48:49 Exiting silently with 0 exit code when hyport_init_library 
fails isprobably not very helpful.  So now it outputs a message and exits witha 
non-zero return code - the return code from hyport_init_librarywhich usually 
means the error can be found indeploy/include/hyporterror.h.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/cmain.c
 05/16/2007 12:48:49 Exiting silently with 0 exit code when hyport_init_library 
fails isprobably not very helpful.  So now it outputs a message and exits witha 
non-zero return code - the return code from hyport_init_librarywhich usually 
means the error can be found indeploy/include/hyporterror.h.
modified smishura  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp
 05/16/2007 09:19:30 Quick fix for commit r538551(DRLVM build fails on 
Linux):(Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable 
in server mode)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/AbstractMapTest.java
 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] 
AbstractMap seems to have a flawed equals method)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java
 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] 
AbstractMap seems to have a flawed equals method)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/AbstractMapTest.java
 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] 
AbstractMap seems to have a flawed equals method)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java
 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] 
AbstractMap seems to have a flawed equals method)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java
 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method 
size() of class javax.naming.ldap.LdapName return different value from RI)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java
 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method 
size() of class javax.naming.ldap.LdapName return different value from RI)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java
 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method 
size() of class javax.naming.ldap.LdapName return different value from RI)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java
 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method 
size() of class javax.naming.ldap.LdapName return different value from RI)
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/java_type.cpp 
05/16/2007 07:08:28 Applied HARMONY-3840 [drlvm][classloader] 'clss' field is 
never cached for TypeDesc struct
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.h 
05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register 
allocator enable in server mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 05/16/2007 
06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable 
in server mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32ConstraintsResolver.cpp
 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register 
allocator enable in server mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server.emconf 05/16/2007 
06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable 
in server mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp
 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register 
allocator enable in server mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.cpp 
05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register 
allocator enable in server mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32SpillGen.cpp
 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register 
allocator enable in server mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32WebMaker.cpp
 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register 
allocator enable in server mode
added varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32ConstraintsResolver.h
 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register 
allocator enable in server mode
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java
 05/16/2007 05:29:01 Patch for HARMONY-3339 "[classlib][luni][EUT] 51 tests 
fail in jdtcoremodel suit with NullPointerException"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java
 05/16/2007 05:29:01 Patch for HARMONY-3339 "[classlib][luni][EUT] 51 tests 
fail in jdtcoremodel suit with NullPointerException"
added xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/hashcode.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector_alloc.h 05/16/2007 
04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.cpp 05/16/2007 
04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/vector_block.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace.cpp 05/16/2007 
04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace_alloc_collect.cpp 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp
 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support 
improved in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.cpp 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp
 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support 
improved in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
added xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/seq_list.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace.h 05/16/2007 
04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.h
 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support 
improved in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.cpp 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp
 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support 
improved in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_block.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_space.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp
 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support 
improved in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/los_extention_mark_scan.cpp
 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support 
improved in GCv5
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 05/16/2007 
04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.h 
05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved 
in GCv5
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 05/16/2007 
04:19:29 j.s.text.html.MinimalHTMLWriterTest has been removed from exclude list 
after the HARMONY-2379 patch
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 05/16/2007 
04:19:29 j.s.text.html.MinimalHTMLWriterTest has been removed from exclude list 
after the HARMONY-2379 patch
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/html/MinimalHTMLWriterTest.java
 05/16/2007 04:18:03 Patch for HARMONY-2379 "[classlib][swing][html] unit test 
fails: j.s.text.html.MinimalHTMLWriterTest"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/html/MinimalHTMLWriterTest.java
 05/16/2007 04:18:03 Patch for HARMONY-2379 "[classlib][swing][html] unit test 
fails: j.s.text.html.MinimalHTMLWriterTest"

Reply via email to