BUILD FAILED:
        Ant Error Message:
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build.xml:242: The following 
error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\build-test.xml:60: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\properties.xml:319: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\build.xml:219: 
Process fork failed.

Date of build:  05/17/2007 09:27:38
Time to build:  30 seconds
Last changed:   05/17/2007 03:36:21
Last log entry: Another trivial change for Mac OS/X.

***********************************************************
Errors/Warnings:        (80)
            

========================================
Testing jdktools binaries...
========================================

Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\DebuggeeRegister.java
 (at line 57)
        registered.add(debuggee); 
        ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type LinkedList. 
References to generic type LinkedList<E> should be parameterized
----------
----------
2. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\TestOptions.java
 (at line 28)
        import java.io.File;
               ^^^^^^^^^^^^
The import java.io.File is never used
----------
----------
3. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 113)
        eventQueue.add(eventPacket);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to 
generic type List<E> should be parameterized
----------
4. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 248)
        replies.put(new Integer(replyPacket.getId()),
                                replyPacket);
        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
5. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 283)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
6. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 354)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
----------
7. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 1829)
        frames.add(frame);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
8. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 1897)
        vars.add(var);
        ^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
9. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 2117)
        fields.add(superClassFields.toArray()[i]);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
10. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 2127)
        fields.add(field);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
----------
11. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\ThreadReference\FramesTest.java
 (at line 449)
        frames.add(new FrameStruct(frameID, loc));
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References 
to generic type Vector<E> should be parameterized
----------
11 problems (11 warnings)
JPDA exclude list: 
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre/bin/java
  Debuggee JVM=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre/bin/java

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

***********************************************************
Modifications since last successful build:      (91)
            
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/shared/nativelib_common.h
 05/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03:27:43 Minor tweaks to get things to compile on Mac OS/X.
modified hindessm  /harmony/enhanced/classlib/trunk/make/properties.xml 
05/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03: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/17/2007 03:18:42 Use refactored PLATFORM_DLL_EXTENSION instead of hardcoded 
string.
modified gshimansky  /harmony/enhanced/jdktools/trunk/make/build-test.xml 
05/17/2007 02:08:15 Applied HARMONY-3873 [jdktools][build] running tests always 
copies tested JRE
added gshimansky  /harmony/enhanced/jdktools/trunk/modules/jpda/src/main/java 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/internal/jdi/Bootstrap.properties
 05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
modified gshimansky  /harmony/enhanced/jdktools/trunk/modules/jpda/build.xml 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  /harmony/enhanced/jdktools/trunk/modules/jpda/META-INF 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/java/org/eclipse/osgi/util/NLS.java
 05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/com/sun/jdi/Bootstrap.java
 05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
modified gshimansky  /harmony/enhanced/jdktools/trunk/make/depends.properties 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/jpda/META-INF/MANIFEST.MF 05/17/2007 
02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/java/org/eclipse 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/com/sun/jdi 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
modified gshimansky  /harmony/enhanced/jdktools/trunk/make/depends.xml 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/java/org/eclipse/osgi 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
modified gshimansky  
/harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml 05/17/2007 
02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is missing
modified gshimansky  /harmony/enhanced/jdktools/trunk/modules/tools/build.xml 
05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/internal/jdi/Bootstrap.java
 05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/java/org 05/17/2007 
02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/internal/jdi
 05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
added gshimansky  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/java/org/eclipse/osgi/util
 05/17/2007 02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is 
missing
modified gshimansky  
/harmony/enhanced/jdktools/trunk/modules/tools/META-INF/MANIFEST.MF 05/17/2007 
02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is missing
modified gshimansky  
/harmony/enhanced/jdktools/trunk/modules/tools/make/hyproperties.xml 05/17/2007 
02:06:11 Applied HARMONY-3210 [netbeans] JDI implementation is missing
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_general.cpp 05/17/2007 
01: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/17/2007 01: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/17/2007 01: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/17/2007 00: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 21: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 20: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 20: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 19: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 19: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 19: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 18: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 
18: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 18: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 
18: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 18: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 18: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 18: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 18: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 18: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 17: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 16: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 
16: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 16: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 
16: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 16: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 16: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 
16: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 16: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 16: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 16: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 16: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 16: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 16: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 16: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 
16: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 16: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 16: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 16: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 16: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 16: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 16: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 16: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 16: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 16: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 16: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 
16: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 16: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 
16: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 16:18:03 Patch for HARMONY-2379 "[classlib][swing][html] unit test 
fails: j.s.text.html.MinimalHTMLWriterTest"
modified ndbeyer  /harmony/enhanced/classlib/trunk/make/depends.properties 
05/16/2007 10:01:18 Add msvcr71.dll md5 hash for VS2005 SP1; enable multiple 
hash value checks
modified ndbeyer  /harmony/enhanced/classlib/trunk/make/depends.xml 05/16/2007 
10:01:18 Add msvcr71.dll md5 hash for VS2005 SP1; enable multiple hash value 
checks
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/AbstractMapTest.java
 05/16/2007 08:41:04 Revert patch for HARMONY-3865([classlib][luni] AbstractMap 
seems to have a flawed equals method), which causes regression in archive module
modified pyang  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java
 05/16/2007 08:41:04 Revert patch for HARMONY-3865([classlib][luni] AbstractMap 
seems to have a flawed equals method), which causes regression in archive module

Reply via email to