Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 23914 invoked from network); 20 Jul 2007 15:02:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 15:02:53 -0000 Received: (qmail 84472 invoked by uid 500); 20 Jul 2007 15:02:54 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 84454 invoked by uid 500); 20 Jul 2007 15:02:54 -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 84444 invoked by uid 99); 20 Jul 2007 15:02:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 08:02:54 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=NO_REAL_NAME,OBSCURED_EMAIL X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [134.134.136.20] (HELO mga02.intel.com) (134.134.136.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 08:02:51 -0700 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 20 Jul 2007 08:02:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.16,563,1175497200"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="268605896" Received: from nssmon01.ins.intel.com ([10.125.118.43]) by orsmga001.jf.intel.com with ESMTP; 20 Jul 2007 08:02:28 -0700 Received: from nstdrlxl8 (nstdrlxl8.ins.intel.com [10.125.122.38]) by nssmon01.ins.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id l6KF2Q6r014866 for ; Fri, 20 Jul 2007 22:02:27 +0700 Message-Id: <200707201502.l6KF2Q6r014866@nssmon01.ins.intel.com> Subject: [build-test alert] BUILD FAILED Linux x86: jdktools-test Date: Fri, 20 Jul 2007 22:02:27 +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 FAILED: Ant Error Message: /export/users/cc/cc-common/scripts/cc-exec-adaptor.xml:101: The following error occurred while executing this line: /export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:23: The following error occurred while executing this line: /export/users/cc/cc-common/scripts/framework.xml:1069: Java returned: 1 Date of build: 07/20/2007 20:59:07 Time to build: 62 minutes 47 seconds Last changed: 07/20/2007 16:58:19 Last log entry: hdk *********************************************************** Errors/Warnings: (7) [junit] Tests FAILED [exec] Result: 1 BUILD FAILED /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build.xml:242: The following error occurred while executing this line: /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/make/build-test.xml:97: There were test errors. Total time: 62 minutes 45 seconds The execution FAILED with the following exception: The following error occurred while executing this line: /export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:23: The following error occurred while executing this line: /export/users/cc/cc-common/scripts/framework.xml:1069: Java returned: 1 *********************************************************** Unit Tests: (136) error: testAllClasses002 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesTest error: testAllClasses001 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesTest error: testAllClassesWithGeneric002 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesWithGenericTest error: testAllClassesWithGeneric001 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesWithGenericTest error: testAllThreads003 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllThreadsTest Unit Test Error Details: (5) Test: testAllClasses002Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesTestorg.apache.harmony.jpda.tests.framework.TestErrorException: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:100) Caused by: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:195) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:94) ... 9 more Caused by: java.net.SocketTimeoutException: The operation timed out at org.apache.harmony.luni.net.PlainSocketImpl.accept(PlainSocketImpl.java:121) at java.net.ServerSocket.implAccept(ServerSocket.java:262) at java.net.ServerSocket.accept(ServerSocket.java:147) at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:187) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) ... 11 more Test: testAllClasses001Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesTestorg.apache.harmony.jpda.tests.framework.TestErrorException: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:100) Caused by: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:195) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:94) ... 9 more Caused by: java.net.SocketTimeoutException: The operation timed out at org.apache.harmony.luni.net.PlainSocketImpl.accept(PlainSocketImpl.java:121) at java.net.ServerSocket.implAccept(ServerSocket.java:262) at java.net.ServerSocket.accept(ServerSocket.java:147) at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:187) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) ... 11 more Test: testAllClassesWithGeneric002Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesWithGenericTestorg.apache.harmony.jpda.tests.framework.TestErrorException: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:100) Caused by: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:195) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:94) ... 9 more Caused by: java.net.SocketTimeoutException: The operation timed out at org.apache.harmony.luni.net.PlainSocketImpl.accept(PlainSocketImpl.java:121) at java.net.ServerSocket.implAccept(ServerSocket.java:262) at java.net.ServerSocket.accept(ServerSocket.java:147) at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:187) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) ... 11 more Test: testAllClassesWithGeneric001Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesWithGenericTestorg.apache.harmony.jpda.tests.framework.TestErrorException: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:100) Caused by: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:195) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:94) ... 9 more Caused by: java.net.SocketTimeoutException: The operation timed out at org.apache.harmony.luni.net.PlainSocketImpl.accept(PlainSocketImpl.java:121) at java.net.ServerSocket.implAccept(ServerSocket.java:262) at java.net.ServerSocket.accept(ServerSocket.java:147) at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:187) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) ... 11 more Test: testAllThreads003Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllThreadsTestorg.apache.harmony.jpda.tests.framework.TestErrorException: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:100) Caused by: org.apache.harmony.jpda.tests.framework.TestErrorException: [SYNC] Exception in accepting socket sync connection at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:195) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.setUp(JDWPRawTestCase.java:94) ... 9 more Caused by: java.net.SocketTimeoutException: The operation timed out at org.apache.harmony.luni.net.PlainSocketImpl.accept(PlainSocketImpl.java:121) at java.net.ServerSocket.implAccept(ServerSocket.java:262) at java.net.ServerSocket.accept(ServerSocket.java:147) at org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer.startServer(JPDADebuggeeSynchronizer.java:187) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalSetUp(JDWPSyncTestCase.java:60) ... 11 more *********************************************************** Modifications since last successful build: (44) add cc-hdk log20070720165819Lbuild.9 07/20/2007 16:58:19hdk modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/CodeSelectors.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifier.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR added mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/loop_unroll.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Opcode.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/LoopTree.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Inst.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/ControlFlowGraph.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/opt.emconf 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BBPolling.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/memoryopt.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server_static.emconf 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/CodeGenIntfc.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/client.emconf 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/FlowGraph.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/reassociate.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifier.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Loop.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Opcode.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/codelowerer.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/include/IpfCodeSelector.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/hashvaluenumberer.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/lazyexceptionopt.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Inst.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/ControlFlowGraph.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifytaus.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/FlowGraph.cpp 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.h 07/20/2007 16:40:02 Loop unrolling optimization is integrated and added into IA32 configs (HARMONY-3076)+HARMONY-4025 and HARMONY-4026 - adding 'unsafe' markup for TCHARMONY-2533 - minor cleanup of unused and deprecated opcodes in HIR add cc-hdk log20070720155932Lbuild.8 07/20/2007 15:59:32hdk added tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SwingJFramePersistenceDelegate.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) added tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SwingToolTipManagerPersistenceDelegate.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) modified tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Encoder.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) added tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SwingBoxPersistenceDelegate.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) modified tonywu /harmony/enhanced/classlib/trunk/modules/beans/META-INF/MANIFEST.MF 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) added tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SwingDefaultComboBoxModelPersistenceDelegate.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) added tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SwingAbstractButtonPersistenceDelegate.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) added tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SwingJTabbedPanePersistenceDelegate.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) modified tonywu /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PersistenceDelegateTest.java 07/20/2007 15:22:30 Apply patch Harmony-4486 ([classlib][beans] Persistence delegate for swing classes are missing) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Hashtable.java 07/20/2007 15:21:29 Avoid underflow when calling Hashtable.elements().hasMoreElements() lots of times. begin 644 execution_log.zip M4$L#! H ( $NP]#;I?'$5RP\ "9P 2 97AE8W5T:6]N7VQO9RYH M=&UL[5WK4]NX%O],_PK-SMS9,$.<]W-39EA*6[K0]A*6_=#I982M) ;'\LHR MD-OI_W[/D>P00^PX-*(,=[.[K.W(1^?Q.P_)LC*8R*FW.[C@SFQW$ BV.Z D ME#./O?YUQ'U9#MW_LC[I5O_UVZ^[KT3D]U\1_'RYI-?T*_D]T\4O7A?\9!(XA7Y=?TPNG2O)N1>2"]>GPF6A M95F;[35U8GN,^F44.BSS2 ;1/>'3C7DP*U\*5D9MAGD-)U/N%&L9D\QI@LR5 M@5[T@)(ZG%XYKOA*]@6CDCD$3OJDPFX#+F0E"ID(*[8-_Y9M/IUROZ(@4+$G MS+X">XNG# MYS=[Y"')IY"A8GLT#-F2CO'07N2RWFJ3D$?"9D0AADC^I)P,71^[!A+$#B';(>[8YP*YF[(I%[-C>NM.H^D0@@T)F41OS:17GG\RF]0L\M?>R_*"A?C"@THT*A,J(#+L[N&864DZ)0AQ'T71^SW\R M/IEWG,X"L H=,3GKD],) YO)"7<(]OCIXI+9> S1)0%%_(" P_D11!1H M4G^&H,',]2F0+O?#HGBI=W/PXDY1*(*GELNMMQ /?LMNK<,>*082L/H2ZNCR M/KMF@H B?\B"C9=AGF:GGF'VFN[3&3!XZI>WMG>S>5GP6J/U@S'KDQWBHD_3"8RN# MG6IE+-RU7QQTNWFQ#-FAOJ.Q>^CLD/C"HQ#V?P&0SDL#2*/5_ <@3ULP=9\K MALZFQZX0O'BAU*WWJ2E*':X'&2%6T)P2=K2R-YJT,U4>]EV/_7MYL MRC45VOIP4-CV+]CNM>I+,7R]5LLS_,AEGJ--'T8P\-['*L7S M21Y(T%!$X?#P#7FM!\0XL/[(;N49SN7MA6_UMZ4\_*BSE= !+'C3X#*Q@U;MSG,TNKC'LZ0:'G#E%1^@[7,7&S6;!BQ)D417XH163+4JS^ M'33+]O--'&?P+83%O*"AFYA*&0T2" YXG8:D!"A'L.H9I^=>5!QP8CZ+VR8XM1!V5MQ1-M\B\E<] M6SZ)?'_%D^6D*2'Q$T5!/IP=OUY3,$D%1")U>(G_"5:Y.7 M2W3P.W6 IUO:TZW8T[7*E88L]'3KS!4RHMXQ- *WMM>J=TC([,U2;5K-1G/S9%M6 MI]LP0;9I0 = M=$V0;;1[)JP6*W=VCS9AM7H%09"HRC93@TLMH);2 KO]HGC M.L3G$F/RM0M1@9(=LK M'&";1 M:EM6U02W4'.UC2BAUS00;4$)9DJY7O'<4#R1]:QVSTSQ;2**@SMTS2"A;J"H M!VY[!F)"RZJ9\;)&RTQ,,&0R(ZJMFA@T-JUVVTQ(, /;5M= 7&S#N,% 3=.V M6C4#D0;(-HPHH=4T$FY[70-* +(FRM VE D&< NZ->$.;:MN(M0 61-3,VT8 MF!J(XF R$^4MQ 0S2*BVC,2$9F%F"\^G='M6O6G$8BTCKMOM&4%MQTA4-%%Y MP""Z8P"S=:M;-U C %D3.*B;*3V ;*-PF&D5)5NK05W7,:*%KHE@6[YZWK]^-1L;(V[W# MHX,W&V6^WNQ!^%UAPA]E_B]73M[I]2!KRI%5J=4>R%$%S*PR[J/ET(N UC7" M.L!L]XQD[(Z9%-CNFB%K(D0!V57.^5AN-V\R&"&: 4*S9R1,&WIV6:^9&7B: MR%50%IN8/VS H-[(4\:JB:DS++$*4%T1.]=8K'4<>=(=LA"7:%DG+(RF;/,K MM6! W39@ WQV:F0T::+6Q\>19B:RVTN>^:=.)(_L27D4TU.;%>5M1*1:,]7A MRK9LOFE13JO"JT2'>\?#IUDF&M)IN'R=*![9W+N []6JUK=;1Q;<-^4C> 3)6Q[Y#L67"R X$A? ]1U" MP;Y! !?4NZ"9K"@M)$KXI6:UK.HO2[=,4ZT!_&7J!1,*K.)R/E!/X#')L'\\ M!F:@M\S;PVL?7UAHM3J])A3QI0^1!]*A@)WM'=RL)[JMN+11KXQMFS0L^ < MB6N#]0Y:F70G4@;]2K):/\D2D# * \'^24@XL#T78A_Y@&;0>VL!#JI6IP.& M1PU C+S#P^'OQW F M1850&C8Q$8B1#U-41;!@Q?,R=[][G[5MP/'P_+ M:A= ,H&A$TBJ Y%Z+8#B^P+9$6>1S)\A';/^LHH@7C>/DEG'%&3[PO4^.E_) M0$51@GO>A+O%^IG?G-F"D/(%YU*1!O1/R #_[BIW';O7S"?JZHT+1L+7&T _ MS'\'#.IV".*YB-^.J21Y%.(_C;UO#7Z@IA[P2'\W37HBW15$4;X M2"E_% &GY.^(>MKV"S>M;8X02T*E^(L9H6!7:N>D7!R8>% ,U@I&:4A+8]3^ MTT9J*H:ZVPGS@FQA="C>NN/R6QPSOY,/>R>JY":@8IJMU(5[$0_N:+:$1C'+ MQ_=OP8?$I, :2-M!2N0!I=3-5VP6@D\Q,DB.SE65V1PQ/@9BZNAZA *&YR%48@FD=(#;G.;F6*]Z*-UM*;/TJ"G4<%XU+O3BYY#'B021*WPWJ83=)6H*S@(=A M;A%NG.620IXT.3PZ5TZ\B#AU(;$E-%L4(ILP MZ.UV1@83#B$(- \5:[C[K3_ 6+3[7:D5OE95+$0>:$3B1DH'V&J',&MLZ8:6 M;FA!".S7ZHWFBFZU/^+?.8@6G3'5=^G]Z>EG'-8,/^W_,@P$H?.'SCU( M^2Z?('U;S +)QX(&D*]5'S!22T D5E-7= 8)U\E513['X\/ES*W%&^ZP2Z;4 MIV-,QJL#UEVG:9[O(E4QYL'I-\4]ID'M4!ARJ,2)HT(=IR68WUQ4!'2(S68.IN78HIEZ1@&"NXX:V;H?N=I:Z0)K!;E06$%@,2BB)2Q MP#%?7&5*^$?,1Z0JJG_$0K:%M<$\89>G4W=KM&?S]H@'-FO^^,+IIT]'PZQ?7U!3Q8NM6__\!,(F-N+19Z&P M]6X\V->R;7BT5G1C-<>K=DI7?ZJUPEMPY6T$FXR%,DMGI?^R6?E7LLJ=V^2"R(ZBJUO9+>@VE)+%W'76%>JU9UR1+Y)@>4']$*MV-9.%ZW"ZS6FVIR% 47:B[\=P:F*( M5\&?.:NXOL-N+3S,%C.<0/.E%&'!_=8.!1X"33'"X@W5?I.*RQ($(9N/^1EF: MTBM6N:OW%'.]CN(-ZN8;_*,PH5TGYW'2*9>0]S70VG4R=?T(1Z%Z\P$. ^%7 MKU#>6" 8/&G]ZAI?IC61; #9?_58%>6HA3HT@+@=SI.D$CRYK*W3>+QQ$&BQNBJLYJU7:OKU