Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 42891 invoked from network); 11 Sep 2007 01:23:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 01:23:29 -0000 Received: (qmail 99549 invoked by uid 500); 11 Sep 2007 01:23:22 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 99532 invoked by uid 500); 11 Sep 2007 01:23:22 -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 99523 invoked by uid 99); 11 Sep 2007 01:23:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 18:23:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=OBSCURED_EMAIL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [143.182.124.21] (HELO mga03.intel.com) (143.182.124.21) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 01:24:50 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 10 Sep 2007 18:22:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.20,234,1186383600"; d="html'217?zip'217,48?scan'217,48,48,208,217";a="276210685" Received: from mssmon01.ims.intel.com ([10.125.148.15]) by azsmga001.ch.intel.com with ESMTP; 10 Sep 2007 18:22:52 -0700 Received: from nstdrlel10 (nstdrlel10.ins.intel.com [10.125.122.30]) by mssmon01.ims.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id l8B1MoNv029241; Tue, 11 Sep 2007 05:22:50 +0400 Message-Id: <200709110122.l8B1MoNv029241@mssmon01.ims.intel.com> Subject: [build-test alert] FAILED Linux x86_64: jdktools-test debug Date: Tue, 11 Sep 2007 08:22:50 +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:103: The following error occurred while executing this line: /export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:28: The following error occurred while executing this line: /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. Date of build: 2007-09-11 07:38:14 +0700 Time to build: 43 minutes 48 seconds Last changed: 09/11/2007 04:02:21 Last log entry: hdk *********************************************************** Errors/Warnings: (226) Result: 1 ======================================== Testing jdktools binaries... ======================================== Compiling JPDA tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java (at line 58) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java (at line 505) internalProperties.put(name, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- ---------- 3. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 114) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 249) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 284) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 355) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1834) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1902) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2122) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2132) 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 /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/OnthowDebuggerLaunchDebuggee.java (at line 94) class ExceptionForDebugger extends Exception { ^^^^^^^^^^^^^^^^^^^^ The serializable class ExceptionForDebugger does not declare a static final serialVersionUID field of type long ---------- ---------- 12. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 32) import java.util.LinkedList; ^^^^^^^^^^^^^^^^^^^^ The import java.util.LinkedList is never used ---------- 13. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 97) boolean isOutOfMemory = false; ^^^^^^^^^^^^^ The local variable isOutOfMemory is never read ---------- 14. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 171) public Class loadClass(String name) throws ClassNotFoundException { ^^^^^ Type safety: The return type Class for loadClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class from the type ClassLoader ---------- 15. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 179) public Class findClass(String name) throws ClassNotFoundException { ^^^^^ Type safety: The return type Class for findClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class from the type ClassLoader ---------- ---------- 16. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents002Test.java (at line 100) boolean expectColocatedEvents = (testedMethodStartCodeIndex == testedMethodEndCodeIndex); ^^^^^^^^^^^^^^^^^^^^^ The local variable expectColocatedEvents is never read ---------- ---------- 17. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents003Test.java (at line 36) private boolean eventMethodExitReceived = false; ^^^^^^^^^^^^^^^^^^^^^^^ The field CombinedEvents003Test.eventMethodExitReceived is never read locally ---------- 18. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents003Test.java (at line 59) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- ---------- 19. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 67) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 20. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 195) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 21. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 331) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 22. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 715) String failureMessage = "## FAILURE during checking events! !"; ^^^^^^^^^^^^^^ The local variable failureMessage is never read ---------- 23. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 877) String failureMessage = "## FAILURE during checking events !"; ^^^^^^^^^^^^^^ The local variable failureMessage is never read ---------- ---------- 24. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTestCase.java (at line 135) long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); ^^^^^^^^^^^^^^^^^^^^ The local variable methodStartCodeIndex is never read ---------- 25. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTestCase.java (at line 187) long methodStartCodeIndex = reply.getNextValueAsLong(); ^^^^^^^^^^^^^^^^^^^^ The local variable methodStartCodeIndex is never read ---------- ---------- 26. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ExceptionTest.java (at line 188) long frameID = reply.getNextValueAsFrameID(); ^^^^^^^ The local variable frameID is never read ---------- ---------- 27. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java (at line 450) 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 ---------- ---------- 28. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/share/JDWPUnitDebuggeeProcessWrapper.java (at line 233) argv.add(val); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 29. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/share/JDWPUnitDebuggeeProcessWrapper.java (at line 253) return (String[])argv.toArray(args); ^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 29 problems (29 warnings) JPDA exclude list: /export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.jpda.exclude Running JPDA tests Debugger JVM=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre/bin/java Debuggee JVM=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre/bin/java SAMSA exclude list: /export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.samsa.exclude Running SAMSA tests test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre Run jdk/bin/java -version in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report java version "1.5.0" pre-alpha : not complete or compatible svn = r574370, (Sep 11 2007), Linux/em64t/gcc 3.3.3, debug build http://harmony.apache.org Run jdk/bin/javac -version in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/javah in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/javadoc in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/jarsigner in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/keytool -help in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Compiling TOOLS tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java (at line 24) private static final long xxx2 = 1; ^^^^ The field Test01.xxx2 is never read locally ---------- 1 problem (1 warning) TOOLS exclude list: /export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.tools.exclude Running TOOLS tests test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre The test report is in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report/html/index.html 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:28: The following error occurred while executing this line: /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. *********************************************************** Unit Tests: (163) error: testAllClasses002 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesTest Unit Test Error Details: (1) Test: testAllClasses002Class: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.AllClassesTestorg.apache.harmony.jpda.tests.framework.TestErrorException: Debuggee process did not finish during timeout at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:284) at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87) at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper.stop(JDWPUnitDebuggeeWrapper.java:109) at org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.internalTearDown(JDWPTestCase.java:108) at org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase.internalTearDown(JDWPSyncTestCase.java:83) at org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase.tearDown(JDWPRawTestCase.java:118) Caused by: java.lang.IllegalThreadStateException: process has not exited at java.lang.Runtime$SubProcess.exitValue(Unknown Source) at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.WaitForProcessExit(JDWPUnitDebuggeeProcessWrapper.java:279) at org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeProcessWrapper.finishProcessAndRedirectors(JDWPUnitDebuggeeProcessWrapper.java:87) ... 14 more *********************************************************** Modifications since last successful build: (93) add cc-hdk log20070911040221Lbuild.181 09/11/2007 04:02:21hdk modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSNetworkSystemWin32.c 09/11/2007 03:57:20 Applying corresponding changes to those recently applied toOSNetworkSystemLinux.c. add cc-hdk log20070911033625Lbuild.180 09/11/2007 03:36:25hdk modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 09/11/2007 03:30:07 Use hymem_{allocate,free}_memory functions instead of malloc/free. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 09/11/2007 03:02:38 Don't do a second malloc if the first fails. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 09/11/2007 02:59:16 Fixed some memory leaks. add cc-hdk log20070910235802Lbuild.179 09/10/2007 23:58:02hdk modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/m2n_em64t.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_roots.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_monitors.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_pop_frame.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/include/finalizer_thread.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interpreter.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_local_storage.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_locals.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_basic.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_iterator.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_fat_monitor.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ia32.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_fat_monitor.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMStack.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/include/thread_manager.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/include/thread_generic.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_interrupt.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/port/src/lil/ia32/pim/m2n_ia32.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_stack.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_manager.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ipf.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_step.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/finalizer_thread.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_platform.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/include/jvmti_internal.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/stop_the_world_root_set_enum.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/stack/stack_trace.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_ti_instr.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_em64t.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/ref_enqueue_thread.cpp 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/include/vm_threads.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h 09/10/2007 23:25:25 Harmony-4743: This is the third phase of Thread Lifecycle redesign and cleanup.The major change is the merging of C structs in the Thread Manager aswell as thread C struct initialization protocol. add cc-hdk log20070910221127Lbuild.178 09/10/2007 22:11:27hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSNetworkSystemWin32.c 09/10/2007 21:56:27 Fix for HARMONY-4770 ([classlib][luni] OSNetworkSystemLinux.c: selectImpl(), local ref removal) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 09/10/2007 21:56:27 Fix for HARMONY-4770 ([classlib][luni] OSNetworkSystemLinux.c: selectImpl(), local ref removal) add cc-hdk log20070910211317Lbuild.177 09/10/2007 21:13:17hdk modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 09/10/2007 20:33:15 Enabling GC-GEN allocation helpers inlining in server mode for IA32 platform. add cc-hdk log20070910192725Lbuild.176 09/10/2007 19:27:25hdk modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml 09/10/2007 19:21:10 Undo unintentional change of names of xml reports modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.cpp 09/10/2007 18:48:01 Fix for HARMONY-4769 [drlvm][jit][opt] Regression tests H1802 and H3150 fails after enabling lazy resolution mode in OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlVMInterface.cpp 09/10/2007 18:48:01 Fix for HARMONY-4769 [drlvm][jit][opt] Regression tests H1802 and H3150 fails after enabling lazy resolution mode in OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.cpp 09/10/2007 18:48:01 Fix for HARMONY-4769 [drlvm][jit][opt] Regression tests H1802 and H3150 fails after enabling lazy resolution mode in OPT compiler add cc-hdk log20070910174100Lbuild.175 09/10/2007 17:41:00hdk modified leoli /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 09/10/2007 17:20:41 Fix bug in ([classlib][jndi]javax.naming.InitialContext.getURLOrDefaultInitCtx()). add cc-hdk log20070910155401Lbuild.174 09/10/2007 15:54:01hdk added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/resources/serialization/org/apache/harmony 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/api/java/org/apache/harmony/rmi/server/ExportExceptionTest.java 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/resources/serialization/org 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/resources/serialization/org/apache 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) modified tonywu /harmony/enhanced/classlib/trunk/modules/rmi/META-INF/MANIFEST.MF 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/resources/serialization/org/apache/harmony/rmi 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/resources/serialization 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) modified tonywu /harmony/enhanced/classlib/trunk/modules/rmi/build.xml 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/resources/serialization/org/apache/harmony/rmi/server/ExportExceptionTest.golden.ser 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) added tonywu /harmony/enhanced/classlib/trunk/modules/rmi/src/test/resources/serialization/org/apache/harmony/rmi/server 09/10/2007 15:25:52 Apply patch Harmony-4757 ([classlib][rmi] Add test for java.rmi.server.ExportException) add cc-hdk log20070910145659Lbuild.173 09/10/2007 14:56:59hdk modified leoli /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 09/10/2007 14:32:55 Apply patch for ([classlib][jndi] InitialContext.getURLOrDefaultInitCtx() optimization). add cc-hdk log20070910143123Lbuild.172 09/10/2007 14:31:23hdk modified aivanov /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/colorchooser/SwatchesPanel.java 09/10/2007 14:15:35 Fixing HARMONY-2714: Recent color swatches in j.s.JColorChooser are not clickableThis patch also fixes HARMONY-2713: j.s.JColorChooser does not show Color value in tooltip add cc-hdk log20070910133349Lbuild.171 09/10/2007 13:33:49hdk modified varlax /harmony/enhanced/drlvm/trunk/build/make/build.xml 09/10/2007 13:05:29 Fixed "clean" target for HARMONY-4752 add cc-hdk log20070910123543Lbuild.170 09/10/2007 12:35:43hdk modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.x86.opt 09/10/2007 12:31:44 Excluded java/lang/ClassAnnotationsTest.java due to HARMONY-4767 modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86.srv 09/10/2007 12:31:44 Excluded java/lang/ClassAnnotationsTest.java due to HARMONY-4767 modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.x86.srv 09/10/2007 12:31:44 Excluded java/lang/ClassAnnotationsTest.java due to HARMONY-4767 modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86.opt 09/10/2007 12:31:44 Excluded java/lang/ClassAnnotationsTest.java due to HARMONY-4767 begin 644 execution_log.zip M4$L#! H ( -1"*S=CY@ VAA( ,A_ 2 97AE8W5T:6]N7VQO9RYH M=&UL[5U[4^,XMO^;? KM;-W:4$6($$$RZ:U,SM!_2T='YG9=D6>Z-HK&WU[OFSF2O%PBV MUZ,DC"8>>_>W ?>C2NC^FW5)I_9?O_YMKU0)610'E1OG-N+<"ROW8;=4JL2! M0R.6NRIBOULZC //M>&F0P+!;Y@=$9^.&7%]XHX#+B*#G"77+WA0^<3NF(QZ3M4>,?N6QT!FY-Q6[[FX=?WA5=K'ZIC> MLEP#I5+$PJA;(OC[RNP1_T9*[];\E2Z@+K1 TA;(M>M3@:0-8WTJ)=MCU*\@ M(V$%N ]B8*AD\V!2N1&L,G ]AN#8HS%WLE>2(EW5BPK.*;^1 M,(DEG'1?+$%5"!N[$@PIO4538:DD3Y2$LE@=\''@>HC!Q[/#?:**OP5/5=NC M8>M_UL3FH1MR0#*@7LAWB#GTND*,Q M&W,Q.:$/[C@>]\%!$/ +J+T9&I7I+W/9-,CO^^>?CS__78L=*CVMWH /DOVI M)K5C\!Q5+H95&E"@41U1 9Q)AM4^N?\N<3\",0<[9 #@"$&6Q M(?.9<.U\L=[1'@E'//8V?R-5"O;R#J-\Y]4#VC]BV+#MTPH!'4*+1MTVSD\(>,Q(_^$;.82>.6IXKB M$W#7:.$K;?O%5MWX&8"T&KN/O#2DHJGULGMR#(8]9**,UR>*M#%DT;%3WM[> MR5)=\9NC\ Q?\,S?J[B0B%Y[;*43D:5>[$::/X6:=?+^ IN%@8;2LV-GAR07 MUM:,'Q[8UL\ ;+V93P3^ ^R2R^U-Q?MR?.(*P8L#?J>>MV!))9317AZN!%A; M=-\7@DY6AOAIJ1?&^%0@T."C'[0?':_9'QLDPKC]? 99ZC M$ MC&%L=X#3$>W4QXE)JY>VO[K=GYU0_*,YF[<<&NEX M#S\61WJ,CPW9\)+ MHIC,=8E3_Y!A E,]]4&@]^GE3S3V[5$Z(58$]>ZCW!N3[V$SB7 !6_'!\2J9V$#Y1:H$J]!/;-F0:3L!_AS$58E5[VB^]QZJR# M\2-C5H]M")X:<>1ZQFPV\==%B*X':0%5G'_VV1W@":);SX%NSE34"R2_V\Y) M_AJX8=0'>9S&T>G@1,[!DW=JV#=G MXN@%8C?;9D[N07SM@<^0= B2D4?E?B0?A>!$\#9$'<'O0U7F,X_>\]AW5K@Z MLD:H$RR*A:_'\1AQ,>?X!(@ZC,&KAC=/"# M'!C)^G?*"V)LA#-H98R'DE+OO_<6-:!HK:48FS/5\R+%R,\H9A0#0LJ?KAAY M'C9=,9;IR^;,(&7TA8^O<0F".JW5+'RF5*@QM=H2%PX]@KSU@*,#CE**X,K+ MV"IS3F2&VX^H@#(.._8=]D#>O2/S=X\ ZO1>/J%>Z/W7C0*+>7MR-%B&[>;, M%A5A6U^%;;V5=P;"O0-YD2G$2"F!ZL&-SIG-W#LPJ>)X78C< NQ4QKJ8^V4< M9*!4Z'N3M;#;G!FC%V'7S#MRUX_(T3_/C@XNC@ZOCBZ//E_TKPY.OWR^ +3R MU_?/S_?_U_"8/XQ&"T!\ELDM;EN;R6W.Q-%RV%9AULIGPS\)9M;F3/8\'QQS M=\&JB9\"G0V;NGD6.O5Z?D3SLZ"SH3,L3T*G;>9M)QD_#*CKQ8*=L#"D0P;( M_/+7OY+W^\>?OIP?$2>6962/\$#&^O OY"^_K#,)LPJ?7--/!V9#)V">!$RG MG0\YSP=F0W!9!M>&3MP\@NN AL5#]'K>EG .-WE@D!].R2H7*-=S7+^#:W\^ MLX?H$I?T[<,@UA^6%XZKGN/P%G+P=+/:T'F4I^/4R9M6$4[B!X%G&6J;.9LQ MG81:F=QU\NN=)5CRT>#QX1)\WJN[A1"M]'9)"]J V+"IAXL1=FCZ7+(J9;8R M+#6:^4FEN?4JN*Y1DH%0%=M1.1'A#HIV^\]_CGX)=[DH?!:KBKS2NO0-F[\( MX0:K?CS\_>P+U$AG9,\$!\&$OPL:!"L6'];K.56@8GB7+('QWF8)S%M!:FW8 M),:+L6OFL4NF]).I^Z_?MB68Z4(8. F73?-.?\\TW;0-A36TO %HXTN $ 3& M(2G#R3T5/@@EW"Z5 @@W(/H*>["]V&'9-[CD>UO)'9!S&#W[-2VYK,!SKZL. M1#<^2/9%12%8@Y,K# M&_P?M!&RL.I4Y1ZUPEZCE:\W:#"SKH+E&,IRC,1RE*AD[PVT'./2%5%,O1,H M!(9@),LO,.QE*.*%D.!+I,3<(>_5R"?LDMH..<(U2.KPPATSPCP:A,SIDEUC MM[%+0F9KH%2OU751:NJBU+!TL5371:G9;&H3DRY"Q3I07Y<2Y(NU8B6PUB5E M=@RSV=#4/ZNM2\<[A2)?7U!-HV45"JJQ+JEFQZAITRA+FS,P=_6 UZX;N_@R MKQ[3J[4T46JUBPBUG@!>O5BEGF(P];8V/6CJ$GF]UM&E4>U"F3^%DJG+EUM6 MH9S6-N)ZT^CHZUY+%WBFMJ!GUG4YEI:E1TX=4')MO=-#"%G2Y: L4Y<26'5= M8;A5UY;6%3O-)^5U>BB!]]W5EOEH4G$(>)JB,/IQ??M T[&]K\DV5JDWA=EYP:N]JR'FT2M[3IN*DO MF+=TZ;B^C%57E$*);UC2 X1JNL1D-;4--K2%.]/2XPK,VJI,;.W9AWK;:!@#]TS5G8)J&)O@ZP),N#]6H:8MXIC;EU&4O5O%LEKZ0T%R74@/R M0WW=TQ;/36V^KJ%'"<#N:FT]HTX3O9T>*OH\W=M4Q=DR*-8CU8)G+ST:0TC,X6S?P=]2^>\3QOW_,. MU'Z2R(M<%WET^&*UL%#!]#S6J6-HUA5R:FU=D4+3-&?'T*3SD"QH\@UUR*IT M2FI+>%CR14+E&*>&R/*H.DGMS'OIM>99+ ]!J;[F??7;& L+]_TG^; M%80A'8>S)83(@.'"WQ.?(:O_Y.(/40[Q.%RDPD> MC7#;]55+$%6_9(',?;QBW @(/GS,7KXX,-\V?LQ@NF"05-*])#0LX%W\\0!H M^H'9W\B^C*CD@XJH1&UIQ03IDK*]30YX,!'NL&( DNX0Q5T/?!8Q+ =/(9&@6JF2GCGX\L6S7:CW@;#*/=90&"D M#,RWMW=P3_?XH2&%EB(VB*.A6T]7-:08"R4@A M@O8;0GAD>RX8/?F(LE3?0@ :T:[#8AA[T &,R"/_^<$SD2 XJA)1-L&@:$H MD;?!S3!@\HXY1F'_1J_?K8^?CRORZRIDQ.26*\K"Y1)JBFNK,Z4S)U_PI;_N MHHPQ69.,/3!.\/LF7[G:ZOX;Z:G]T7 SFG!O.>UIA2!*CDB/3P M[YZTE:$+.2B15^]=$#0N\X;^,M]!%\5S=!;_<&VYPP8T]J)D'S>D5R "8.@1 M,_A;PA"NPG]M?CCI(81[&4*H>4A,?8!ERH]@CBN8C4[<]9_ 4Q@PVQVX\NLW M>5^3Y\BKYH:,2\P%KC7K1DWWQ.?^ ?YN'\N5:E-39 M@A])J@/*2,_!VN11[WY.N3*E=1NI?>S]:7E^2;.C," M> H$Y-75E0-4X?G6PQ!@<(# E+?TVB/6IW7GJFV1=.\DN#ZM2LK@.AQW, ] M4+N,+6AR.\>>%!P@HGSR%=H9TI>?'$LZ5BAE=]/>OOIQ_VD.2 M&5V"(1@@3\50=VU8D\.A*&LJ\1L@+*090;)[9+#&0P\.$]$8< M3!BD!YE;N/>]VT-;WOM#B@ENRVP.K!@*D:20[!^6VB',&!JJH*$*&N!"NJ95 M;RQH2MD"_IT"/F\(F?;*'RXNSC!'[Y\>_-;??D0- 13*QZOX@-1F/A]IVF(2 M1'PH: #Q4M*%(44*OEA,4=;MI=RE5R7)G(6%BYEX$@]R*\$Q]>D0@^%B1S!K M*,O;S ,L9Q*,3!>7Z/Z5DJ-9TPAG I8VEN5T6J&(5512_;S.V^GR]N;9G:]2 MQ._8T<_M.-EMQ'&'\],'^0:STLU66LSRHT0 E >#.*E@<'[]9"!S\EO2=BRS M@,RME*WOE5[RR0_E*/Z8OZ)B/E[KJ<,K^6VPO3\,PR"5CSU,PM)"!5SX_-Y/ M/RP29MG8DMHAV+^VMOZN1HLLHQ9P)TX?",S500G9PMO:.L"C;(P0["[U\[@Q M=ASF*\OM/R.HJPYFYAUQ<+<\&BEM@=P[5]-A.)L!D>2,')XG&\/QL] %VKW&8P\)*-85B44KDC'U]#3 M7$54-:AV,8*D5:I=JKE1$"4' M_7.U3T:.!#!H>]P'24V_E JED6TIL<>E9>KC()K4'V8SIEQA2*K\R);PG>$A M2E')+L>H1.51+K15"9DW4/6G^@:Y*5Q,\JP,$>DJIM.6P%:>6)HY9IDO2!>W M9KGQ99H9S[ 76K)S,]YQ)9Z>@((WH;N5J*$W+MIN;85[C Z,7 MIZ>?^O-?&$U>?)^5:/[GDY^K-F]09Z&PU0X.V-:BK1M4CU5A.4$7/5#@W3W\(-<-1NK@ECDN3S]VI--U @93/= M/F'5[@E**=_BX8?Z^U8//_+&]IH//]9XOC\3 7[I($P>]4,"TD=GJ';/[E, MO>CY_OH+ZAK:UMM;^%9N\4+YM=EJ&(UD%>JS'^2IW*8"#JO"QD$TP4O)G.#T M0OXBZJ!UOD:66L4O MLE==W(7,P,-2*811=S3ENP0Q:':BI"!%(]1<8*F$C&)LBF5NIY:?J! M)R4Y MSG?*W0G33<"ZLLK<#90[X;8="P%6=S]RO2E%N!UANH0^LELJZ#UU* PS1#BU M>\EE>AF_F-ZU.FHG<MKR]WQ47#^O/8D!^2GZ4,DJ'=MN0'4J-[_"-U3IF" M4>I5Z5ZO"HX<_EYS9P+_H)+L_3]02P$"% ,* " #40BLW8^8 -H82 #( M?P $@ I($ 97AE8W5T:6]N7VQO9RYH=&UL4$L%!@ 0 ! $ 0 +82 $! end