Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 60426 invoked from network); 7 Sep 2007 20:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Sep 2007 20:35:54 -0000 Received: (qmail 17223 invoked by uid 500); 7 Sep 2007 20:35:48 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 17137 invoked by uid 500); 7 Sep 2007 20:35:47 -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 17128 invoked by uid 99); 7 Sep 2007 20:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2007 13:35:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [143.182.124.21] (HELO mga03.intel.com) (143.182.124.21) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2007 20:35:44 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 07 Sep 2007 13:35:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.20,222,1186383600"; d="scan'208";a="274175908" Received: from mssmon01.ims.intel.com ([10.125.148.15]) by azsmga001.ch.intel.com with ESMTP; 07 Sep 2007 13:35:21 -0700 Received: from NSTDRLXW2 (nstdrlxw2.ins.intel.com [10.125.122.58]) by mssmon01.ims.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id l87KZJ9T005469; Sat, 8 Sep 2007 00:35:20 +0400 Message-Id: <200709072035.l87KZJ9T005469@mssmon01.ims.intel.com> Subject: [build-test alert] PASSED Windows 2003 x86: jdktools-test debug Date: Sat, 08 Sep 2007 03:35:20 +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.38 Date of build: 2007-09-08 01:59:30 +0700 Time to build: 94 minutes 45 seconds Last changed: 09/07/2007 21:48:07 Last log entry: hdk *********************************************************** Errors/Warnings: (224) ======================================== Testing jdktools binaries... ======================================== Compiling JPDA tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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 C:\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: C:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.jpda.exclude Running JPDA tests Debugger JVM=C:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java Debuggee JVM=C:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java SAMSA exclude list: C:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.samsa.exclude Running SAMSA tests test.jre.home=C:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre Run jdk/bin/java -version in C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report java version "1.5.0" pre-alpha : not complete or compatible svn = r573599, (Sep 7 2007), Windows/ia32/msvc 1310, debug build http://harmony.apache.org Run jdk/bin/javac -version in C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/javah in C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/javadoc in C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/jarsigner in C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report Run jdk/bin/keytool -help in C:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report Compiling TOOLS tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in C:\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: C:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.tools.exclude Running TOOLS tests test.jre.home=C:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre The test report is in C:\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: (80) add cc-hdk log20070907214807Lbuild.176 09/07/2007 21:48:07hdk modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/opt.emconf 09/07/2007 21:31:15 Enabling lazy resolution mode in -Xem:opt execution mode modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCSafePoints.cpp 09/07/2007 21:31:15 Enabling lazy resolution mode in -Xem:opt execution mode add cc-hdk log20070907211648Lbuild.175 09/07/2007 21:16:48hdk modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_jit.cpp 09/07/2007 19:47:03 Applied patch from HARMONY-3999[drlvm][jvmti][jit] Jitrino does not send ExceptionCatch event modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/ToolkitImpl.java 09/07/2007 18:49:36 Patch from HARMONY-4656 ([classlib][awt] System ClipBoard is not initialized well in Linux) was applied modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BranchTrans.cpp 09/07/2007 18:39:29 Applied HARMONY-4751 [drlvm][jit][opt] branch translator may incorrectly remove branches depending on local vars added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H4751/Test.java 09/07/2007 18:39:29 Applied HARMONY-4751 [drlvm][jit][opt] branch translator may incorrectly remove branches depending on local vars added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H4751 09/07/2007 18:39:29 Applied HARMONY-4751 [drlvm][jit][opt] branch translator may incorrectly remove branches depending on local vars added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H4751/run.test.xml 09/07/2007 18:39:29 Applied HARMONY-4751 [drlvm][jit][opt] branch translator may incorrectly remove branches depending on local vars modified varlax /harmony/enhanced/drlvm/trunk/build/make/build.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. added varlax /harmony/enhanced/drlvm/trunk/build/make/targets/test.common.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/unit.test.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/kernel.test.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. modified varlax /harmony/enhanced/drlvm/trunk/build/make/test.properties 09/07/2007 18:31:06 Fixed HARMONY-4752 [drlvm][build] tests env unification:- common set of properties for setting tested hdk/jdk/jre and other resources; - shared utilities & properties controlling test compilation, execution, test generation; - unified layout for all test artifacts and results;- support of single test execution (via -Dtest.case) for all suites; - more clean and readable code. add cc-hdk log20070907164845Lbuild.174 09/07/2007 16:48:45hdk modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/vf_resolve.cpp 09/07/2007 16:29:40 Removed DOS line endings from Apache header modified mfursov /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj 09/07/2007 16:15:43 Fixes for MSVC2003 project files for vmcore&jitrino projects: new files added by recent commits added to the projects modified mfursov /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj 09/07/2007 16:15:43 Fixes for MSVC2003 project files for vmcore&jitrino projects: new files added by recent commits added to the projects modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/Provider2Test.java 09/07/2007 15:19:44 Fix bug in ([classlib][security]Provider.Service.getAliases leads to NPE in Secure.SecurityDorr.getAliases) modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java 09/07/2007 15:19:44 Fix bug in ([classlib][security]Provider.Service.getAliases leads to NPE in Secure.SecurityDorr.getAliases) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.cpp 09/07/2007 15:17:20 Fix for regression introduced by r573295 (HARMONY-4747 patch) add cc-hdk log20070907114046Lbuild.173 09/07/2007 11:40:46hdk modified smishura /harmony/enhanced/classlib/trunk/modules/luni/make/exclude.linux.x86_64.drl 09/07/2007 11:40:16 Add to exclude list for DRL VM SecurityManager2TestSee HARMONY-4753: [drlvm][kernel] Cyclic dependency when specify user-defined security manager through the property modified smishura /harmony/enhanced/classlib/trunk/modules/luni/make/exclude.windows.x86.drl 09/07/2007 11:40:16 Add to exclude list for DRL VM SecurityManager2TestSee HARMONY-4753: [drlvm][kernel] Cyclic dependency when specify user-defined security manager through the property modified smishura /harmony/enhanced/classlib/trunk/modules/luni/make/exclude.linux.x86.drl 09/07/2007 11:40:16 Add to exclude list for DRL VM SecurityManager2TestSee HARMONY-4753: [drlvm][kernel] Cyclic dependency when specify user-defined security manager through the property modified smishura /harmony/enhanced/classlib/trunk/modules/luni/make/exclude.windows.x86_64.drl 09/07/2007 11:40:16 Add to exclude list for DRL VM SecurityManager2TestSee HARMONY-4753: [drlvm][kernel] Cyclic dependency when specify user-defined security manager through the property add cc-hdk log20070906231048Lbuild.172 09/06/2007 23:10:48hdk modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_ti_instr.cpp 09/06/2007 22:59:51 Fixed bug when thread object is NULL for HARMONY-3971 and HARMONY-4469 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_java_suspend.cpp 09/06/2007 22:57:14 Improved jthread_suspend function because everywhere in the code the return value is basically ignored.So this function is expected to actually suspend the target thread. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 09/06/2007 22:56:10 Applied patch from HARMONY-4308[drlvm][classloader] Test vm/jvms/classFile/structure/accessFlags/accessFlags08/accessFlags08 fails due to incorrect processing of accesss flags in 1.4 class files modified gshimansky /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj 09/06/2007 22:55:07 Applied patch from HARMONY-4738[drlvm][verifier] Eclipse 3.3 fails on recent Harmony with verify error modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/vf_resolve.cpp 09/06/2007 22:55:07 Applied patch from HARMONY-4738[drlvm][verifier] Eclipse 3.3 fails on recent Harmony with verify error add cc-hdk log20070906222824Lbuild.171 09/06/2007 22:28:24hdk modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/C_Interface.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifier.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/magics.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. added mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/VMMagic.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.h 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. added mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/VMMagic.h 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Inst.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/include/open/vm.h 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.h 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlVMInterface.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifytaus.cpp 09/06/2007 22:24:09 Fix for HARMONY-4747 [drlvm][jit][opt] Fixes for escape analysis pass to support unresolved types. add cc-hdk log20070906203236Lbuild.170 09/06/2007 20:32:36hdk modified ayza /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/AbstractButton.java 09/06/2007 19:10:26 The patch from HARMONY-4655 was applied ([classlib][swing]Setting null as margin to button don't cause to use the default margin) modified ayza /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/AbstractButtonTest.java 09/06/2007 19:10:26 The patch from HARMONY-4655 was applied ([classlib][swing]Setting null as margin to button don't cause to use the default margin) modified ayza /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/basic/BasicMenuItemUITest.java 09/06/2007 19:10:26 The patch from HARMONY-4655 was applied ([classlib][swing]Setting null as margin to button don't cause to use the default margin) modified ayza /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/basic/BasicMenuUITest.java 09/06/2007 19:10:26 The patch from HARMONY-4655 was applied ([classlib][swing]Setting null as margin to button don't cause to use the default margin) modified varlax /harmony/enhanced/drlvm/trunk/build/make/build.xml 09/06/2007 19:05:33 HDK should contain both lib and include for snapshot testing modified varlax /harmony/enhanced/trunk/build.xml 09/06/2007 19:04:18 Fixed typo in r573149. add cc-hdk log20070906162616Lbuild.169 09/06/2007 16:26:16hdk added apetrenko /harmony/enhanced/classlib/trunk/modules/imageio/src/test/java/javax/imageio/stream/ImageOutputStreamImplTest.java 09/06/2007 14:51:28 Patch for HARMONY-4745 "[classlib][imageio] There are many unimplemented methods in javax.imageio.stream.ImageOutputStreamImpl" modified apetrenko /harmony/enhanced/classlib/trunk/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStreamImpl.java 09/06/2007 14:51:28 Patch for HARMONY-4745 "[classlib][imageio] There are many unimplemented methods in javax.imageio.stream.ImageOutputStreamImpl" added apetrenko /harmony/enhanced/classlib/trunk/modules/imageio/src/test/java/javax/imageio/stream 09/06/2007 14:47:57 Patch for HARMONY-4742 "[classlib][imageio] There are many unimplemented methods in javax.imageio.stream.ImageInputStreamImpl" added apetrenko /harmony/enhanced/classlib/trunk/modules/imageio/src/test/java/javax/imageio/stream/ImageInputStreamImplTest.java 09/06/2007 14:47:57 Patch for HARMONY-4742 "[classlib][imageio] There are many unimplemented methods in javax.imageio.stream.ImageInputStreamImpl" modified apetrenko /harmony/enhanced/classlib/trunk/modules/imageio/src/main/java/javax/imageio/stream/ImageInputStreamImpl.java 09/06/2007 14:47:57 Patch for HARMONY-4742 "[classlib][imageio] There are many unimplemented methods in javax.imageio.stream.ImageInputStreamImpl" modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/HashMapTest.java 09/06/2007 14:01:36 Apply patch for HARMONY-4750([classlib][luni] HashMap.HashMapEntrySet.contains(Object) cannot find custmized entry without override the equal method). modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java 09/06/2007 14:01:36 Apply patch for HARMONY-4750([classlib][luni] HashMap.HashMapEntrySet.contains(Object) cannot find custmized entry without override the equal method). add cc-hdk log20070906122022Lbuild.168 09/06/2007 12:20:22hdk modified varlax /harmony/enhanced/drlvm/trunk/build/make/deploy.xml 09/06/2007 12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots modified varlax /harmony/enhanced/drlvm/trunk/build/make/build.xml 09/06/2007 12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots modified varlax /harmony/enhanced/trunk/build.xml 09/06/2007 12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots modified varlax /harmony/enhanced/drlvm/trunk/build/make/deploy.xml 09/06/2007 12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots modified varlax /harmony/enhanced/drlvm/trunk/build/make/build.xml 09/06/2007 12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots modified varlax /harmony/enhanced/trunk/build.xml 09/06/2007 12:04:40 include drlvm libs to hdk, to allow unit testing on snapshots add cc-hdk log20070906113913Lbuild.167 09/06/2007 11:39:13hdk