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<E> 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<K,V> 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<E> 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<K,V> 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<K,V> 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<K,V> 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<E> 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<E> 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<E> 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<E> 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<E> 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<E> 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<E> 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<V'F227.+"_0V/4W#$IK96UU]*6$KB<&Q
MO+(-9+OFN]]S)#N)3>($$$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+!;[EMAIL PROTECTED]&7%]XHX#+B*#G"77+WA0^<3NF(<E
M R:B"7'8P/7=R.5^J(Z!S, 5883UJ^P!"53CD(FP:MOP7\7FXS'WJZ$MW" *
MJPDAEX7&[EMAIL PROTECTED]'<('5)LN[#Z=>QZ3M4>,?N6QT!FY-Q6[[FX=?WA5=K'ZIC>
MLEP#I5+$PJA;(OC[RNP1_T9*[];[EMAIL PROTECTED] TA;(M>M3@:0-8WTJ)=MCU*\@
M(V$%N ]B8*AD\V!2N1&L,G ]AN#8HS%WLE>2(EW5BPK<C^4=V9GQK>.*;^1 
M,(DEG'1?+$%5"[EMAIL PROTECTED]:[EMAIL PROTECTED]''@>HC!Q[/#?:**OP5/5=NC
M8<B2QF[H';7GN;':)@EY+&Q&)%HDXJ_>>[EMAIL PROTECTED],Q
M&W,Q.:$/[C@>]\%!$/ +J+T9&I7I+W/9-,CO^^>?CS__78L=*CVMWH /DOVI
M)K5C\!Q5+H95&E"@41U1 9<GLX)A=2# %R'%ZB&[CH=#QL[9T TC)@SD-<,U
M*=.( !R,-#O;F3M;(JG$'(,Z3ME):&W_2K+E_F_)+U/J8A* -.F 19,[EMAIL PROTECTED]
MD'4TXN"X@/+I-7K*;7+-/.X/I1Y$4$+0>Q)AM4^N?\N<3\",0<[9 #@"$&6Q
M(?.9<.U\L=[1'@E'//8<H$D"BO* C@"@SCI(+KEL;2# Z%U/ QE*"K&M-7/@
MNCX(Q*?>V<[EMAIL PROTECTED];(7?4BP'G]6!^*N+8C$)\AZQ"_@,-1R<T*(0]*=/[
M;>?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:=?+^ [EMAIL PROTECTED];2LV-GAR07
MUM:,'Q[8UL\ ;+V93P3^ ^R2R^U-Q?MR?.(*P8L#?J>>MV!))9317AZN!%A;
[EMAIL PROTECTED]&^<X/C=MNS<KA=D>[EMAIL PROTECTED]"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!<MF!P]V$S.M+SG(B5*
MV$/$('F:W23?LW754&JU&8]PKE&XU'/_C4D-*6C3X0"VSR/B,"@E&,$'&S0"
MV >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>[EMAIL PROTECTED],[!DW=J<[EMAIL PROTECTED] NN1*4\H2GHI=,+J>V#=G
[EMAIL PROTECTED];9D[N07SM@<^0= B2D4?E?B0?A>!$\#9$'<'O0U7F,X_>[EMAIL PROTECTED]
MLD:H$RR*A:_<D6I_P,4C'K;)0/"QC'RSDKD>'\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+'[EMAIL PROTECTED]@[EMAIL PROTECTED],#CE**X,K+
MV"IS3F2&[EMAIL PROTECTED](.._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_/[EMAIL PROTECTED]@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>&[EMAIL PROTECTED] AL5#]'K>EG [EMAIL PROTECTED]: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'];[EMAIL PROTECTED]('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<[EMAIL PROTECTED])0_)5QT7ODYW'OK_@;;+T-B'3E0H?+T_>/[EMAIL PROTECTED],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
[EMAIL PROTECTED]/ZNM2\<[A2)?7U!-HV45"JJQ+JEFQZAITRA+FS,P=_6 UZX;[EMAIL 
PROTECTED]
[EMAIL PROTECTED]>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?<FFGH@ 8M*6 %L-77)J
MMG7UKF'J<IE66ULBK2_3U.>?M T[&]K\DV5JDWA=EYP:N]JR'FT2M[3IN*DO
MF+=TZ;B^C%57E$*);UC2 X1JNL1D-;4--K2%.]/2XPK,VJI,;.W9AWK;:!</
M8)\2\"P]>@#]TS5G8)J&)[EMAIL PROTECTED]),N#]6H:8MXIC;EU&4O5O%LEKZ0T%R74@/R
M0WW=TQ;/36V^KJ%'"<#N:FT]HTX3O9T><T%2'[EMAIL PROTECTED]
MCQ?;QJZV9+JC;>*OH\W=M4Q=DR*-8CU8)G+ST:0TC,X6S?P=]2^>\3QOW_,.
MU'Z2R(M<%WET^&*UL%#!]#S6J6-HUA5R:FU=D4+3-&?'T*3SD"[EMAIL PROTECTED]
M2<FLZXDX)@Q"=(73FJ;T# 15;^F:;ZE;NKK7T<03"&[EMAIL PROTECTED]
M8YGE+7""SU\P\8%[<TMM=0BSK6F&[EMAIL PROTECTED]&4Y=:/5T91[H;+HT6 DI6G:":6N
M:7@(HFKJ4N&:IBP5-*&C*Z.'_EF:,OHVN"!]^&F:Z %9M7:UB;VEZ7F$:1D-
M718("9>FI+>%CR14+E&*>&R/*H.DGMS'OIM>99+ ]!J;[F??7;& L+]_TG^;
M%80A'8>S)83(@<U]FX)@/[EMAIL PROTECTED] U#[O>.'"WQ.?(:O_Y.(/40[Q.%RDPD>
MC7#;]55+$%6_9(',?;QBW @(/GS,7KXX,[EMAIL PROTECTED]"05-*])#0LX%W\\0!H
M^H'[EMAIL PROTECTED]&UIQ03IDK*]30YX,!'N<!3!$'@7=,^JU5IR/6Q2K<\'
MT3WN%R5WZZ!RIPXNB OJZKDV\T/0K1U" 9= ?MT"=^#,-"][FW;V%]-H&K5?
M2*8$*&&%>L&( DNX0Q5T/?!8Q+ =/(9&@6JF2GCGX\L6S7:CW@;#*/=90&"D
M#,RWMW=P3_?XH<K&K494'[EMAIL PROTECTED]@"&1W(N>2&%EB(VB*.A6T]7-:08"[EMAIL 
PROTECTED]
[EMAIL PROTECTED];0GAD>RX8/?F(LE3?0@  :T:[#8AA[T &,R"/_^<$SD2 XJA)1-L&@:$H
MD;[EMAIL PROTECTED]'_1J_?K8^?CRORZRIDQ.26*\K"Y1)JBFNK,Z4S)U_PI;_N
MHHPQ69.,/3!.\/LF7[G:ZOX;Z:G]T7 SFG!O.>UIA<Q50BK7G$>2!*CDB/3P
M[YZTE:$+.2B15^]=$#0N\X;^,M]!%\5S=!;_<&VYPP8T]J)D'S>D5R "[EMAIL PROTECTED]
M,_A;PA"NPG]M?CCI(81[&4*H>4A,[EMAIL PROTECTED]<]9_ [EMAIL PROTECTED]
M>5^3Y\<A/=4(%Y,I4RD_&9U+N;*3KYJ WF0:6XN]:5OD?N3:H\=$!^ WU2M<
M^&8$%9-B]ET?#"'?R+&\F'RF9$[=Y,L6T B-(SX&EREW,BFF#_[KFH-;R<.%
MFS2))%BBM</XJIC7C&'-TY)[EMAIL PROTECTED]/=GB8$C\B\8OBG\YBJM)=X0<Q4IR.L)
M;E\(=I_#_YR%H*Z00Q5Z-H?;;^#;H*%#;$CMNNAB2$-! O<3%A7P!R%EB B_
M 8>BKYH:,2\P%KC7K1DWWQ.?^ ?YN'\N<TD",-(L<'/E4;?<P61!O>5:E-39
[EMAIL PROTECTED])J@/*2,_!VN11[<HMFX1@;XSTTJ,KZ0>WY.N3*E=1NI?>S]:7E^2;.C,"
M> H$Y-75E0-4X?G6PQ!@<(# E+?TVB/[EMAIL PROTECTED],  ]
M4+N,+6AR.\>>[EMAIL PROTECTED]>?'$LZ5BA<N"EQ7ES=Z+^7J;AQ"+FT]*&/
ML)2^94MVB=^Y,([EMAIL PROTECTED],_8$:])!CD&_3 0+(UH+OL/@T=<!;P,'R4#59L)B"O
MD8KCN&'@T0G!2^!F<-NND)[EMAIL PROTECTED],]1)93WG,"2X**>E=]/>OOIQ_VD.2
M&5V"(1@@3\<!.MH1%VXT>50=VU8D\.A*&[EMAIL PROTECTED];)[9+#&0P\.$]$8<
M3!BD!YE;N/>]VT-;[EMAIL PROTECTED]@*D:20[!^6VB',&!JJH*$*&N!"NJ95
M;RQH2MD"_IT"/F\(F?;*'RXNSC!'[Y\>_-;??D0- [EMAIL PROTECTED]/A]IVF(2
M1'PH: #Q4M*%(44*OEA,4=;MI=RE5R7)G([EMAIL PROTECTED]>[EMAIL PROTECTED]
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["[EMAIL PROTECTED]
M=ASF*\OM/R.HJPYFYAUQ<+<\&[EMAIL PROTECTED])L!D>2<C?D=(Q#D8(@@P_A"
MA[)545!#C2-YD.D:MB8#+KK>,')XG&\/QL] %VKW&8P\)*-85B44KDC'U]#3
M7$54-:AV,8*D5:I=JKE<[EMAIL PROTECTED]')UU:;54/M8[5Y-,TR7[1$,Q;>1$"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[<HQ;O<E#X@> 76K)S,]YQ)9Z>@((WH;N5J*$W+MIN;85[C Z,7
MIZ>?^O-?&$U>?)^5:/[GDY^K-F]09Z&PU0X.V-:BK1M4CU5A.4<F/P8I_]3,
MXF_(+=GC-?,5 ;D;SL/[EMAIL PROTECTED]>$7/[EMAIL PROTECTED](-<[EMAIL PROTECTED] 
@93/=
M/F'[EMAIL PROTECTED]//_+&]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
M0OX<Y^,[EMAIL PROTECTED](:@[EMAIL PROTECTED],N:38[[7%68=!&D0>BZJ!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&LTMKR]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

Reply via email to