BUILD FAILED:
        Ant Error Message:
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build.xml:242: The following 
error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\build-test.xml:60: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\properties.xml:319: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\build.xml:235: 
Process fork failed.

Date of build:  08/20/2007 18:30:58
Time to build:  22 seconds
Last changed:   08/20/2007 18:10:49
Last log entry: Fixed the mistake in commit 567096. The native_thread should be 
initialized in "if"



***********************************************************
Errors/Warnings:        (196)
            

========================================
Testing jdktools binaries...
========================================

Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\DebuggeeRegister.java
 (at line 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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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 
C:\cruise_hdk\cc\projects\trunk\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: 
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=C:\cruise_hdk\cc\projects\trunk\target\hdk\jdk\jre/bin/java
  Debuggee JVM=C:\cruise_hdk\cc\projects\trunk\target\hdk\jdk\jre/bin/java

***********************************************************
Unit Tests: (0)
        
No Tests Run: This project doesn't have any tests

***********************************************************
Modifications since last successful build:      (161)
            
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 08/20/2007 
18:10:49 Fixed the mistake in commit 567096. The native_thread should be 
initialized in "if"
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/tests/smoke/io/Integers.java 08/20/2007 
17:38:24 Make recursion depth less in this test because sometimes it hits SOE
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ResourceBundle.java
 08/20/2007 14:39:01 Apply patch for HARMONY-4625([classlib][luni]An 
unnecessary magic number in java.util.ResourceBundle.handleGetBundle).
modified aivanov  
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/html/HTMLTest.java
 08/20/2007 14:27:15 Removing redundant try-catch from testResolveURL() as 
JUnit handles exceptions automatically.
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSResourcesMonitor.java
 08/20/2007 14:04:36 Refractor in 
org.apache.harmony.luni.platform.OSResourcesMonitor(Delete two useless 
constants).
modified aivanov  
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/undo/CompoundEditTest.java
 08/20/2007 14:02:02 Applying patch from HARMONY-2649: [classlib][swing] 
j.s.undo.UndoManager.edits has different capacity
modified aivanov  
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/undo/UndoManager.java
 08/20/2007 14:02:02 Applying patch from HARMONY-2649: [classlib][swing] 
j.s.undo.UndoManager.edits has different capacity
modified aivanov  
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/undo/UndoManagerTest.java
 08/20/2007 14:02:02 Applying patch from HARMONY-2649: [classlib][swing] 
j.s.undo.UndoManager.edits has different capacity
added leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSResourcesMonitor.java
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
added leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSResourcesMonitorLinux.c
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSMemory.h
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSMemory.java
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.c
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
added leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSResourcesMonitor.h
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
added leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSResourcesMonitorWin32.c
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.h
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSMemory.c
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/makefile
 08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many 
DirectByteBuffers may cause memory-out-error).
modified pyang  
/harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/BigInteger.java
 08/20/2007 10:42:39 Fix HARMONY-4650(BigInteger(int signum, int digits[]) 
constructor bug)
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp 
08/18/2007 15:49:49 restore a fix that was removed by last commit. (the fix is 
for outofmemory.* failures)
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_init.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
deleted wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_private.h 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  /harmony/enhanced/drlvm/trunk/build/make/targets/test.xml 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_basic.cpp 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/linux/os_thread.c 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
deleted wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_concurrent_mutex.c
 08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_fat_monitor.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.c
 08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_fat_monitor.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.h
 08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_iterator.c 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_interrupt.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
deleted wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_basic.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_manager.cpp 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
deleted wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance.h 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/gcv4/src/gc_threads.cpp 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/finalizer_thread.cpp 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.h 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/ref_enqueue_thread.cpp 
08/18/2007 00:46:01 Harmony-4608:  This is the first patch of the Thread 
Lifecycleredesign document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 08/18/2007 
00:46:01 Harmony-4608:  This is the first patch of the Thread Lifecycleredesign 
document.
modified varlax  /harmony/enhanced/common_resources/build/depends.properties 
08/17/2007 18:31:27 fixed msvcr.url.x86_64
modified varlax  /harmony/enhanced/classlib/trunk/make/depends.properties 
08/17/2007 18:31:27 fixed msvcr.url.x86_64
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/em/src/EdgeProfileCollector.cpp 08/17/2007 
18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate resources if 
class is unloaded
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/em/src/EBProfileCollector.cpp 08/17/2007 
18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate resources if 
class is unloaded
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/em/src/DrlProfileCollectionFramework.h 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/em/src/EdgeProfileCollector.h 08/17/2007 
18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate resources if 
class is unloaded
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/em/src/em_intf.cpp 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/em/src/EBProfileCollector.h 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/include/open/em_vm.h 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/em/src/DrlEMImpl.cpp 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/EMInterface.h 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
deleted mfursov  /harmony/enhanced/drlvm/trunk/vm/vmcore/include/dll_em_intf.h 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/em/src/DrlEMImpl.h 
08/17/2007 18:23:16 Fix for HARMONY-2039: [drlvm][em] EM must deallocate 
resources if class is unloaded
added xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_stats.cpp 
08/17/2007 11:49:23 HARMONY-3818 and HARMONY-4325 : (missed new files) gc 
verbose support and mark-sweep algorithm improvement
added xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_compact.cpp 
08/17/2007 11:49:23 HARMONY-3818 and HARMONY-4325 : (missed new files) gc 
verbose support and mark-sweep algorithm improvement
added xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_stats.h 
08/17/2007 11:49:23 HARMONY-3818 and HARMONY-4325 : (missed new files) gc 
verbose support and mark-sweep algorithm improvement
added xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_alloc.h 
08/17/2007 11:49:23 HARMONY-3818 and HARMONY-4325 : (missed new files) gc 
verbose support and mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp 
08/17/2007 11:40:44 fix an issue in Runtime.freeMemory
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.h 
08/17/2007 11:40:44 fix an issue in Runtime.freeMemory
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator_alloc.cpp 08/17/2007 
11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and mark-sweep 
algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace.cpp 08/17/2007 
11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and mark-sweep 
algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/gc_ms.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.h 08/17/2007 
11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and mark-sweep 
algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace_gen_forward_pool.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/large_pages.cpp 08/17/2007 
11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and mark-sweep 
algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/space_tune_mark_scan.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 08/17/2007 
11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and mark-sweep 
algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector_alloc.h 08/17/2007 
11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and mark-sweep 
algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_sweep.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/mark_scan_pool.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.cpp 08/17/2007 
11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and mark-sweep 
algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_alloc.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/gc_ms.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_adapt.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace_alloc.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace_nongen_forward_pool.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.cpp 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp
 08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/sync_stack.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/sync_pool.h 
08/17/2007 11:33:02 HARMONY-3818 and HARMONY-4325 : gc verbose support and 
mark-sweep algorithm improvement
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/Crossing.java
 08/16/2007 20:44:19 Patch for HARMONY-4110 "[classlib][awt] The method 
java.awt.geom.Area.subtract() returns no correct result when the first figure 
lies inside the second one"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/geom/Area.java
 08/16/2007 20:44:19 Patch for HARMONY-4110 "[classlib][awt] The method 
java.awt.geom.Area.subtract() returns no correct result when the first figure 
lies inside the second one"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/geom/CrossingHelper.java
 08/16/2007 20:44:19 Patch for HARMONY-4110 "[classlib][awt] The method 
java.awt.geom.Area.subtract() returns no correct result when the first figure 
lies inside the second one"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/java/awt/geom/AreaTest.java
 08/16/2007 20:44:19 Patch for HARMONY-4110 "[classlib][awt] The method 
java.awt.geom.Area.subtract() returns no correct result when the first figure 
lies inside the second one"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/geom/GeometryUtil.java
 08/16/2007 20:44:19 Patch for HARMONY-4110 "[classlib][awt] The method 
java.awt.geom.Area.subtract() returns no correct result when the first figure 
lies inside the second one"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/geom/FlatteningPathIterator.java
 08/16/2007 20:09:29 Patch for HARMONY-4633 "[classlib][awt] Infinite 
FlatteningPathIterator"
modified odeakin  
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicSliderUI.java
 08/16/2007 16:57:11 Apply patch HARMONY-4445 ([classlib][swing] JSlider thumb 
can't move if JSlider.getMaximum()=Integer.MAX_VALUE)
modified odeakin  
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/basic/BasicSliderUITest.java
 08/16/2007 16:57:11 Apply patch HARMONY-4445 ([classlib][swing] JSlider thumb 
can't move if JSlider.getMaximum()=Integer.MAX_VALUE)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/BigDecimal.java
 08/16/2007 13:40:26 fix HARMONY-4623( BigDecimal.stripTrailingZero fails for 
0.0000)
modified pyang  
/harmony/enhanced/classlib/trunk/modules/math/src/test/java/tests/api/java/math/BigDecimalTest.java
 08/16/2007 13:40:26 fix HARMONY-4623( BigDecimal.stripTrailingZero fails for 
0.0000)
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/reassociate.cpp 
08/15/2007 18:22:03 Fix and regression test for HARMONY-2748 "[drlvm][jit] 
Server static mode: a problem with 'reassoc' optimization pass"
added mfursov  
/harmony/enhanced/drlvm/trunk/src/test/regression/H2748/Test.java 08/15/2007 
18:22:03 Fix and regression test for HARMONY-2748 "[drlvm][jit] Server static 
mode: a problem with 'reassoc' optimization pass"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/reassociate.h 08/15/2007 
18:22:03 Fix and regression test for HARMONY-2748 "[drlvm][jit] Server static 
mode: a problem with 'reassoc' optimization pass"
added mfursov  /harmony/enhanced/drlvm/trunk/src/test/regression/H2748 
08/15/2007 18:22:03 Fix and regression test for HARMONY-2748 "[drlvm][jit] 
Server static mode: a problem with 'reassoc' optimization pass"
added mfursov  
/harmony/enhanced/drlvm/trunk/src/test/regression/H2748/run.test.xml 08/15/2007 
18:22:03 Fix and regression test for HARMONY-2748 "[drlvm][jit] Server static 
mode: a problem with 'reassoc' optimization pass"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicSplitPaneUI.java
 08/15/2007 17:54:33 Patch for HARMONY-4624 "[classlib][swing]SplitPane 
triggers the deadlock in AbstractDocument$ReadWriteLock"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/render/JavaBlitter.java
 08/15/2007 17:26:14 Patch for HARMONY-4617 "[classlib][awt] NPE while drawing 
Images with rotation"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/unix/org/apache/harmony/awt/gl/linux/XBlitter.java
 08/15/2007 17:26:14 Patch for HARMONY-4617 "[classlib][awt] NPE while drawing 
Images with rotation"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/unix/org/apache/harmony/awt/gl/linux/XSurface.java
 08/15/2007 17:26:14 Patch for HARMONY-4617 "[classlib][awt] NPE while drawing 
Images with rotation"
modified leoli  
/harmony/enhanced/classlib/trunk/modules/logging/src/test/resources/config/java/util/logging/logging.config
 08/15/2007 16:35:00 Apply patch for HARMONY-4594( [classlib][logging] Logger 
should read handlers property with comma or spaces seperation).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/LoggerTest.java
 08/15/2007 16:35:00 Apply patch for HARMONY-4594( [classlib][logging] Logger 
should read handlers property with comma or spaces seperation).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/Logger.java
 08/15/2007 16:35:00 Apply patch for HARMONY-4594( [classlib][logging] Logger 
should read handlers property with comma or spaces seperation).
deleted pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/BeanInfoData.java
 08/15/2007 15:15:06 Remove the redundant package private classes in 
java.beans, they are not referenced any more
modified pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventSetDescriptor.java
 08/15/2007 15:15:06 Remove the redundant package private classes in 
java.beans, they are not referenced any more
deleted pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/BeanInfoWrapper.java
 08/15/2007 15:15:06 Remove the redundant package private classes in 
java.beans, they are not referenced any more
deleted pyang  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/BeanInfoImpl.java
 08/15/2007 15:15:06 Remove the redundant package private classes in 
java.beans, they are not referenced any more
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h 
08/15/2007 14:38:46 Fix for HARMONY-4452 "[drlvm][jit] write barrier in OPT 
does not catch all reference fields updates"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 08/15/2007 
14:38:46 Fix for HARMONY-4452 "[drlvm][jit] write barrier in OPT does not catch 
all reference fields updates"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
 08/15/2007 14:38:46 Fix for HARMONY-4452 "[drlvm][jit] write barrier in OPT 
does not catch all reference fields updates"
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_instr.cpp 
08/15/2007 14:38:46 Fix for HARMONY-4452 "[drlvm][jit] write barrier in OPT 
does not catch all reference fields updates"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server_static.emconf 
08/15/2007 13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' 
optimization pass can be safely removed from all Jitrino.OPT configuration"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/client.emconf 08/15/2007 
13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' optimization pass 
can be safely removed from all Jitrino.OPT configuration"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/client.emconf 08/15/2007 
13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' optimization pass 
can be safely removed from all Jitrino.OPT configuration"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/opt.emconf 08/15/2007 
13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' optimization pass 
can be safely removed from all Jitrino.OPT configuration"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/opt.emconf 08/15/2007 
13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' optimization pass 
can be safely removed from all Jitrino.OPT configuration"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 08/15/2007 
13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' optimization pass 
can be safely removed from all Jitrino.OPT configuration"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server.emconf 08/15/2007 
13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' optimization pass 
can be safely removed from all Jitrino.OPT configuration"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server_static.emconf 
08/15/2007 13:20:02 Fix for HARMONY-4627 [drlvm][jit][opt] 'markglobals' 
optimization pass can be safely removed from all Jitrino.OPT configuration"
modified leoli  
/harmony/enhanced/classlib/trunk/modules/auth/src/test/java/common/org/ietf/jgss/OidTest.java
 08/15/2007 10:15:01 Add testcase for org.ietf.jgss.Oid to ensure it support 
kerberos v5.

Reply via email to