Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 12687 invoked from network); 12 Nov 2007 23:28:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 23:28:54 -0000 Received: (qmail 8914 invoked by uid 500); 12 Nov 2007 23:28:42 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 8829 invoked by uid 500); 12 Nov 2007 23:28:41 -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 8820 invoked by uid 99); 12 Nov 2007 23:28:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 15:28:41 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [134.134.136.24] (HELO mga09.intel.com) (134.134.136.24) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 23:28:43 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 12 Nov 2007 15:28:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.21,407,1188802800"; d="scan'208";a="201882395" Received: from mssmon01.ims.intel.com ([10.125.148.15]) by fmsmga002.fm.intel.com with ESMTP; 12 Nov 2007 15:25:37 -0800 Received: from nstdrlxw1 (nstdrlxw1.ins.intel.com [10.125.122.1]) by mssmon01.ims.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id lACNPek0014126; Tue, 13 Nov 2007 02:25:40 +0300 Message-Id: <200711122325.lACNPek0014126@mssmon01.ims.intel.com> Subject: [build-test alert] PASSED Windows 2003 x86: hdk debug Date: Tue, 13 Nov 2007 05:25:40 +0600 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.341 Date of build: 2007-11-13 04:48:24 +0600 Time to build: 35 minutes 25 seconds Last changed: 11/13/2007 04:31:28 Last log entry: Reverting previous commit to fix DRLVM build. *********************************************************** Errors/Warnings: (3) [cc-ant]: Test Suite 'hdk' execution. Repository updated: true [cc-ant]: Result: failed.superiors = '${failed.superiors}' [hdk]: Updating HDK workspace to revision: HEAD *********************************************************** Unit Tests: (0) No Tests Run: This project doesn't have any tests *********************************************************** Modifications since last successful build: (48) modified odeakin /harmony/enhanced/classlib/trunk/make/build-native.xml 11/13/2007 04:31:28 Reverting previous commit to fix DRLVM build. added odeakin /harmony/enhanced/classlib/trunk/depends/oss/icu4c-3.4-harmony-windows.x86_64.zip 11/13/2007 04:31:28 Reverting previous commit to fix DRLVM build. added odeakin /harmony/enhanced/classlib/trunk/depends/oss/icu4c-3.4-harmony.zip 11/13/2007 04:31:28 Reverting previous commit to fix DRLVM build. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/thread/src/linux/os_thread.c 11/12/2007 23:24:19 Fixed definition of gettid for versions of Linux that don't define _syscall0 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/crash_handler.cpp 11/12/2007 23:24:19 Fixed definition of gettid for versions of Linux that don't define _syscall0 modified odeakin /harmony/enhanced/classlib/trunk/make/build-native.xml 11/12/2007 22:41:32 Remove unnecessary icu4c headers. deleted odeakin /harmony/enhanced/classlib/trunk/depends/oss/icu4c-3.4-harmony-windows.x86_64.zip 11/12/2007 22:41:32 Remove unnecessary icu4c headers. deleted odeakin /harmony/enhanced/classlib/trunk/depends/oss/icu4c-3.4-harmony.zip 11/12/2007 22:41:32 Remove unnecessary icu4c headers. modified apavlenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/print/PrinterJobImpl.java 11/12/2007 22:10:58 Message id typo fix added apavlenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/print/PrinterJobImpl.java 11/12/2007 22:01:27 Implementation of jawa.awt.print.PrinterJob (HARMONY-5109) modified apavlenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/internal/nls/messages.properties 11/12/2007 22:01:27 Implementation of jawa.awt.print.PrinterJob (HARMONY-5109) modified apavlenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/print/PrinterJob.java 11/12/2007 22:01:27 Implementation of jawa.awt.print.PrinterJob (HARMONY-5109) modified smishura /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/asn1/BerInputStream.java 11/12/2007 21:40:07 Fix and regression test for internal buffer reallocation in BerInputStream(InputStream in, int initialSize)see HARMONY-5054:[classlib][security] ASN.1: BerInputStream will incorrectly resize buffer when the enveloped InputStream has lots of bytes modified smishura /harmony/enhanced/classlib/trunk/modules/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/BerInputStreamTest.java 11/12/2007 21:40:07 Fix and regression test for internal buffer reallocation in BerInputStream(InputStream in, int initialSize)see HARMONY-5054:[classlib][security] ASN.1: BerInputStream will incorrectly resize buffer when the enveloped InputStream has lots of bytes modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 11/12/2007 21:22:51 Applied patch from HARMONY-5045[drlvm][init] Automatic switch to uncompressed mode for large heap modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 11/12/2007 21:22:51 Applied patch from HARMONY-5045[drlvm][init] Automatic switch to uncompressed mode for large heap modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 11/12/2007 21:22:51 Applied patch from HARMONY-5045[drlvm][init] Automatic switch to uncompressed mode for large heap modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/root_set_enum_common.cpp 11/12/2007 21:21:44 Applied patch from HARMONY-5104[drlvm] Assertion during root enumeration modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/classloader.h 11/12/2007 21:21:44 Applied patch from HARMONY-5104[drlvm] Assertion during root enumeration modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 11/12/2007 21:21:44 Applied patch from HARMONY-5104[drlvm] Assertion during root enumeration modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_basic.cpp 11/12/2007 21:20:33 Applied patch from HARMONY-5103[drlvm] Crash in DeleteGlobalRef modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ia32/base/jit_lock_rt_support_ia32.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/em64t/base/jit_lock_rt_support_em64t.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_break_intf.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_monitors.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/compile.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_basic.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/jvmti_direct.h 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_thread_group.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_break.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/jvmti_internal.h 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ia32/base/jit_generic_rt_support_ia32.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/stop_the_world_root_set_enum.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ia32/base/jit_runtime_support_ia32.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/lil_code_generator.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/inline_info.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ia32/base/compile_IA32.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/em64t/base/compile_em64t.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_tags.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp 11/12/2007 21:19:25 Applied patch from HARMONY-4862[drlvm][jvmti] TI->setLocallyDisabled() disables whole TI functionality while should disable TI event reporting only modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/crash_handler.cpp 11/12/2007 21:13:29 Applied patch from HARMONY-5101[drlvm][crash_handler] GDB is started with LWP which belongs to main thread instead of one of crashed thread. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/thread/src/linux/os_thread.c 11/12/2007 21:11:36 Applied patch from HARMONY-5106[drlvm][thread] os_thread_yield_other() works incorrectly on Linux