Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 11200 invoked from network); 5 Sep 2007 12:06:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 12:06:37 -0000 Received: (qmail 63062 invoked by uid 500); 5 Sep 2007 12:06:31 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 63042 invoked by uid 500); 5 Sep 2007 12:06:31 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 63033 invoked by uid 99); 5 Sep 2007 12:06:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 05:06:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [134.134.136.24] (HELO mga09.intel.com) (134.134.136.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 12:07:37 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 05 Sep 2007 05:05:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.20,210,1186383600"; d="scan'208";a="125213876" Received: from mssmon01.ims.intel.com ([10.125.148.15]) by fmsmga002.fm.intel.com with ESMTP; 05 Sep 2007 05:05:54 -0700 Received: from nstdrlel10 (nstdrlel10.ins.intel.com [10.125.122.30]) by mssmon01.ims.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id l85C5qtB006438; Wed, 5 Sep 2007 16:05:52 +0400 Message-Id: <200709051205.l85C5qtB006438@mssmon01.ims.intel.com> Subject: [build-test alert] PASSED Linux x86_64: jdktools-test debug Date: Wed, 05 Sep 2007 19:05:52 +0700 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD COMPLETE: build.17 Date of build: 09/05/2007 18:18:29 Time to build: 46 minutes 43 seconds Last changed: 09/05/2007 16:31:26 Last log entry: hdk *********************************************************** Errors/Warnings: (224) ======================================== Testing jdktools binaries... ======================================== Compiling JPDA tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java (at line 58) registered.add(debuggee); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 2. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java (at line 505) internalProperties.put(name, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- ---------- 3. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 114) eventQueue.add(eventPacket); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 249) 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 should be parameterized ---------- 5. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 284) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 6. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 355) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- ---------- 7. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1834) frames.add(frame); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1902) vars.add(var); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2122) fields.add(superClassFields.toArray()[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2132) fields.add(field); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 11. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/OnthowDebuggerLaunchDebuggee.java (at line 94) class ExceptionForDebugger extends Exception { ^^^^^^^^^^^^^^^^^^^^ The serializable class ExceptionForDebugger does not declare a static final serialVersionUID field of type long ---------- ---------- 12. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 32) import java.util.LinkedList; ^^^^^^^^^^^^^^^^^^^^ The import java.util.LinkedList is never used ---------- 13. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 97) boolean isOutOfMemory = false; ^^^^^^^^^^^^^ The local variable isOutOfMemory is never read ---------- 14. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 171) public Class loadClass(String name) throws ClassNotFoundException { ^^^^^ Type safety: The return type Class for loadClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class from the type ClassLoader ---------- 15. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java (at line 179) public Class findClass(String name) throws ClassNotFoundException { ^^^^^ Type safety: The return type Class for findClass(String) from the type ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to Class from the type ClassLoader ---------- ---------- 16. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents002Test.java (at line 100) boolean expectColocatedEvents = (testedMethodStartCodeIndex == testedMethodEndCodeIndex); ^^^^^^^^^^^^^^^^^^^^^ The local variable expectColocatedEvents is never read ---------- ---------- 17. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents003Test.java (at line 36) private boolean eventMethodExitReceived = false; ^^^^^^^^^^^^^^^^^^^^^^^ The field CombinedEvents003Test.eventMethodExitReceived is never read locally ---------- 18. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents003Test.java (at line 59) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- ---------- 19. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 67) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 20. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 195) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 21. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 331) int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length; ^^^^^^^^^^^^^^^^^^^^^ The local variable EXPECTED_EVENTS_COUNT is never read ---------- 22. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 715) String failureMessage = "## FAILURE during checking events! !"; ^^^^^^^^^^^^^^ The local variable failureMessage is never read ---------- 23. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java (at line 877) String failureMessage = "## FAILURE during checking events !"; ^^^^^^^^^^^^^^ The local variable failureMessage is never read ---------- ---------- 24. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTestCase.java (at line 135) long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); ^^^^^^^^^^^^^^^^^^^^ The local variable methodStartCodeIndex is never read ---------- 25. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTestCase.java (at line 187) long methodStartCodeIndex = reply.getNextValueAsLong(); ^^^^^^^^^^^^^^^^^^^^ The local variable methodStartCodeIndex is never read ---------- ---------- 26. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ExceptionTest.java (at line 188) long frameID = reply.getNextValueAsFrameID(); ^^^^^^^ The local variable frameID is never read ---------- ---------- 27. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java (at line 450) frames.add(new FrameStruct(frameID, loc)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 28. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/share/JDWPUnitDebuggeeProcessWrapper.java (at line 233) argv.add(val); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 29. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/share/JDWPUnitDebuggeeProcessWrapper.java (at line 253) return (String[])argv.toArray(args); ^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 29 problems (29 warnings) JPDA exclude list: /export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.jpda.exclude Running JPDA tests Debugger JVM=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre/bin/java Debuggee JVM=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre/bin/java SAMSA exclude list: /export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.samsa.exclude Running SAMSA tests test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre Run jdk/bin/java -version in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report java version "1.5.0" pre-alpha : not complete or compatible svn = r572925, (Sep 5 2007), Linux/em64t/gcc 3.3.3, debug build http://harmony.apache.org Run jdk/bin/javac -version in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/javah in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/javadoc in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/jarsigner in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Run jdk/bin/keytool -help in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report Compiling TOOLS tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java (at line 24) private static final long xxx2 = 1; ^^^^ The field Test01.xxx2 is never read locally ---------- 1 problem (1 warning) TOOLS exclude list: /export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.tools.exclude Running TOOLS tests test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre The test report is in /export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report/html/index.html *********************************************************** Unit Tests: (163) All Tests Passed *********************************************************** Modifications since last successful build: (185) add cc-hdk log20070905163126Lbuild.150 09/05/2007 16:31:26hdk modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/org_apache_harmony_awt_nativebridge_linux_X11.h 09/05/2007 16:02:51 Apllying improvement patch from HARMONY-4725 ([classlib][awt]Needs to replace XSetStandardProperties with Xutf8SetWMProperties) modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt 09/05/2007 16:02:51 Apllying improvement patch from HARMONY-4725 ([classlib][awt]Needs to replace XSetStandardProperties with Xutf8SetWMProperties) modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/unix/org/apache/harmony/awt/nativebridge/linux/X11.java 09/05/2007 16:02:51 Apllying improvement patch from HARMONY-4725 ([classlib][awt]Needs to replace XSetStandardProperties with Xutf8SetWMProperties) modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/unix/org/apache/harmony/awt/wtk/linux/LinuxWindow.java 09/05/2007 16:02:51 Apllying improvement patch from HARMONY-4725 ([classlib][awt]Needs to replace XSetStandardProperties with Xutf8SetWMProperties) modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/org_apache_harmony_awt_nativebridge_linux_X11.cpp 09/05/2007 16:02:51 Apllying improvement patch from HARMONY-4725 ([classlib][awt]Needs to replace XSetStandardProperties with Xutf8SetWMProperties) add cc-hdk log20070905153117Lbuild.149 09/05/2007 15:31:17hdk modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/CommonGraphics2D.java 09/05/2007 09:30:16 Patch for HARMONY-4737 "[classlib][awt] The oval is drawn shifted when the line width is less or equal to 1" modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/windows/BitmapSurface.cpp 09/05/2007 01:02:38 Committing patch from HARMONY-4731 ([classlib][awt] Declarations and implementations of some AWT native functions have different parameters number.) modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/windows/GDIBlitter.cpp 09/05/2007 01:02:38 Committing patch from HARMONY-4731 ([classlib][awt] Declarations and implementations of some AWT native functions have different parameters number.) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/html.html 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/rtf.txt 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/txt.rtf 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/rtf 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/txt.txt 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/html.rtf 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/rtf.html 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) modified tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/JEditorPaneTest.java 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/txt 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/html.txt 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/txt.html 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/html 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) added tellison /harmony/enhanced/classlib/trunk/modules/swing/src/test/resources/javax/swing/content-type/rtf.rtf 09/05/2007 00:37:13 Tests for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/LinuxNativeFont.c 09/04/2007 22:19:11 Applying patch from HARMONY-4641 ([classlib][awt][font] Harmony has problem with some fonts in Fedora) modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/Class.h 09/04/2007 21:53:24 Enable DRLVM to accept Java6 classes 50.0. Also this commit fixes HARMONY-976 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 09/04/2007 21:53:24 Enable DRLVM to accept Java6 classes 50.0. Also this commit fixes HARMONY-976 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 09/04/2007 21:53:24 Enable DRLVM to accept Java6 classes 50.0. Also this commit fixes HARMONY-976 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_method.cpp 09/04/2007 21:22:17 Applied patch from HARMONY-4732[drlvm][jvmti] Not all expected MethodExit events are reported in release mode. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp 09/04/2007 21:22:17 Applied patch from HARMONY-4732[drlvm][jvmti] Not all expected MethodExit events are reported in release mode. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/jvmti_internal.h 09/04/2007 21:22:17 Applied patch from HARMONY-4732[drlvm][jvmti] Not all expected MethodExit events are reported in release mode. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/include/open/vm.h 09/04/2007 21:22:17 Applied patch from HARMONY-4732[drlvm][jvmti] Not all expected MethodExit events are reported in release mode. added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/SegmentConstantPool.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/FileBands.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/CpBands.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttrDefinitionBands.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/SegmentHeader.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/BcBands.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/IMatcher.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/ClassBands.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/Codec.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/BandSetTest.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/AttributeLayoutTest.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/BandSet.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttributeLayout.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/Segment.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/IcBands.java 09/04/2007 20:54:46 Apply patch HARMONY-4734 ([classlib] [pack200] Pack200 - Some refactoring) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/PrintStreamTest.java 09/04/2007 20:44:34 Map illegal charset name to unsupported exception in PrintStream constructor. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PrintStream.java 09/04/2007 20:44:34 Map illegal charset name to unsupported exception in PrintStream constructor. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.opt 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/m2n_em64t_internal.h 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/compile.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/exceptions.h 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/em64t/base/ini_em64t.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jet 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/em64t/exception_handlers.asm 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_jit.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jit 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/stack_iterator_em64t.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/em64t/base/compile_em64t.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.int 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp 09/04/2007 20:34:37 Applied patch from HARMONY-4407[drlvm][stack]One page on the stack is not enough to create SOE on Windows x86-64.Additionally 2 kernel tests excluded on win64 on interpreter because of HARMONY-4733 modified odeakin /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicSliderUI.java 09/04/2007 20:12:14 Apply patch HARMONY-4523 ([classlib][swing]BasicSliderUI.ActionScroller should be marked with notImplementedException) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/InetAddressTest.java 09/04/2007 20:04:27 Fix typo, InetAddress should be using the copy of incoming byte array. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetAddress.java 09/04/2007 20:04:27 Fix typo, InetAddress should be using the copy of incoming byte array. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/InetAddressTest.java 09/04/2007 19:33:14 Lookup of empty string InetAddress should return loopback adapter address. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetAddress.java 09/04/2007 19:33:14 Lookup of empty string InetAddress should return loopback adapter address. added tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/org/apache/harmony/luni/tests/test.doc 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) added tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/org/apache/harmony/luni/tests/test.rtf 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) added tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/URLConnectionTest.java 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) added tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/org/apache/harmony/luni/tests/test.xml 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) added tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/FileURLConnectionTest.java 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) added tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/org/apache/harmony/luni/tests/test.java 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/build.xml 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) added tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/org/apache/harmony/luni/tests/test.htx 09/04/2007 18:11:35 Tests for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/EventDispatchThread.java 09/04/2007 16:59:59 Stack trace printing is uncommented in EventDispatchThread. This commented stack trace printing just hides the exceptions and awt/swing application most likely hangs. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/EnumSetTest.java 09/04/2007 16:36:19 Apply patch Harmony-4728 ([classlib][luni] EnumSet will not properly handle elements of ordinal bigger than 62) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HugeEnumSet.java 09/04/2007 16:36:19 Apply patch Harmony-4728 ([classlib][luni] EnumSet will not properly handle elements of ordinal bigger than 62) modified smishura /harmony/enhanced/jdktools/trunk/modules/jpda/build.xml 09/04/2007 10:40:07 Add 'test.case' option to jdktools build modified smishura /harmony/enhanced/jdktools/trunk/modules/tools/build.xml 09/04/2007 10:40:07 Add 'test.case' option to jdktools build modified smishura /harmony/enhanced/jdktools/trunk/make/properties.xml 09/04/2007 10:40:07 Add 'test.case' option to jdktools build modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/geom/Area.java 09/03/2007 23:30:03 Patch for HARMONY-4680 "[classlib][awt] No correct result of java.awt.Graphics2D.scale() method use when the drawing figure is java.awt.geom.Area object" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/java/awt/geom/AreaTest.java 09/03/2007 23:30:03 Patch for HARMONY-4680 "[classlib][awt] No correct result of java.awt.Graphics2D.scale() method use when the drawing figure is java.awt.geom.Area object" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/SurfaceDataStructure.cpp 09/03/2007 23:08:13 Patch for HARMONY-4700 "[classlib][awt] unable to draw a GIF image through Windows Remote Desktop" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/SurfaceDataStructure.h 09/03/2007 23:08:13 Patch for HARMONY-4700 "[classlib][awt] unable to draw a GIF image through Windows Remote Desktop" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/windows/GDIBlitter.cpp 09/03/2007 23:08:13 Patch for HARMONY-4700 "[classlib][awt] unable to draw a GIF image through Windows Remote Desktop" modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.cpp 09/03/2007 19:21:46 Applied Harmony-4702 [drlvm][jit][opt] type merge for stack vars in prepass is too restrictive+ fixed incorrect type assumption in catch handler stateinfo. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/PMF.cpp 09/03/2007 19:11:05 Applied HARMONY-4707 [drlvm][jit] possible crash in PMF logging modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/PMFAction.h 09/03/2007 19:11:05 Applied HARMONY-4707 [drlvm][jit] possible crash in PMF logging modified tellison /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/JEditorPane.java 09/03/2007 15:35:26 Apply patch for HARMONY-4696 ([classlib][swing][html] JEditorPane doesn't recognize HTML by file name) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/internal/rowset/CachedRowSetImplTest.java 09/03/2007 14:41:15 several methods about page size, table name, delete row and insert row of CachedRowSet modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/nls/messages.properties 09/03/2007 14:41:15 several methods about page size, table name, delete row and insert row of CachedRowSet modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/rowset/CachedRowSetImpl.java 09/03/2007 14:41:15 several methods about page size, table name, delete row and insert row of CachedRowSet modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/rowset/CachedRowSetReader.java 09/03/2007 14:41:15 several methods about page size, table name, delete row and insert row of CachedRowSet modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/rowset/CachedRow.java 09/03/2007 14:41:15 several methods about page size, table name, delete row and insert row of CachedRowSet add cc-hdk log20070903043136Lbuild.148 09/03/2007 04:31:36hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectOutputStream.java 09/03/2007 04:28:14 Not allowed to change the serialization stream protocol version once data has been written. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/util/ExternalMessages.properties 09/03/2007 04:28:14 Not allowed to change the serialization stream protocol version once data has been written. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectOutputStreamTest.java 09/03/2007 04:28:14 Not allowed to change the serialization stream protocol version once data has been written. add cc-hdk log20070902063055Lbuild.147 09/02/2007 06:30:55hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectStreamClassTest.java 09/02/2007 06:25:28 Proxy and Enum classes always have serialization stream ID of zero. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamClass.java 09/02/2007 06:25:28 Proxy and Enum classes always have serialization stream ID of zero. add cc-hdk log20070901045920Lbuild.146 09/01/2007 04:59:20hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/IntegerTest.java 09/01/2007 04:58:10 Fixes for throwing correct Integer decoding exceptions. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/lang/Integer.java 09/01/2007 04:58:10 Fixes for throwing correct Integer decoding exceptions. add cc-hdk log20070831235010Lbuild.145 08/31/2007 23:50:10hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java 08/31/2007 23:32:26 Fix for HARMONY-4679 ([startup] java.net.URL implementation without regex classes loading) add cc-hdk log20070831232417Lbuild.144 08/31/2007 23:24:17hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLConnection.java 08/31/2007 23:01:38 Enhancements to do a better guess at the content type of a stream. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/URLConnectionTest.java 08/31/2007 23:01:38 Enhancements to do a better guess at the content type of a stream. add cc-hdk log20070831222417Lbuild.143 08/31/2007 22:24:17hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/FileURLConnection.java 08/31/2007 22:21:08 Additional fix for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly). Label directory listings as text/plain add cc-hdk log20070831215200Lbuild.142 08/31/2007 21:52:00hdk modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/inliner.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H2084/Test.java 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H2084 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/inliner.h 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeParser.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Loop.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.h 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.h 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/ControlFlowGraph.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeEmitter.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/optimizer.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H2084/run.test.xml 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/ControlFlowGraph.h 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/PMF.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/TranslatorIntfc.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/CompilationContext.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.h 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/optimizer.h 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/devirtualizer.cpp 08/31/2007 21:48:19 Fix for HARMONY-2084 [drlvm][jit][opt] Jitrino.OPT inliner can cause native SOE exception for some large methods+ regression testFix for HARMONY-4708 [drlvm][jit][opt] Assorted bcmapping and logging related improvements in Jitrino.OPT compiler added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/test/java/Unpack.java 08/31/2007 21:42:49 Apply patch HARMONY-4712 ([classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/bytecode/ByteCode.java 08/31/2007 21:42:49 Apply patch HARMONY-4712 ([classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format) added odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/bytecode/CodeAttribute.java 08/31/2007 21:42:49 Apply patch HARMONY-4712 ([classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttributeLayoutMap.java 08/31/2007 21:42:49 Apply patch HARMONY-4712 ([classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttributeLayout.java 08/31/2007 21:42:49 Apply patch HARMONY-4712 ([classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/bytecode/CPFieldRef.java 08/31/2007 21:42:49 Apply patch HARMONY-4712 ([classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format) modified odeakin /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/Segment.java 08/31/2007 21:42:49 Apply patch HARMONY-4712 ([classlib][pack200] Pack200 update - converted HARMONY-3290 to patch format) modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/include/thread_manager.h 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/include/open/jthread.h 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/java_lang_VMThreadManager.cpp 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/VMThreadManager.java 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_attrs.cpp 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Thread.java 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_basic.cpp 08/31/2007 21:10:47 Harmony-4683: the description is cleanup of java.lang.Thread data structures.In reality, this is less about cleaning up j.l.Thread data structs and more about cleaning up the use of jvmti code. For now it seems the existingj.l.Thread data fields can be used "as is". We will revisit the cleanupof j.l.Thread data fields during the Thread State Transition project. add cc-hdk log20070831180811Lbuild.141 08/31/2007 18:08:11hdk modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/FileURLConnection.java 08/31/2007 17:25:46 Fix for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) add cc-hdk log20070831161910Lbuild.140 08/31/2007 16:19:10hdk modified tellison /harmony/enhanced/classlib/trunk/depends/files/content-types.properties 08/31/2007 16:15:31 Partial fix for HARMONY-4699 ([classlib][luni] URLConnection.getContentType() works with files incorrectly) add cc-hdk log20070830222859Lbuild.139 08/30/2007 22:28:59hdk modified apetrenko /harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/PreferencesImpl.c 08/30/2007 22:08:07 Patch for HARMONY-3617 "[classlib][prefs] API test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest failed on Win x86_64 release build" add cc-hdk log20070830203927Lbuild.138 08/30/2007 20:39:27hdk added xli /harmony/enhanced/drlvm/trunk/src/test/regression/H4511/run.test.xml 08/30/2007 20:37:25 Harmony-4511: test case for tagged object reclamation added xli /harmony/enhanced/drlvm/trunk/src/test/regression/H4511/GCTagged.java 08/30/2007 20:37:25 Harmony-4511: test case for tagged object reclamation added xli /harmony/enhanced/drlvm/trunk/src/test/regression/H4511/GCTagged.cpp 08/30/2007 20:37:25 Harmony-4511: test case for tagged object reclamation add cc-hdk log20070830200807Lbuild.137 08/30/2007 20:08:07hdk modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/FileChannelImpl.java 08/30/2007 19:25:48 Make the lock marker class static. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/ServerSocketChannelImpl.java 08/30/2007 19:25:48 Make the lock marker class static. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/FileChannelImpl.java 08/30/2007 19:10:32 Formatting changes. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/FileChannelImpl.java 08/30/2007 19:08:02 Make the lock marker class static. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/java/nio/channels/spi/AbstractSelectableChannel.java 08/30/2007 19:05:47 Make the lock marker class static. modified tellison /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/XMLDecoder.java 08/30/2007 19:03:33 Formatting changes. modified tellison /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/XMLDecoder.java 08/30/2007 19:00:13 XMLDecoding empty String values should be empty string not null. add cc-hdk log20070830162426Lbuild.136 08/30/2007 16:24:26hdk modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/internal/rowset/CachedRowSetImplTest.java 08/30/2007 16:14:58 several methods' implemetation and their testcases modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/nls/messages.properties 08/30/2007 16:14:58 several methods' implemetation and their testcases modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/rowset/CachedRowSetImpl.java 08/30/2007 16:14:58 several methods' implemetation and their testcases modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/rowset/CachedRowSetReader.java 08/30/2007 16:14:58 several methods' implemetation and their testcases added tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/rowset/CachedRow.java 08/30/2007 16:14:58 several methods' implemetation and their testcases modified hindessm /harmony/enhanced/classlib/trunk/make/build-java.xml 08/30/2007 16:05:01 Move unzipping of xerces.zip "back" to the check-depends phase andonly do it once. modified hindessm /harmony/enhanced/classlib/trunk/make/depends.xml 08/30/2007 16:05:01 Move unzipping of xerces.zip "back" to the check-depends phase andonly do it once.