BUILD COMPLETE: build.186
Date of build: 06/08/2007 14:32:44
Time to build: 18 minutes 33 seconds
Last changed: 06/08/2007 12:57:51
Last log entry: HARMONY-4095 Compilation under MSVC fixed
***********************************************************
Execution log (errors/warnings messages):
========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java
(at line 57)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java
(at line 28)
import java.io.File;
^^^^^^^^^^^^
The import java.io.File is never used
----------
----------
3. WARNING in
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 113)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 248)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 283)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 354)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 1829)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 1897)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 2117)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 2127)
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/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ExceptionTest.java
(at line 187)
long frameID = reply.getNextValueAsFrameID();
^^^^^^^
The local variable frameID is never read
----------
----------
12. WARNING in
/export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java
(at line 449)
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
----------
12 problems (12 warnings)
JPDA exclude list:
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude
Running JPDA tests
Debugger JVM=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre/bin/java
Debuggee JVM=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre/bin/java
The GC did not provide gc_add_weak_root_set_entry()
SAMSA exclude list:
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre
Run jdk/bin/java -version in
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r545433, (Jun 8 2007), Linux/em64t/gcc 3.3.3, release build
http://harmony.apache.org
Run jdk/bin/javac -version in
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/javah in
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/users/tst/cc/projects/trunk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java
(at line 23)
private static final long xxx2 = 1;
^^^^
The field Test01.xxx2 is never read locally
----------
1 problem (1 warning)
TOOLS exclude list:
/export/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/users/tst/cc/projects/trunk/target/hdk/jdk/jre
The GC did not provide gc_add_weak_root_set_entry()
The test report is in
/export/users/tst/cc/projects/trunk/working_jdktools/build/test_report/html/index.html
***********************************************************
Unit Tests: (136)
***********************************************************
Modifications since last successful build: (79)
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd.cpp
06/08/2007 12:57:51 HARMONY-4095 Compilation under MSVC fixed
modified varlax
/harmony/enhanced/drlvm/trunk/vm/interpreter/src/interpreter.cpp 06/08/2007
12:57:51 HARMONY-4095 Compilation under MSVC fixed
modified varlax
/harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj
06/08/2007 12:57:51 HARMONY-4095 Compilation under MSVC fixed
modified varlax
/harmony/enhanced/drlvm/trunk/build/custom/msvc_2005/jitrino/jitrino.vcproj
06/08/2007 12:57:51 HARMONY-4095 Compilation under MSVC fixed
modified varlax /harmony/enhanced/drlvm/trunk/build/custom/msvc_2005/drlvm.sln
06/08/2007 12:57:51 HARMONY-4095 Compilation under MSVC fixed
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/Runtime_lnx.cpp
06/08/2007 01:20:40 Applied modified patch from HARMONY-4078 [drlvm][kernel]
Runtime.exec() hangs on Linux
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class.cpp 06/08/2007
01:19:38 Apply patch from HARMONY-4071 [drlvm][classloader][tc] Known/proven
race conditions markup at class.h:(1781/1782) at instance_allocated function
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/BitSet.java
06/07/2007 22:19:21 Apply modified patch for HARMONY-4051 ([classlib][luni]
Performance improvement of java.util.BitSet)
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/BitSetTest.java
06/07/2007 22:19:21 Apply modified patch for HARMONY-4051 ([classlib][luni]
Performance improvement of java.util.BitSet)
added tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/serialization/tests/api/java/util/BitSetTest.golden.ser
06/07/2007 22:19:21 Apply modified patch for HARMONY-4051 ([classlib][luni]
Performance improvement of java.util.BitSet)
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.int
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.opt
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv
06/07/2007 21:35:17 Corrected ManyThreadsTest name in exclude lists
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/include/environment.h 06/07/2007
20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make interned strings
garbage collectable
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 06/07/2007
20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make interned strings
garbage collectable
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/vm_strings.cpp 06/07/2007
20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make interned strings
garbage collectable
added gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/org/apache/harmony/kernel/vm/InternMap.java
06/07/2007 20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make
interned strings garbage collectable
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/include/vm_strings.h 06/07/2007
20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make interned strings
garbage collectable
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_kernel_vm_VM.cpp
06/07/2007 20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make
interned strings garbage collectable
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/org/apache/harmony/kernel/vm/VM.java
06/07/2007 20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make
interned strings garbage collectable
added gshimansky
/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Intern.java 06/07/2007
20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make interned strings
garbage collectable
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp
06/07/2007 20:53:34 Apply patch from HARMONY-1016 [drlvm][kernel] Make interned
strings garbage collectable
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.jit
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.int
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.opt
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv
06/07/2007 19:53:38 Excluded thread.ManyThreadsTest because of HARMONY-3639
modified varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
06/07/2007 19:45:20 Excluded H2113 due to HARMONY-4093
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H2113/ExcInFinallyTest.j
06/07/2007 19:32:53 Applied HARMONY-2113 [drlvm][jit][opt] Jitrino.OPT loops
infinitely in inlineJSR() when an exception from a subroutine (JSR->RET) is
expected
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H2113/Test.java
06/07/2007 19:32:53 Applied HARMONY-2113 [drlvm][jit][opt] Jitrino.OPT loops
infinitely in inlineJSR() when an exception from a subroutine (JSR->RET) is
expected
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/FlowGraph.cpp 06/07/2007
19:32:53 Applied HARMONY-2113 [drlvm][jit][opt] Jitrino.OPT loops infinitely in
inlineJSR() when an exception from a subroutine (JSR->RET) is expected
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H2113
06/07/2007 19:32:53 Applied HARMONY-2113 [drlvm][jit][opt] Jitrino.OPT loops
infinitely in inlineJSR() when an exception from a subroutine (JSR->RET) is
expected
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H2113/run.test.xml 06/07/2007
19:32:53 Applied HARMONY-2113 [drlvm][jit][opt] Jitrino.OPT loops infinitely in
inlineJSR() when an exception from a subroutine (JSR->RET) is expected
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.cpp 06/07/2007
19:25:53 Applied HARMONY-3658 [drlvm][jit] Incorrect class resolution /
initialization order in JET and OPT compilers
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_obj.cpp
06/07/2007 19:25:53 Applied HARMONY-3658 [drlvm][jit] Incorrect class
resolution / initialization order in JET and OPT compilers
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3658/Test.java
06/07/2007 19:25:53 Applied HARMONY-3658 [drlvm][jit] Incorrect class
resolution / initialization order in JET and OPT compilers
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3658
06/07/2007 19:25:53 Applied HARMONY-3658 [drlvm][jit] Incorrect class
resolution / initialization order in JET and OPT compilers
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H3658/run.test.xml 06/07/2007
19:25:53 Applied HARMONY-3658 [drlvm][jit] Incorrect class resolution /
initialization order in JET and OPT compilers
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.cpp
06/07/2007 18:47:07 Applied HARMONY-4031 [drlvm][jit]Incorrect escape state is
set for callee's returned value
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.h 06/07/2007
18:47:07 Applied HARMONY-4031 [drlvm][jit]Incorrect escape state is set for
callee's returned value
modified varlax
/harmony/enhanced/classlib/trunk/modules/prefs/make/exclude.windows.x86_64.drl
06/07/2007 17:24:57 Updated
x-lists:#HARMONY-3617org/apache/harmony/prefs/tests/java/util/prefs/AbstractPreferencesTest.java
modified varlax
/harmony/enhanced/classlib/trunk/modules/prefs/make/exclude.windows.x86.drl
06/07/2007 17:24:57 Updated
x-lists:#HARMONY-3617org/apache/harmony/prefs/tests/java/util/prefs/AbstractPreferencesTest.java
modified ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
06/07/2007 17:16:25 Applying patch from HARMONY-3981 ([classlib][launcher]
command line options order should not matter)
modified varlax
/harmony/enhanced/classlib/trunk/modules/swing/make/exclude.windows.x86.drl
06/07/2007 11:54:36 Excluded
tests:#HARMONY-3968javax/swing/text/html/FormViewTest.java#HARMONY-3969javax/swing/text/html/HTMLEditorKitTest.java
modified varlax
/harmony/enhanced/classlib/trunk/modules/swing/make/exclude.windows.x86.ibm
06/07/2007 11:54:36 Excluded
tests:#HARMONY-3968javax/swing/text/html/FormViewTest.java#HARMONY-3969javax/swing/text/html/HTMLEditorKitTest.java
modified varlax
/harmony/enhanced/classlib/trunk/modules/swing/make/exclude.windows.x86_64.drl
06/07/2007 11:54:36 Excluded
tests:#HARMONY-3968javax/swing/text/html/FormViewTest.java#HARMONY-3969javax/swing/text/html/HTMLEditorKitTest.java
added wjwashburn
/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/InterruptWait.java
06/07/2007 00:40:15 harmony-3641 bug is fixed. This patch substantially
reducesthe rate of spurious interrupts. "build test2" passes for the most part
modified wjwashburn
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_interrupt.c
06/07/2007 00:40:15 harmony-3641 bug is fixed. This patch substantially
reducesthe rate of spurious interrupts. "build test2" passes for the most part
modified wjwashburn
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_fat_monitor.c
06/07/2007 00:40:15 harmony-3641 bug is fixed. This patch substantially
reducesthe rate of spurious interrupts. "build test2" passes for the most part
modified wjwashburn
/harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h 06/07/2007
00:40:15 harmony-3641 bug is fixed. This patch substantially reducesthe rate
of spurious interrupts. "build test2" passes for the most part
modified tellison
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java
06/06/2007 19:41:20 Apply patch HARMONY-4065 ([classlib] [jndi] Javadoc
updates in org.apache.harmony.jndi.provider.rmi.registry.RegistryContext)
modified tellison
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PropertyEditorManagerRegressionTest.java
06/06/2007 19:35:15 Apply patch HARMONY-4062
([classlib][beans]org.apache.harmony.beans.editors.ColorEditor lacks support
for setAsText)
modified tellison
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/editors/ColorEditor.java
06/06/2007 19:35:15 Apply patch HARMONY-4062
([classlib][beans]org.apache.harmony.beans.editors.ColorEditor lacks support
for setAsText)
modified tellison
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyfile.c
06/06/2007 19:27:18 Apply patch HARMONY-4012 ([classlib][luni]
OSFileSystem.open can't open system special files(nul))
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/FileOutputStreamTest.java
06/06/2007 19:27:18 Apply patch HARMONY-4012 ([classlib][luni]
OSFileSystem.open can't open system special files(nul))
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/make/exclude.windows.x86.drl
06/06/2007 18:41:41 Applied HARMONY-4046 [jdktools][jpda] JDWP test fails on
Windows: org.apache.harmony.jpda.tests.jdwp.ThreadReference.InterruptTest
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Hashtable.java
06/06/2007 18:16:45 Apply patch HARMONY-4067 ([classlib][luni]
java.util.Hashtable has a problem with contains)
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ArrayList.java
06/06/2007 18:08:59 Apply patch for HARMONY-4060 ([classlib][luni] Performance
improvement of java.util.ArrayList)
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF 06/06/2007
17:57:16 Add dependency on URLDecodingImageSource for LUNI.
modified tellison
/harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/SocketChannelImpl.java
06/06/2007 17:13:53 Fix some minor compile warnings.
modified tellison
/harmony/enhanced/classlib/trunk/modules/nio/src/main/java/java/nio/MappedByteBufferAdapter.java
06/06/2007 17:13:53 Fix some minor compile warnings.
modified tellison
/harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/ServerSocketChannelImpl.java
06/06/2007 17:13:53 Fix some minor compile warnings.
modified tellison
/harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/DatagramChannelImpl.java
06/06/2007 17:13:53 Fix some minor compile warnings.
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Collections.java
06/06/2007 17:04:23 Apply patch HARMONY-4061 ([classlib][luni] Performance
improvement of java.util.Collections)