BUILD COMPLETE: build.167
Date of build: 06/18/2007 18:37:39
Time to build: 44 minutes 8 seconds
Last changed: 06/18/2007 18:34:08
Last log entry: HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT
and Jitrino.JET jits with regression test.
(previous commit was not done from the root folder)
***********************************************************
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 = r548278, (Jun 18 2007), Linux/ia32/gcc 3.3.3, release build
http://harmony.apache.org
Run jdk/bin/javac -version in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/javah in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java
(at line 23)
private static final long xxx2 = 1;
^^^^
The field Test01.xxx2 is never read locally
----------
1 problem (1 warning)
TOOLS exclude list:
/export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre
The GC did not provide gc_add_weak_root_set_entry()
The test report is in
/export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report/html/index.html
***********************************************************
Unit Tests: (136)
***********************************************************
Modifications since last successful build: (34)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.h
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Printer.cpp
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/18/2007
18:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and
Jitrino.JET jits with regression test.(previous commit was not done from the
root folder)
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc_ia32.cpp
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.h
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_tabl.cpp
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_regs.cpp
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc.h
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CopyExpansion.cpp
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_defs.h
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp
06/18/2007 18:34:08 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not
done from the root folder)
added mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/H2092/Test.java 06/18/2007
18:32:36 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and
Jitrino.JET jits with regression test.
added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H2092
06/18/2007 18:32:36 HARMONY-2092: fixes for volatile longs handling in
Jitrino.OPT and Jitrino.JET jits with regression test.
added mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/H2092/run.test.xml 06/18/2007
18:32:36 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and
Jitrino.JET jits with regression test.
deleted mloenko
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContext.java
06/18/2007 18:10:25 removing redundant file
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_meth.cpp
06/18/2007 17:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp
06/18/2007 17:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp
06/18/2007 17:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/java_lang_reflect_VMField.cpp
06/18/2007 17:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers
modified tonywu
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialClob.java
06/18/2007 16:13:07 Apply patch HARMONY-4208 ([classlib][sql]
javax.sql.rowset.serial.SerialClob.getSubString throws
StringIndexOutOfBoundsException when the length value is overflow)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialClobTest.java
06/18/2007 16:13:07 Apply patch HARMONY-4208 ([classlib][sql]
javax.sql.rowset.serial.SerialClob.getSubString throws
StringIndexOutOfBoundsException when the length value is overflow)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java
06/18/2007 16:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class
javax.naming.ldap.SortResponseControl is not serialization compatible)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.java
06/18/2007 16:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class
javax.naming.ldap.SortResponseControl is not serialization compatible)
added tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.golden.ser
06/18/2007 16:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class
javax.naming.ldap.SortResponseControl is not serialization compatible)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java
06/18/2007 15:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class
javax.naming.ldap.Rdn is not serialization compatible)
added tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.golden.ser
06/18/2007 15:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class
javax.naming.ldap.Rdn is not serialization compatible)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java
06/18/2007 15:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class
javax.naming.ldap.Rdn is not serialization compatible)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java
06/18/2007 14:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance
improvement for JNDI module)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java
06/18/2007 14:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance
improvement for JNDI module)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/NamingManager.java
06/18/2007 14:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance
improvement for JNDI module)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/SList.java
06/18/2007 14:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance
improvement for JNDI module)
modified pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TreeMap.java
06/18/2007 14:31:14 Apply patch for HARMONY-4035([luni]TreeMap.remove should
set removed entry links to null to facilitate GC)