Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 20200 invoked from network); 17 May 2007 12:05:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2007 12:05:00 -0000 Received: (qmail 96041 invoked by uid 500); 17 May 2007 12:05:06 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 96021 invoked by uid 500); 17 May 2007 12:05:06 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 96007 invoked by uid 99); 17 May 2007 12:05:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 05:05:06 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.55.52.88] (HELO mga01.intel.com) (192.55.52.88) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 05:04:58 -0700 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 17 May 2007 05:04:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.14,548,1170662400"; d="scan'208";a="246632825" Received: from nssmon01.ins.intel.com (HELO nssmon002) ([10.125.118.43]) by fmsmga001.fm.intel.com with ESMTP; 17 May 2007 05:04:36 -0700 Received: from NSTDRLEW23 (nstdrlew23.ins.intel.com [10.125.122.73]) by nssmon002 (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id l4HC4XeC026705 for ; Thu, 17 May 2007 19:04:34 +0700 Message-Id: <200705171204.l4HC4XeC026705@nssmon002> Subject: [build-test alert] BUILD SUCCEEDED Windows server 2003 msvc: jdktools_test Date: Thu, 17 May 2007 19:04:34 +0700 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD COMPLETE: build.25 Date of build: 05/17/2007 18:47:22 Time to build: 16 minutes 1 second Last changed: 05/17/2007 18:00:33 Last log entry: Ignore generated *.exp files *********************************************************** Errors/Warnings: (106) ======================================== 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 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 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 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 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 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 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 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 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 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 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 SAMSA exclude list: C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.samsa.exclude Running SAMSA tests test.jre.home=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre Run jdk/bin/java -version in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report java version "1.5.0" pre-alpha : not complete or compatible svn = r538872, (May 17 2007), Windows/em64t/msvc 1400, release build http://incubator.apache.org/harmony Run jdk/bin/javac -version in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report Run jdk/bin/javah in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report Run jdk/bin/jarsigner in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report Run jdk/bin/keytool -help in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report Compiling TOOLS tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\tools\src\test\java\org\apache\harmony\tests\tools\javah\Test\Test01.java (at line 23) private static final long xxx2 = 1; ^^^^ The field Test01.xxx2 is never read locally ---------- 1 problem (1 warning) TOOLS exclude list: C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.tools.exclude Running TOOLS tests test.jre.home=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre The test report is in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report\html\index.html *********************************************************** Unit Tests: (134) All Tests Passed *********************************************************** Modifications since last successful build: (95) modified gshimansky /harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport 05/17/2007 18:00:33 Ignore generated *.exp files modified gshimansky /harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent 05/17/2007 18:00:33 Ignore generated *.exp files modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp 05/17/2007 17:08:37 Fixed failing assertion after [r538551] HARMONY-3636 modified ayza /harmony/enhanced/classlib/trunk/make/build-java.xml 05/17/2007 15:06:54 Correcting error message for case if ECJ compiler class is not found 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