BUILD COMPLETE: build.208
Date of build: 07/04/2007 23:15:39
Time to build: 23 minutes 42 seconds
Last changed: 07/04/2007 22:21:07
Last log entry: clean up compiler warnings in io module, no functional change.
***********************************************************
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 = r553229, (Jul 4 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: (135)
***********************************************************
Modifications since last successful build: (124)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest5.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/StreamTokenizerTest.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/StringBufferInputStreamTest.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest1.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest2.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest3.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest4.java
07/04/2007 22:21:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java
07/04/2007 21:32:32 Apply patch Harmony-4340 ([jdktools][tools] update javac
wrapper with ECJ 3.3)
added tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/InputStreamTest.java
07/04/2007 19:59:54 Fix Harmony-4337 ([classlib][luni] Compatibility:
InputStream.read(null, offset, len) exception throwing order differs on Harmony
and RI if offset is negative)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InputStream.java
07/04/2007 19:59:54 Fix Harmony-4337 ([classlib][luni] Compatibility:
InputStream.read(null, offset, len) exception throwing order differs on Harmony
and RI if offset is negative)
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/CommonGraphics2DFactory.java
07/04/2007 17:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws
HeadlessExcetion if headless"
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/wtk/GraphicsFactory.java
07/04/2007 17:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws
HeadlessExcetion if headless"
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/ToolkitImpl.java
07/04/2007 17:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws
HeadlessExcetion if headless"
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeEmitter.cpp
07/04/2007 16:01:12 Fix for HARMONY-4318Enabling lazy resolution mode in JET
for 32-bit platforms by default
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeLayout.cpp
07/04/2007 16:01:12 Fix for HARMONY-4318Enabling lazy resolution mode in JET
for 32-bit platforms by default
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp
07/04/2007 16:01:12 Fix for HARMONY-4318Enabling lazy resolution mode in JET
for 32-bit platforms by default
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupportTest.java
07/04/2007 15:47:04 BeanContextSupport.classEquals() should throw NPE on null
parameters
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java
07/04/2007 15:47:04 BeanContextSupport.classEquals() should throw NPE on null
parameters
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextEventTest.java
07/04/2007 15:41:10 Add serialization test and golden file for
java.beans.beancontext.BeanContextEvent
added pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/serialization/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextEventTest.golden.ser
07/04/2007 15:41:10 Add serialization test and golden file for
java.beans.beancontext.BeanContextEvent
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp
07/04/2007 11:38:21 Fix HARMONY-4325 : undefine verify macros in
01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.h
07/04/2007 11:38:21 Fix HARMONY-4325 : undefine verify macros in
01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_alloc.cpp
07/04/2007 11:38:21 Fix HARMONY-4325 : undefine verify macros in
01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.cpp
07/04/2007 11:38:21 Fix HARMONY-4325 : undefine verify macros in
01_mark_sweep.patch for Tick project
added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_alloc.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.h 07/04/2007
10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_gen.xml
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/free_area_pool.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 07/04/2007
10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_block.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
deleted xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
deleted xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/free_area_pool.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 07/04/2007
10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.h 07/04/2007
10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los 07/04/2007 10:01:01
HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_sweep.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.cpp 07/04/2007
10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
deleted xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace_alloc_collect.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_alloc.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_common.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_mutator_effect.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
deleted xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/free_area_pool.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/free_area_pool.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
added xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
deleted xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.h
07/04/2007 10:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project
modified leoli
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java
07/04/2007 09:58:25 Apply patch for HARMONY-4141([classlib][jndi]
InitialContext.getURLOrDefaultInitCtx() optimization)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectStreamFieldTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/NotActiveExceptionTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/LineNumberInputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/PipedInputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/InputStreamReaderTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ByteArrayOutputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectInputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectOutputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SequenceInputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ObjectInputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/DataInputStreamTest.java
07/03/2007 23:52:07 clean up compiler warnings in io module, no functional
change.
modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/.classpath
07/03/2007 23:38:48 correct output path for impl tests
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/LineNumberReader.java
07/03/2007 23:24:57 Fix Harmony-4294 ([classlib][io] LineNumberReader treats
\r\n as two lines)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/LineNumberReaderTest.java
07/03/2007 23:24:57 Fix Harmony-4294 ([classlib][io] LineNumberReader treats
\r\n as two lines)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/OutputStream.java
07/03/2007 20:27:48 Fix Harmony-4311 ([classlib][luni] Compatibility:
OutputStream.write(null, off, len) exception throwing order differs on Harmony
and RI)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/PipedOutputStreamTest.java
07/03/2007 20:27:48 Fix Harmony-4311 ([classlib][luni] Compatibility:
OutputStream.write(null, off, len) exception throwing order differs on Harmony
and RI)
modified ivavladimir
/harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl
07/03/2007 15:19:32 exclude test due to HARMONY-4307
modified mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
07/03/2007 14:13:40 Excluding HARMONY-4267 regression test for x86_64
platforms. JIT does not support unresolved types for compressed references
today.
modified mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64
07/03/2007 14:13:40 Excluding HARMONY-4267 regression test for x86_64
platforms. JIT does not support unresolved types for compressed references
today.
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
modified pyang /harmony/enhanced/classlib/trunk/modules/luni/.classpath
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
modified pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpURLConnection.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol/http
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
modified pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/HttpsURLConnection.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol/http/PersistenceTest.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConnectionManager.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
modified pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/HttpURLConnectionTest.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConnection.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
modified pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/HttpsURLConnectionTest.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConfiguration.java
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
modified pyang /harmony/enhanced/classlib/trunk/modules/luni/build.xml
07/03/2007 13:08:23 Apply patch for HARMONY-617([classlib][luni]
HttpURLConnection does not support persistent connections)
modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/include/init.h 07/03/2007
09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does
the following things:1. reports error if -XX propery format is broken
(-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a
proper specification (of empty value) while '-XX:gc.dll' argument produces
error ('initialize_properties' returnns the status code now).2. renamed
'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check
that "gc.dll" property is always set (the vm_init code expects this property is
set either to default value or it is set through command line) 2.2 remove
"parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of
DLLs)I've tested DRLVM with different variants of related command line - works
as expected.
modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp
07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached
patch does the following things:1. reports error if -XX propery format is
broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll='
is a proper specification (of empty value) while '-XX:gc.dll' argument produces
error ('initialize_properties' returnns the status code now).2. renamed
'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check
that "gc.dll" property is always set (the vm_init code expects this property is
set either to default value or it is set through command line) 2.2 remove
"parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of
DLLs)I've tested DRLVM with different variants of related command line - works
as expected.
modified xli
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 07/03/2007
09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does
the following things:1. reports error if -XX propery format is broken
(-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a
proper specification (of empty value) while '-XX:gc.dll' argument produces
error ('initialize_properties' returnns the status code now).2. renamed
'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check
that "gc.dll" property is always set (the vm_init code expects this property is
set either to default value or it is set through command line) 2.2 remove
"parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of
DLLs)I've tested DRLVM with different variants of related command line - works
as expected.
modified xli
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 07/03/2007
09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does
the following things:1. reports error if -XX propery format is broken
(-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a
proper specification (of empty value) while '-XX:gc.dll' argument produces
error ('initialize_properties' returnns the status code now).2. renamed
'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check
that "gc.dll" property is always set (the vm_init code expects this property is
set either to default value or it is set through command line) 2.2 remove
"parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of
DLLs)I've tested DRLVM with different variants of related command line - works
as expected.
modified ndbeyer /harmony/enhanced/common_resources/build/depends.properties
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer /harmony/enhanced/common_resources/build/depends.xml
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer /harmony/enhanced/jdktools/trunk/make/depends.properties
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer /harmony/enhanced/classlib/trunk/make/depends.properties
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer /harmony/enhanced/common_resources/build/depends.properties
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer /harmony/enhanced/common_resources/build/depends.xml
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer /harmony/enhanced/jdktools/trunk/make/depends.properties
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer /harmony/enhanced/classlib/trunk/make/depends.properties
07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize
common_resources depends.properties and depends.xml with classlib's version