BUILD COMPLETE: build.60
Date of build: 07/13/2007 16:06:25
Time to build: 9 minutes 56 seconds
Last changed: 07/13/2007 12:43:54
Last log entry: exclude test due to HARMONY-4008
***********************************************************
Errors/Warnings: (116)
========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
C:\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
C:\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
C:\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
C:\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
C:\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
C:\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
C:\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
C:\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
C:\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
C:\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
C:\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
C:\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:
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
Debugger JVM=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre/bin/java
Debuggee JVM=C:\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:
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre
Run jdk/bin/java -version in
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r555911, (Jul 13 2007), Windows/em64t/msvc 1400, release build
http://harmony.apache.org
Run jdk/bin/javac -version in
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
Run jdk/bin/javah in
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
Run jdk/bin/jarsigner in
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
Run jdk/bin/keytool -help in
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
C:\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:
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.tools.exclude
Running TOOLS tests
test.jre.home=C:\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
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report\html\index.html
***********************************************************
Unit Tests: (134)
All Tests Passed
***********************************************************
Modifications since last successful build: (122)
modified ivavladimir
/harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 07/13/2007
12:43:54 exclude test due to HARMONY-4008
modified ivavladimir
/harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl
07/13/2007 11:16:36 exclude test due to HARMONY-4307
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServicesSupport.java
07/13/2007 10:35:48 The BeanContextServicesSupport#getService() with 5
parameters should not be the public method according to spec
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Collections.java
07/13/2007 10:24:14 Apply patch for the difference of comparation order in
binarySearch between RI and Harmony.
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/CollectionsTest.java
07/13/2007 10:24:14 Apply patch for the difference of comparation order in
binarySearch between RI and Harmony.
modified ayza
/harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/java/awt/BorderLayoutRTest.java
07/12/2007 23:44:43 Applying patch from HARMONY-4085
([classlib][awt][compatibility] BorderLayout does not invoke
Component.setSize(int, int) of its components)
modified ayza
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/BorderLayout.java
07/12/2007 23:44:43 Applying patch from HARMONY-4085
([classlib][awt][compatibility] BorderLayout does not invoke
Component.setSize(int, int) of its components)
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/org/apache/harmony/niochar/CharsetProviderImpl.java
07/12/2007 19:12:14 Patch for HARMONY-4393 "[classlib][nio charset] Charset
KSC_5601 does not contains itself "
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/org/apache/harmony/niochar/charset/additional/x_windows_949.java
07/12/2007 19:12:14 Patch for HARMONY-4393 "[classlib][nio charset] Charset
KSC_5601 does not contains itself "
added ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/ImagePainter.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/SynthStyle.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/org/apache/harmony/x/swing/internal/nls/messages.properties
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/synth/SynthStyleTest.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/SynthGraphicsUtils.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
added ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/XMLSynthStyle.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/SynthLookAndFeel.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/SynthContext.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
added ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/DefaultStyleFactory.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/ColorType.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
added ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/PaintersManager.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
added ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/ColorPainter.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/SynthConstants.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/Region.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
added ayza
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/synth/XMLSynthParser.java
07/12/2007 19:07:16 Committing synth parser implementation from HARMONY-3449
([classlib][swing] Synth parser is not implemented)
modified apetrenko
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 07/12/2007
18:32:22 Patch for HARMONY-4421 "[drlvm][properties] Harmony does not provide
java.runtime.version property"
modified pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Properties.java
07/12/2007 16:36:53 Fix a bug in Properties#load(InputStream) with regression
test, when the bytes read have no \r\n neither '=', for example, a single word,
it should be considered as 1 item, former Harmony implementation just ignore
it.
modified pyang
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/PropertiesTest.java
07/12/2007 16:36:53 Fix a bug in Properties#load(InputStream) with regression
test, when the bytes read have no \r\n neither '=', for example, a single word,
it should be considered as 1 item, former Harmony implementation just ignore
it.
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractList.java
07/12/2007 15:58:31 Apply patch for HARMONY-4398([classlib][luni]AbstractList
does not handle expectedModCount correctly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/AbstractListTest.java
07/12/2007 15:58:31 Apply patch for HARMONY-4398([classlib][luni]AbstractList
does not handle expectedModCount correctly).
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/luni-kernel/src/main/java/java/lang/System.java
07/12/2007 15:34:25 We are more then 1.4.2 for a long time
modified apetrenko
/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/samsa.c
07/12/2007 15:22:58 Patch for HARMONY-4420 "[build][Tomcat 6] jdk\bin does not
have javaw executable"
modified apetrenko /harmony/enhanced/jdktools/trunk/modules/samsa/build.xml
07/12/2007 15:22:58 Patch for HARMONY-4420 "[build][Tomcat 6] jdk\bin does not
have javaw executable"
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_reflect_ProxyPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_reflect_FieldPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/XMLEncoder.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_CharacterPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_IntegerPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/DefaultPersistenceDelegatesFactory.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_ShortPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_LongPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_BytePersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_FloatPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_ClassPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Encoder.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/PersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/ObjectNode.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_DoublePersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/DefaultPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/java_lang_BooleanPersistenceDelegate.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PersistenceDelegateTest.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EncoderTest.java
07/12/2007 15:17:23 Apply patch for HARMONY-4321([classlib][beans] Current
java6 bean implementation does not persist some class properly).
modified tellison /harmony/enhanced/classlib/trunk/make/depends.properties
07/12/2007 03:59:50 Apply patch HARMONY-4283 ([classlib][build] Bouncy Castle
upgrade to 1.37)
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/font/FontManager.java
07/11/2007 17:59:17 The patch for HARMONY-4299 has been reverted
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/ParsingTables.cpp
07/11/2007 17:59:17 The patch for HARMONY-4299 has been reverted
modified tellison
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Date.java
07/11/2007 17:37:32 Remove unnecessary warning suppression.
modified tellison
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Security.java
07/11/2007 17:26:14 Add Deprecated annotations where defined in the spec.
modified tellison
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Signer.java
07/11/2007 17:26:14 Add Deprecated annotations where defined in the spec.
modified tellison
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Identity.java
07/11/2007 17:26:14 Add Deprecated annotations where defined in the spec.
modified tellison
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/SignatureSpi.java
07/11/2007 17:26:14 Add Deprecated annotations where defined in the spec.
modified tellison
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Signature.java
07/11/2007 17:26:14 Add Deprecated annotations where defined in the spec.
modified tellison
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Certificate.java
07/11/2007 17:26:14 Add Deprecated annotations where defined in the spec.
modified tellison
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/IdentityScope.java
07/11/2007 17:26:14 Add Deprecated annotations where defined in the spec.
modified tellison
/harmony/enhanced/classlib/trunk/modules/annotation/src/main/java/java/lang/annotation/Retention.java
07/11/2007 17:20:55 Retention value should not have a default declared.
modified tellison
/harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/Level.java
07/11/2007 17:18:59 Level#parse method should not be final
modified ayza
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_ThreadMXBeanImpl.cpp
07/11/2007 17:09:43 Applying patch from HARMONY-4312 ([drlvm][lang-management]
ThreadMXBean methods must return info only for live threads)
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/font/FontManager.java
07/11/2007 16:19:13 Patch for HARMONY-4299 "[classlib][awt] Invalid font's
style definition for TrueType fonts in fontlib"
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.cpp
07/11/2007 16:19:13 Patch for HARMONY-4299 "[classlib][awt] Invalid font's
style definition for TrueType fonts in fontlib"
modified apetrenko
/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/ParsingTables.cpp
07/11/2007 16:19:13 Patch for HARMONY-4299 "[classlib][awt] Invalid font's
style definition for TrueType fonts in fontlib"
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/Language_no.java
07/10/2007 21:46:56 Fix Harmony-4402 ([classlib][luni] Locale("no",
"NO").getDisplayLanguage() returns upper-case value instead of lower-case if
localized for Norwegian locale)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/LocaleTest.java
07/10/2007 21:46:56 Fix Harmony-4402 ([classlib][luni] Locale("no",
"NO").getDisplayLanguage() returns upper-case value instead of lower-case if
localized for Norwegian locale)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ZipOutputStreamTest.java
07/10/2007 21:45:00 correct typo
modified tonywu
/harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/zip/ZipOutputStream.java
07/10/2007 21:02:31 Fix Harmony-4405 ([classlib][luni] Compatibility:
ZipOutputStream.write(null, off, length) exception throwing order differs on
Harmony and RI)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ZipOutputStreamTest.java
07/10/2007 21:02:31 Fix Harmony-4405 ([classlib][luni] Compatibility:
ZipOutputStream.write(null, off, length) exception throwing order differs on
Harmony and RI)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java
07/10/2007 20:42:19 Fix Harmony-4372 for backward roll
operation([classlib][luni] GregorianCalendar.roll() works incorrectly around
end of year if MinimalDaysInFirstWeek is 4)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java
07/10/2007 20:42:19 Fix Harmony-4372 for backward roll
operation([classlib][luni] GregorianCalendar.roll() works incorrectly around
end of year if MinimalDaysInFirstWeek is 4)
deleted tonywu
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContextFactory.java
07/10/2007 16:55:54 remove redundant class
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PropertyEditorSupportTest.java
07/10/2007 14:12:07 Fix 2 bugs in PropertyEditorSupport: 1. setSource(null)
should not throw NPE(the original tests fail on RI, also updated accordingly),
2. firePropertyChange should fire an event with the source only
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/PropertyEditorSupport.java
07/10/2007 14:12:07 Fix 2 bugs in PropertyEditorSupport: 1. setSource(null)
should not throw NPE(the original tests fail on RI, also updated accordingly),
2. firePropertyChange should fire an event with the source only
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/StatementTest.java
07/10/2007 13:52:12 Add several testcases to Expression and its superclass
Statement, including the subclassing Expression, overloaded method recognition,
empty array, array with null element, etc, and fix Expression/Statement to pass
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Expression.java
07/10/2007 13:52:12 Add several testcases to Expression and its superclass
Statement, including the subclassing Expression, overloaded method recognition,
empty array, array with null element, etc, and fix Expression/Statement to pass
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Statement.java
07/10/2007 13:52:12 Add several testcases to Expression and its superclass
Statement, including the subclassing Expression, overloaded method recognition,
empty array, array with null element, etc, and fix Expression/Statement to pass
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ExpressionTest.java
07/10/2007 13:52:12 Add several testcases to Expression and its superclass
Statement, including the subclassing Expression, overloaded method recognition,
empty array, array with null element, etc, and fix Expression/Statement to pass
these tests. But there is still 1 thing to be done, tracked by HARMONY-4392.
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java
07/10/2007 13:31:10 Fix HARMONY-4384 ([classlib][luni] Losing
Calendar.set(...) settings during consecutive set(...) calls)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/CalendarTest.java
07/10/2007 13:31:10 Fix HARMONY-4384 ([classlib][luni] Losing
Calendar.set(...) settings during consecutive set(...) calls)
modified tellison
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java
07/09/2007 19:17:27 Fix for HARMONY-4064 ([classlib][luni] Performance
improvement of java.util.HashMap)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java
07/09/2007 17:31:42 Fix HARMONY-4372 ([classlib][luni]
GregorianCalendar.roll() works incorrectly around end of year if
MinimalDaysInFirstWeek is 4)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java
07/09/2007 17:31:42 Fix HARMONY-4372 ([classlib][luni]
GregorianCalendar.roll() works incorrectly around end of year if
MinimalDaysInFirstWeek is 4)
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractSequentialList.java
07/09/2007 17:25:36 Apply patch for
HARMONY-4395([classlib][util]AbstractSequentialList.set should throw
IndexOutOfBoundsException when no elements exists.).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/AbstractSequentialListTest.java
07/09/2007 17:25:36 Apply patch for
HARMONY-4395([classlib][util]AbstractSequentialList.set should throw
IndexOutOfBoundsException when no elements exists.).
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c
07/09/2007 15:49:09 Allow this to compile with -Dhy.no.thr=true.
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java
07/09/2007 15:23:12 Fix bug for HARMONY-4281([classlib][net] test
tests.api.java.net.ProxySelectorTest failed if proxy defined in the
classlib\depends\files\net.properties)
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/ProxySelectorTest.java
07/09/2007 15:23:12 Fix bug for HARMONY-4281([classlib][net] test
tests.api.java.net.ProxySelectorTest failed if proxy defined in the
classlib\depends\files\net.properties)
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SimpleBeanInfo.java
07/09/2007 13:49:57 SimpleBeanInfo.loadImage(String) should return null on
given null parameter
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/SimpleBeanInfoTest.java
07/09/2007 13:49:57 SimpleBeanInfo.loadImage(String) should return null on
given null parameter
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventHandler.java
07/09/2007 13:41:16 1. modify EventHanderTest according to RI's behavior 2.
fix java.beans.EventHandler
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EventHandlerTest.java
07/09/2007 13:41:16 1. modify EventHanderTest according to RI's behavior 2.
fix java.beans.EventHandler
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/VetoableChangeSupportTest.java
07/06/2007 14:11:41 1. Refine the VetoableChangeSupport against RI's behavior,
the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix
VetoableChangeSupport to pass most of the tests, but there's still 1 failures
left
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeSupport.java
07/06/2007 14:11:41 1. Refine the VetoableChangeSupport against RI's behavior,
the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix
VetoableChangeSupport to pass most of the tests, but there's still 1 failures
left
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayReader.java
07/06/2007 13:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility:
CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't
been marked)
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/CharArrayReaderTest.java
07/06/2007 13:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility:
CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't
been marked)
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeListenerProxy.java
07/06/2007 13:17:02 Fix the VetoableChangeListenerProxy to enable
VetoableChangeListenerProxyTest
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 07/06/2007
13:17:02 Fix the VetoableChangeListenerProxy to enable
VetoableChangeListenerProxyTest
modified tonywu
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/MulticastSocketTest.java
07/06/2007 12:47:19 Remove the assertion since it fails on both RI and Harmony
in IPv6 Env
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServiceRevokedEventTest.java
07/06/2007 10:41:59 In the BeanContextServiceRevokeEvent constructor, the
propgatedFrom should not be set, fix this bug with regression test
modified pyang
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServiceRevokedEvent.java
07/06/2007 10:41:59 In the BeanContextServiceRevokeEvent constructor, the
propgatedFrom should not be set, fix this bug with regression test
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServicesSupportTest.java
07/06/2007 10:21:21 Apply patch for HARMONY-4344([classlib][beans]
BeanContextServicesSupport.serviceAvailable will add duplicate service class).
modified leoli
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServicesSupport.java
07/06/2007 10:21:21 Apply patch for HARMONY-4344([classlib][beans]
BeanContextServicesSupport.serviceAvailable will add duplicate service class).
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Opnd.cpp 07/05/2007
19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for
HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for
HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix
for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix
for HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution
helpers)Fix for HARMONY-4334 (support for unresolved compressed types in
Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support
in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix
for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix
for HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/csig.h
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix
for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix
for HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.h
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix
for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix
for HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Resolve.cpp
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix
for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix
for HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix
for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix
for HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.h
07/05/2007 19:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix
for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix
for HARMONY-4181 (fix for x86_64 calling conventions support in
Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms
modified ivavladimir
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jet
07/05/2007 14:41:45 exclude test exception/FinalizeStackTest on Win x86_64 due
to HARMONY-2972
modified leoli
/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverManager.java
07/05/2007 12:53:44 Apply patch for HARMONY-4303([classlib][sql]
java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers"
cause java.lang.ExceptionInInitializerError).
modified leoli
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java
07/05/2007 12:53:44 Apply patch for HARMONY-4303([classlib][sql]
java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers"
cause java.lang.ExceptionInInitializerError).
added leoli
/harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TestMainForDriver.java
07/05/2007 12:53:44 Apply patch for HARMONY-4303([classlib][sql]
java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers"
cause java.lang.ExceptionInInitializerError).
modified leoli
/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF 07/05/2007
12:53:44 Apply patch for HARMONY-4303([classlib][sql]
java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers"
cause java.lang.ExceptionInInitializerError).
modified leoli
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java
07/05/2007 10:28:47 Roll back the patch for HARMONY-4141 on
javax.naming.InitialContext. The applied patch is not ready actually.