BUILD COMPLETE: build.138
Date of build: 06/06/2007 18:27:26
Time to build: 50 minutes 36 seconds
Last changed: 06/06/2007 18:16:45
Last log entry: Apply patch HARMONY-4067 ([classlib][luni] java.util.Hashtable
has a problem with contains)
***********************************************************
Execution log (errors/warnings messages):
========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/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/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude
Running JPDA tests
Debugger JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java
Debuggee JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java
The GC did not provide gc_add_weak_root_set_entry()
SAMSA exclude list:
/export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre
Run jdk/bin/java -version in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r544798, (Jun 6 2007), Linux/ia32/gcc 3.3.3, release build
http://harmony.apache.org
Run jdk/bin/javac -version in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/javah in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/cruise_hdk/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/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre
The GC did not provide gc_add_weak_root_set_entry()
The test report is in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report/html/index.html
***********************************************************
Unit Tests: (136)
***********************************************************
Modifications since last successful build: (84)
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)
modified hindessm
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EnumMap.java
06/06/2007 01:17:52 Applying patch from "[#HARMONY-4050] [classlib] [luni]
Javadoc changes for java.util.EnumMap".
modified odeakin
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyfile.c
06/05/2007 22:58:44 Two small fixes: - Windows port library hyfile_seek fixed
on Windows so it does the right thing for negative offset values. - Fix to port
library hyfile tests to avoid issues with platform dependant line endings.
modified odeakin
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c
06/05/2007 22:58:44 Two small fixes: - Windows port library hyfile_seek fixed
on Windows so it does the right thing for negative offset values. - Fix to port
library hyfile tests to avoid issues with platform dependant line endings.
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/method_lookup.cpp
06/05/2007 22:12:41 Applied HARMONY-4045 [drlvm][classloader][tc]Known/proven
race conditions markup at vm\vmcore\src\class_support\method_lookup.cpp at find
function
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/object/vm_arrays.cpp 06/05/2007
22:11:56 Applied HARMONY-4027 [drlvm][object][tc]Known/proven race conditions
markup at \vm\vmcore\src\object\vm_arrays.cpp at
vm_anewarray_resolved_array_type function.
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class.cpp 06/05/2007
22:10:41 Applied HARMONY-4015 [drlvm][classloader][tc] Known/proven race
conditions markup at "class.cpp" at func helper_get_interface_vtable() (499-514)
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp
06/05/2007 22:09:47 Applied HARMONY-3979 [drlvm][classloader][tc] Known/proven
race conditions markup at "string_pool.cpp":319
modified gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
06/05/2007 16:15:22 Excluded H2926 for windows x86_64 because JVMTI is not yet
implemented for x86_64
modified gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64
06/05/2007 16:15:22 Excluded H2926 for windows x86_64 because JVMTI is not yet
implemented for x86_64
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/windows/makefile
06/05/2007 15:29:55 Added HY_NO_THR clause to windows makefiles.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/windows/makefile
06/05/2007 15:29:55 Added HY_NO_THR clause to windows makefiles.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/windows/makefile
06/05/2007 15:29:55 Added HY_NO_THR clause to windows makefiles.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init/windows/makefile
06/05/2007 15:29:55 Added HY_NO_THR clause to windows makefiles.
modified tellison
/harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/StreamHandler.java
06/04/2007 22:03:21 Apply patch HARMONY-4041 ([classlib] [logging] Updated
Javadoc for java.util.logging.StreamHandler)
modified tellison
/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF
06/04/2007 22:02:19 Update logging dependencies.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/unix/makefile
06/04/2007 19:50:51 Trying to get portlib tests to run when hy.no.thr=true.
modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/build.xml
06/04/2007 19:50:51 Trying to get portlib tests to run when hy.no.thr=true.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init/unix/makefile
06/04/2007 19:50:51 Trying to get portlib tests to run when hy.no.thr=true.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c
06/04/2007 19:50:51 Trying to get portlib tests to run when hy.no.thr=true.
modified hindessm /harmony/enhanced/classlib/trunk/make/properties.xml
06/04/2007 19:50:51 Trying to get portlib tests to run when hy.no.thr=true.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix/makefile
06/04/2007 19:50:51 Trying to get portlib tests to run when hy.no.thr=true.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix/makefile
06/04/2007 19:50:51 Trying to get portlib tests to run when hy.no.thr=true.
modified hindessm /harmony/enhanced/classlib/trunk/build.xml 06/04/2007
19:49:53 Make sure we update properties.xml in hdk before running tests.
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/bcproc.cpp
06/04/2007 19:16:43 Applied fix for HARMONY-3382 [drlvm][jit][jet][EUT] 1 test
from org.eclipse.jdt.core.tests.compiler.parser.TestAll suit fails fails due to
assert in JET, regtest is pending.
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_regs.cpp
06/04/2007 19:16:43 Applied fix for HARMONY-3382 [drlvm][jit][jet][EUT] 1 test
from org.eclipse.jdt.core.tests.compiler.parser.TestAll suit fails fails due to
assert in JET, regtest is pending.
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp
06/04/2007 19:16:43 Applied fix for HARMONY-3382 [drlvm][jit][jet][EUT] 1 test
from org.eclipse.jdt.core.tests.compiler.parser.TestAll suit fails fails due to
assert in JET, regtest is pending.
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server_static.emconf
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/FastArrayFilling.cpp
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/AbcdFlags.h
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H1788
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd_solver.cpp
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/MapSet.h
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Inst.h
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcd.cpp 06/04/2007
19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph generation
from HIR
added varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd_solver.h
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd.cpp
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H1788/abcdTest.java
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 06/04/2007
19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph generation
from HIR
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server.emconf 06/04/2007
19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph generation
from HIR
added varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/insertpi.cpp
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/abcd.h 06/04/2007
19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph generation
from HIR
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/HashSet.h
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd.h
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/insertpi.h
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H1788/run.test.xml 06/04/2007
19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph generation
from HIR
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server_static.emconf
06/04/2007 19:12:02 Applied HARMONY-1788 [drlvm][jit][abcd] Inequality graph
generation from HIR
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core/EventDispatcher.cpp
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/share/JDWPUnitDebuggeeWrapper.java
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core/EventDispatcher.h
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core/PacketDispatcher.cpp
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core/ThreadManager.cpp
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core/PacketDispatcher.h
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core/ThreadManager.h
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified gshimansky
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/common/agent/core/TransportManager.cpp
06/04/2007 18:25:04 Applied workaround from HARMONY-3314 [jdktools][jpda]
DRLVM hangs on exit while detaching thread
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/jet.cpp
06/04/2007 17:33:21 Postfix to HARMONY-4010.
modified tellison
/harmony/enhanced/jdktools/trunk/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/OwnedMonitorsTest.java
06/04/2007 16:48:16 Apply patch HARMOMY-4002 ([jdktools][jpda] JDWP test
org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsTest is
ambigous)
modified tellison
/harmony/enhanced/jdktools/trunk/modules/jpda/make/exclude.common 06/04/2007
16:48:16 Apply patch HARMOMY-4002 ([jdktools][jpda] JDWP test
org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsTest is
ambigous)
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/IpfCodeGenerator.cpp
06/04/2007 16:29:18 Fixed IPF compilation
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/IpfIrPrinter.cpp
06/04/2007 16:29:18 Fixed IPF compilation
added ayza
/harmony/enhanced/classlib/trunk/support/src/test/java/tests/resources/Harmony.png
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
added ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/content
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
added ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/content/image
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
modified ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/URLTest.java
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
added ayza
/harmony/enhanced/classlib/trunk/support/src/test/java/tests/resources/Harmony.jpg
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
added ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/content/image/png.java
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
added ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/content/image/gif.java
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
added ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/content/image/jpeg.java
06/04/2007 16:07:19 Applying patch and test for HARMONY-1718 ([classlib][luni]
Junit AWTRunner there is no JU icon on the window title)
modified tellison /harmony/enhanced/classlib/trunk/THIRD_PARTY_NOTICES.txt
06/04/2007 15:14:50 Update MX4J version number, and remove duplication.
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/border/MatteBorder.java
06/04/2007 14:03:13 Applying patch from HARMONY-2589 ([classlib][swing][plaf]
javax.swing.plaf.BorderUIResource.MatteBorderUIResource(null) throws NPE)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/border/MatteBorderTest.java
06/04/2007 14:03:13 Applying patch from HARMONY-2589 ([classlib][swing][plaf]
javax.swing.plaf.BorderUIResource.MatteBorderUIResource(null) throws NPE)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/border/EmptyBorder.java
06/04/2007 14:03:13 Applying patch from HARMONY-2589 ([classlib][swing][plaf]
javax.swing.plaf.BorderUIResource.MatteBorderUIResource(null) throws NPE)
modified ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/DatagramSocketTest.java
06/03/2007 04:18:48 Applying significantly reworked patch from HARMONY-2276
([classlib][net] DatagramPacket truncate packet length different than RI)
modified ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/MulticastSocketTest.java
06/03/2007 04:18:48 Applying significantly reworked patch from HARMONY-2276
([classlib][net] DatagramPacket truncate packet length different than RI)
modified ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/DatagramPacket.java
06/03/2007 04:18:48 Applying significantly reworked patch from HARMONY-2276
([classlib][net] DatagramPacket truncate packet length different than RI)
modified ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/DatagramSocket.java
06/03/2007 04:18:48 Applying significantly reworked patch from HARMONY-2276
([classlib][net] DatagramPacket truncate packet length different than RI)