BUILD COMPLETE: build.133

Date of build:  05/21/2007 09:49:12
Time to build:  24 minutes 47 seconds
Last changed:   05/20/2007 02:22:00
Last log entry: Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VM
data structures exposed by getZipCachePool() VMI function".


***********************************************************
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 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 = r539996, (May 21 2007), Linux/ia32/gcc 3.3.3, release build
http://incubator.apache.org/harmony
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 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:      (92)
            
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_pl.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_hu.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/deflater.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luniglob.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_tr.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/defines.mak 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh_CN.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.h
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/build.xml 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/jarfile.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_es.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zcpool.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_it.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/shared/inst_agt.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ja.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/inflater.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_fr.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/build.xml 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ca.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ru.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/DoxygenSupport.txt
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipcache.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh_TW.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/defines.mk 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/DoxygenSupport.txt
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_cs.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ko.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip 05/20/2007 
02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal 
VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_sk.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_sl.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipalloc.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archiveglob.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/vmi.h
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_de.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzipnls.h
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hyzip.h
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipsup.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  /harmony/enhanced/classlib/trunk/make/properties.xml 
05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipsup.h
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_pt_BR.nls
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
added hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip.c
 05/20/2007 02:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide 
internal VMdata structures exposed by getZipCachePool() VMI function".
modified ayza  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PipedInputStream.java
 05/20/2007 00:02:49 Applying patch for PipedInputStream from HARMONY-3347 
([classlib][io] ant exec.redirector is unstable while works on HDK)
modified ayza  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/image/ImageDecoder.java
 05/19/2007 18:12:11 Applying patch from HARMONY-3602 
([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current 
thread)
modified hindessm  /harmony/enhanced/drlvm/trunk/build/make/build_component.xml 
05/19/2007 13:38:23 Adding osfamily parameter to <select/>.
modified hindessm  /harmony/enhanced/drlvm/trunk/build/make/selector.xsl 
05/19/2007 13:38:23 Adding osfamily parameter to <select/>.
modified hindessm  /harmony/enhanced/drlvm/trunk/build/make/setup.xml 
05/19/2007 03:16:07 Fixing linux to unix and adding macosx.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/targets/ehwa.test.xml 05/19/2007 
03:16:07 Fixing linux to unix and adding macosx.
modified hindessm  /harmony/enhanced/drlvm/trunk/build/make/build.xml 
05/19/2007 01:44:54 Fixing linux to unix.
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp 05/18/2007 
23:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow 
analysis error' is reported for class in AXIS2 server binary distribution
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_subroutine.cpp 
05/18/2007 23:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data 
flow analysis error' is reported for class in AXIS2 server binary distribution
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp 05/18/2007 
23:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow 
analysis error' is reported for class in AXIS2 server binary distribution
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp 
05/18/2007 23:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data 
flow analysis error' is reported for class in AXIS2 server binary distribution
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Graph.cpp 05/18/2007 
23:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow 
analysis error' is reported for class in AXIS2 server binary distribution
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_real.h 05/18/2007 
23:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow 
analysis error' is reported for class in AXIS2 server binary distribution
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 
05/18/2007 21:47:03 Applied HARMONY-3056 [drlvm][classloader] EUT 
intermittemintly fail on assertion in classloader
modified ayza  
/harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/zip/GZIPInputStream.java
 05/18/2007 21:04:18 Applying another patch from HARMONY-3703 ( 
[classlib][archive][netbeans] GZIPInputStream throws IOException when feeding 
from the network)
modified ayza  
/harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/GZIPInputStreamTest.java
 05/18/2007 21:04:18 Applying another patch from HARMONY-3703 ( 
[classlib][archive][netbeans] GZIPInputStream throws IOException when feeding 
from the network)
modified varlax  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.ia64.jit
 05/18/2007 18:01:59 Excluded test for HARMONY-3905
modified varlax  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.ia64.int
 05/18/2007 13:05:44 Unexcluded tests for HARMONY-3758
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/compile.cpp 
05/18/2007 12:45:37 Applied HARMONY-3370,HARMONY-3371,HARMONY-3728 [drlvm] 
known thread-unsafe operations markup
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp 
05/18/2007 12:45:37 Applied HARMONY-3370,HARMONY-3371,HARMONY-3728 [drlvm] 
known thread-unsafe operations markup
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJITInterface.cpp 
05/18/2007 12:45:37 Applied HARMONY-3370,HARMONY-3371,HARMONY-3728 [drlvm] 
known thread-unsafe operations markup

Reply via email to