BUILD COMPLETE: build.112

Date of build:  05/04/2007 23:43:16
Time to build:  20 minutes 12 seconds
Last changed:   05/04/2007 21:49:17
Last log entry: Add fpic compiler option to C++ files.


***********************************************************
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/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
----------
11 problems (11 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
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 javac in 
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report - 
EXCLUDED
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 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:      (166)
            
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/04/2007 21:49:17 Add fpic compiler option to C++ files.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/04/2007 21:49:17 Add fpic compiler option to C++ files.
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/SyncFactory.java
 05/04/2007 21:34:39 Additional patch for HARMONY-3815 "[classlib][sql] 
japitool reports errors for sql module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/SyncFactory.java
 05/04/2007 21:32:51 Additional patch for HARMONY-3815 "[classlib][sql] 
japitool reports errors for sql module"
modified tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SQLInputImplTest.java
 05/04/2007 21:21:05 Apply patch HARMONY-3810 ([classlib] [sql] Implementation 
and tests for javax.sql.rowset.serial.SQLInputImpl)
added tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/MockRef.java
 05/04/2007 21:21:05 Apply patch HARMONY-3810 ([classlib] [sql] Implementation 
and tests for javax.sql.rowset.serial.SQLInputImpl)
added tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/MockArray.java
 05/04/2007 21:21:05 Apply patch HARMONY-3810 ([classlib] [sql] Implementation 
and tests for javax.sql.rowset.serial.SQLInputImpl)
added tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/MockBlob.java
 05/04/2007 21:21:05 Apply patch HARMONY-3810 ([classlib] [sql] Implementation 
and tests for javax.sql.rowset.serial.SQLInputImpl)
added tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/MockClob.java
 05/04/2007 21:21:05 Apply patch HARMONY-3810 ([classlib] [sql] Implementation 
and tests for javax.sql.rowset.serial.SQLInputImpl)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/BaseRowSetTest.java
 05/04/2007 21:21:05 Apply patch HARMONY-3810 ([classlib] [sql] Implementation 
and tests for javax.sql.rowset.serial.SQLInputImpl)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SQLInputImpl.java
 05/04/2007 21:21:05 Apply patch HARMONY-3810 ([classlib] [sql] Implementation 
and tests for javax.sql.rowset.serial.SQLInputImpl)
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SQLOutputImpl.java
 05/04/2007 21:18:26 Additional patch for HARMONY-3815 "[classlib][sql] 
japitool reports errors for sql module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SQLInputImpl.java
 05/04/2007 21:18:26 Additional patch for HARMONY-3815 "[classlib][sql] 
japitool reports errors for sql module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SQLOutputImpl.java
 05/04/2007 21:03:07 Patch for HARMONY-3815 "[classlib][sql] japitool reports 
errors for sql module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialStruct.java
 05/04/2007 21:03:07 Patch for HARMONY-3815 "[classlib][sql] japitool reports 
errors for sql module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/SyncFactory.java
 05/04/2007 21:03:07 Patch for HARMONY-3815 "[classlib][sql] japitool reports 
errors for sql module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SQLInputImpl.java
 05/04/2007 21:03:07 Patch for HARMONY-3815 "[classlib][sql] japitool reports 
errors for sql module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/AudioSystem.java
 05/04/2007 20:58:12 Additional patch for HARMONY-3813 "[classlib][sound] 
japitool reports errors for sound module"
modified tellison  /harmony/enhanced/jdktools/trunk/make/build-test.xml 
05/04/2007 20:52:44 Apply patch HARMONY-3803 ([jdktools][build] no exectution 
permission for java launcher while copying JRE for testing)
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/Control.java
 05/04/2007 20:38:01 Patch for HARMONY-3813 "[classlib][sound] japitool reports 
errors for sound module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/midi/MidiSystem.java
 05/04/2007 20:38:01 Patch for HARMONY-3813 "[classlib][sound] japitool reports 
errors for sound module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/LineEvent.java
 05/04/2007 20:38:01 Patch for HARMONY-3813 "[classlib][sound] japitool reports 
errors for sound module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/AudioFormat.java
 05/04/2007 20:38:01 Patch for HARMONY-3813 "[classlib][sound] japitool reports 
errors for sound module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/regex/src/main/java/java/util/regex/UCIDecomposedCharSet.java
 05/04/2007 20:36:53 Patch for HARMONY-3812 "[classlib][regex] japitool reports 
errors for regex module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/regex/src/main/java/java/util/regex/CIDecomposedCharSet.java
 05/04/2007 20:36:53 Patch for HARMONY-3812 "[classlib][regex] japitool reports 
errors for regex module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java
 05/04/2007 20:35:46 Patch for HARMONY-3814 "[classlib][jndi] japitool reports 
errors for jndi module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortControl.java
 05/04/2007 20:35:46 Patch for HARMONY-3814 "[classlib][jndi] japitool reports 
errors for jndi module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/HasControls.java
 05/04/2007 20:35:46 Patch for HARMONY-3814 "[classlib][jndi] japitool reports 
errors for jndi module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsControl.java
 05/04/2007 20:35:46 Patch for HARMONY-3814 "[classlib][jndi] japitool reports 
errors for jndi module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/DataOutputStream.java
 05/04/2007 19:44:00 Additional patch for HARMONY-3795
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/RoundingMode.java
 05/04/2007 18:41:51 Patch for HARMONY-3808 "[classlib][math] japitool reports 
errors for math module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/MathContext.java
 05/04/2007 18:41:51 Patch for HARMONY-3808 "[classlib][math] japitool reports 
errors for math module"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/HeadlessGraphicsEnvironment.java
 05/04/2007 17:59:37 Some japitools errors are fixed in awt module
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/HeadlessToolkit.java
 05/04/2007 17:59:37 Some japitools errors are fixed in awt module
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/Toolkit.java
 05/04/2007 17:59:37 Some japitools errors are fixed in awt module
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/04/2007 17:03:13 Specify fpic option for jdwp code.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/04/2007 17:03:13 Specify fpic option for jdwp code.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/makefile
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/libhlp.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/main_hlp.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/javaw.rc
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
added tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/libhlp.h
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/makefile
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/winmain.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/makefile.javaw
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/cmain.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/java.rc
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/launcher_copyright.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/hyexelibnls.h
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main_hlp.h
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
added tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/apache.ico
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
deleted tellison  /harmony/enhanced/jdktools/trunk/modules/launcher 05/03/2007 
16:40:33 Moving launcher back to classlib from jdktools pending further 
discussion.
added tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/main_hlp.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/strbuf.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/makefile.javae
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/build.xml 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/makefile
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/libhlp.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/main_hlp.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/javaw.rc
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
added tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/libhlp.h
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/makefile
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/winmain.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/makefile.javaw
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/cmain.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/java.rc
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/launcher_copyright.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/hyexelibnls.h
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main_hlp.h
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
added tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/apache.ico
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
deleted tellison  /harmony/enhanced/jdktools/trunk/modules/launcher 05/03/2007 
16:40:33 Moving launcher back to classlib from jdktools pending further 
discussion.
added tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/main_hlp.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/strbuf.c
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
unknown tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/makefile.javae
 05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/build.xml 
05/03/2007 16:40:33 Moving launcher back to classlib from jdktools pending 
further discussion.
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputStream.java
 05/03/2007 14:56:58 Patch for HARMONY-3795 "[classlib][linu] Performance 
improvement for java.io.DataInputStream, java.io.DataOutputStream, 
java.io.ObjectInputStream, java.io.ObjectOutputStream and 
java.io.ObjectStreamClass."
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectOutputStream.java
 05/03/2007 14:56:58 Patch for HARMONY-3795 "[classlib][linu] Performance 
improvement for java.io.DataInputStream, java.io.DataOutputStream, 
java.io.ObjectInputStream, java.io.ObjectOutputStream and 
java.io.ObjectStreamClass."
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/DataInputStream.java
 05/03/2007 14:56:58 Patch for HARMONY-3795 "[classlib][linu] Performance 
improvement for java.io.DataInputStream, java.io.DataOutputStream, 
java.io.ObjectInputStream, java.io.ObjectOutputStream and 
java.io.ObjectStreamClass."
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/DataOutputStream.java
 05/03/2007 14:56:58 Patch for HARMONY-3795 "[classlib][linu] Performance 
improvement for java.io.DataInputStream, java.io.DataOutputStream, 
java.io.ObjectInputStream, java.io.ObjectOutputStream and 
java.io.ObjectStreamClass."
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamClass.java
 05/03/2007 14:56:58 Patch for HARMONY-3795 "[classlib][linu] Performance 
improvement for java.io.DataInputStream, java.io.DataOutputStream, 
java.io.ObjectInputStream, java.io.ObjectOutputStream and 
java.io.ObjectStreamClass."
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/libjdwp.exp
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/launcher/build.xml 
05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/samsa/build.xml 
05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/libdt_socket.exp
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/exports.txt
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/exports.txt
 05/03/2007 03:00:18 More changes to enable the jdktools to compile on linux.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/jpda/build.xml 
05/03/2007 02:18:41 Do a better job of compiling jdktools on unix 
machines.(Still work in progress)
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/03/2007 02:18:41 Do a better job of compiling jdktools on unix 
machines.(Still work in progress)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/03/2007 02:18:41 Do a better job of compiling jdktools on unix 
machines.(Still work in progress)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/winmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/cmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javae
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/makefile.include 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/build.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javaw
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main_hlp.h
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/trunk/build.xml 05/02/2007 23:05:52 Moving 
launcher to jdktools, and fixing up jdktools to build against a HDK 
properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/linux
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/libhlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/winmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/cmain.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javae
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/jdktools/trunk/make/properties.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/makefile.include 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/build.xml 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/windows/makefile.javaw
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/main_hlp.h
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/defines.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
modified tellison  /harmony/enhanced/trunk/build.xml 05/02/2007 23:05:52 Moving 
launcher to jdktools, and fixing up jdktools to build against a HDK 
properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/main_hlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/linux
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
unknown tellison  
/harmony/enhanced/jdktools/trunk/modules/launcher/src/main/native/launcher/shared/libhlp.c
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mk 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
added tellison  
/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  /harmony/enhanced/jdktools/trunk/make/rules.mak 05/02/2007 
23:05:52 Moving launcher to jdktools, and fixing up jdktools to build against a 
HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
deleted tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/linux 
05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)
modified tellison  
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/unix/makefile
 05/02/2007 23:05:52 Moving launcher to jdktools, and fixing up jdktools to 
build against a HDK properly.(This is a work in progress.)

Reply via email to