Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 95480 invoked from network); 28 May 2007 18:18:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2007 18:18:39 -0000 Received: (qmail 31178 invoked by uid 500); 28 May 2007 18:18:44 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 31154 invoked by uid 500); 28 May 2007 18:18:44 -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 31145 invoked by uid 99); 28 May 2007 18:18:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 11:18:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of nbeyer@kc.rr.com designates 24.94.166.129 as permitted sender) Received: from [24.94.166.129] (HELO ms-smtp-03.rdc-kc.rr.com) (24.94.166.129) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 11:18:31 -0700 Received: from reims (CPE-24-31-248-51.kc.res.rr.com [24.31.248.51]) by ms-smtp-03.rdc-kc.rr.com (8.13.6/8.13.6) with SMTP id l4SIGpjm009038 for ; Mon, 28 May 2007 13:16:51 -0500 (CDT) Message-Id: <200705281816.l4SIGpjm009038@ms-smtp-03.rdc-kc.rr.com> Subject: [build-test alert] BUILD FAILED Windows XP x86: classlib-test Date: Mon, 28 May 2007 13:18:30 -0500 Content-Type: text/plain From: nbeyer@kc.rr.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org BUILD FAILED: Ant Error Message: C:\harmony\buildtest2\scripts\cc-exec-adaptor.xml:34: The following error occurred while executing this line: C:\harmony\buildtest2\adaptors\classlib-test\adaptor.xml:76: There were CLASSLIB Unit Test failures. Date of build: 05/28/2007 12:24:50 Time to build: 52 minutes 16 seconds Last changed: 05/28/2007 12:02:33 Last log entry: drlvm *********************************************************** Errors/Warnings: (7) [junit] Tests FAILED [junit] Tests FAILED BUILD FAILED C:\harmony\buildtest2\build\checkouts\classlib\build.xml:169: The following error occurred while executing this line: C:\harmony\buildtest2\build\checkouts\classlib\make\build-test.xml:147: There were test errors. Total time: 48 minutes 42 seconds *********************************************************** Unit Tests: (22783) error: testFormView javax.swing.text.html.FormViewTest error: testGetMaximumSpan javax.swing.text.html.FormViewTest error: testNextLinkAction javax.swing.text.html.HTMLEditorKitTest error: testPreviousLinkAction javax.swing.text.html.HTMLEditorKitTest error: testActivateLinkAction javax.swing.text.html.HTMLEditorKitTest error: testInsertHRAction javax.swing.text.html.HTMLEditorKitTest error: testInsertHTML javax.swing.text.html.HTMLEditorKitTest error: testRead javax.swing.text.html.HTMLEditorKitTest failure: testHarmony2305 java.awt.ButtonRTest failure: testHarmony3701 java.awt.ButtonRTest failure: testCreateComponent_Models javax.swing.text.html.FormViewTest failure: testSubmitData javax.swing.text.html.FormViewTest failure: testActionPerformed javax.swing.text.html.FormViewTest failure: testCreateInputAttributes javax.swing.text.html.HTMLEditorKitTest Unit Test Error Details: (14) Test: testFormViewClass: javax.swing.text.html.FormViewTestjava.lang.NullPointerException at java.awt.Container.addImpl(Container.java) at java.awt.Container.add(Container.java:214) at javax.swing.text.ComponentView.setParent(ComponentView.java:173) at javax.swing.text.html.FormViewTest.testFormView(FormViewTest.java:163) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testGetMaximumSpanClass: javax.swing.text.html.FormViewTestjava.lang.NullPointerException at java.awt.Container.addImpl(Container.java) at java.awt.Container.add(Container.java:214) at javax.swing.text.ComponentView.setParent(ComponentView.java:173) at javax.swing.text.html.FormViewTest.checkFormViewSpans(FormViewTest.java:950) at javax.swing.text.html.FormViewTest.testGetMaximumSpan(FormViewTest.java:510) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testNextLinkActionClass: javax.swing.text.html.HTMLEditorKitTestjava.lang.NullPointerException at javax.swing.text.DefaultStyledDocument.getParagraphElement(DefaultStyledDocument.java:1044) at javax.swing.text.DefaultStyledDocument.getCharacterElement(DefaultStyledDocument.java:1034) at javax.swing.text.html.HTMLDocument$HTMLReader.removeDefaultBody(HTMLDocument.java:855) at javax.swing.text.html.HTMLDocument$HTMLReader.flushImpl(HTMLDocument.java:830) at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:672) at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:738) at javax.swing.text.JTextComponent.read(JTextComponent.java:1289) at javax.swing.JEditorPane.setText(JEditorPane.java:772) at javax.swing.text.html.HTMLEditorKitTest.testNextLinkAction(HTMLEditorKitTest.java:140) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testPreviousLinkActionClass: javax.swing.text.html.HTMLEditorKitTestjava.lang.NullPointerException at javax.swing.text.DefaultStyledDocument.getParagraphElement(DefaultStyledDocument.java:1044) at javax.swing.text.DefaultStyledDocument.getCharacterElement(DefaultStyledDocument.java:1034) at javax.swing.text.html.HTMLDocument$HTMLReader.removeDefaultBody(HTMLDocument.java:855) at javax.swing.text.html.HTMLDocument$HTMLReader.flushImpl(HTMLDocument.java:830) at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:672) at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:738) at javax.swing.text.JTextComponent.read(JTextComponent.java:1289) at javax.swing.JEditorPane.setText(JEditorPane.java:772) at javax.swing.text.html.HTMLEditorKitTest.testPreviousLinkAction(HTMLEditorKitTest.java:161) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testActivateLinkActionClass: javax.swing.text.html.HTMLEditorKitTestjava.lang.NullPointerException at javax.swing.text.DefaultStyledDocument.getParagraphElement(DefaultStyledDocument.java:1044) at javax.swing.text.DefaultStyledDocument.getCharacterElement(DefaultStyledDocument.java:1034) at javax.swing.text.html.HTMLDocument$HTMLReader.removeDefaultBody(HTMLDocument.java:855) at javax.swing.text.html.HTMLDocument$HTMLReader.flushImpl(HTMLDocument.java:830) at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:672) at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:738) at javax.swing.text.JTextComponent.read(JTextComponent.java:1289) at javax.swing.JEditorPane.setText(JEditorPane.java:772) at javax.swing.text.html.HTMLEditorKitTest.testActivateLinkAction(HTMLEditorKitTest.java:182) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testInsertHRActionClass: javax.swing.text.html.HTMLEditorKitTestjava.lang.NullPointerException at javax.swing.text.DefaultStyledDocument.getParagraphElement(DefaultStyledDocument.java:1044) at javax.swing.text.DefaultStyledDocument.getCharacterElement(DefaultStyledDocument.java:1034) at javax.swing.text.html.HTMLDocument$HTMLReader.removeDefaultBody(HTMLDocument.java:855) at javax.swing.text.html.HTMLDocument$HTMLReader.flushImpl(HTMLDocument.java:830) at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:672) at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:738) at javax.swing.text.JTextComponent.read(JTextComponent.java:1289) at javax.swing.JEditorPane.setText(JEditorPane.java:772) at javax.swing.text.html.HTMLEditorKitTest.testInsertHRAction(HTMLEditorKitTest.java:209) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testInsertHTMLClass: javax.swing.text.html.HTMLEditorKitTestjava.lang.NullPointerException at javax.swing.text.DefaultStyledDocument.getParagraphElement(DefaultStyledDocument.java:1044) at javax.swing.text.DefaultStyledDocument.getCharacterElement(DefaultStyledDocument.java:1034) at javax.swing.text.html.HTMLDocument$HTMLReader.removeDefaultBody(HTMLDocument.java:855) at javax.swing.text.html.HTMLDocument$HTMLReader.flushImpl(HTMLDocument.java:830) at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:672) at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:738) at javax.swing.text.html.HTMLEditorKitTest.testInsertHTML(HTMLEditorKitTest.java:247) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testReadClass: javax.swing.text.html.HTMLEditorKitTestjava.lang.NullPointerException at javax.swing.text.DefaultStyledDocument.getParagraphElement(DefaultStyledDocument.java:1044) at javax.swing.text.DefaultStyledDocument.getCharacterElement(DefaultStyledDocument.java:1034) at javax.swing.text.html.HTMLDocument$HTMLReader.removeDefaultBody(HTMLDocument.java:855) at javax.swing.text.html.HTMLDocument$HTMLReader.flushImpl(HTMLDocument.java:830) at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:672) at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:738) at javax.swing.text.html.HTMLEditorKitTest.testRead(HTMLEditorKitTest.java:300) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testHarmony2305Class: java.awt.ButtonRTestjunit.framework.AssertionFailedError at java.awt.ButtonRTest.testHarmony2305(ButtonRTest.java:71) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) Test: testHarmony3701Class: java.awt.ButtonRTestjunit.framework.AssertionFailedError at java.awt.ButtonRTest.testHarmony2305(ButtonRTest.java:71) at java.awt.ButtonRTest.testHarmony3701(ButtonRTest.java:88) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) Test: testCreateComponent_ModelsClass: javax.swing.text.html.FormViewTestjunit.framework.AssertionFailedError at javax.swing.text.html.FormViewTest.checkWithoutlModel(FormViewTest.java:980) at javax.swing.text.html.FormViewTest.checkWithoutlModel(FormViewTest.java:969) at javax.swing.text.html.FormViewTest.testCreateComponent_Models(FormViewTest.java:392) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Test: testSubmitDataClass: javax.swing.text.html.FormViewTestjunit.framework.AssertionFailedError: Test interrupted due timeout at javax.swing.BasicSwingTestCase.runBare(BasicSwingTestCase.java:147) Test: testActionPerformedClass: javax.swing.text.html.FormViewTestjunit.framework.AssertionFailedError: Test interrupted due timeout at javax.swing.BasicSwingTestCase.runBare(BasicSwingTestCase.java:147) Test: testCreateInputAttributesClass: javax.swing.text.html.HTMLEditorKitTestjunit.framework.AssertionFailedError at javax.swing.text.html.HTMLEditorKitTest.testCreateInputAttributes(HTMLEditorKitTest.java:427) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) *********************************************************** Modifications since last successful build: (924) add cc-drlvm log20070528120233Lbuild.26 05/28/2007 12:02:33drlvm add cc-classlib log20070528115042Lbuild.18 05/28/2007 11:50:42classlib modified gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/invokeJNI_em64t.asm 05/28/2007 11:20:59 The bug appears to be in interpreter. It is not documented, but it looks like x86_64 calling convention requires to have rsp to be always aligned on 16 bytes. When the number of stack arguments is odd, rsp is not aligned on 16 bytes. The same bug was fixed for windows x86_64 at revision 514264. Now this bug appeared on linux too because gcc generates movaps instructions for code which uses va_args. Such native function in EHWA scenario is FcPatternBuild. The movaps instruction requires alignment on 16 bytes. So I've made a patch similar to what I did for windows x86_64 for Linux too. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c 05/28/2007 08:48:04 Applied fix for test in HARMONY-2798 [drlvm][thread] VM cunit test test_native_basic sometimes crashes on win32 SMP modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/SyserrButtonUI.java 05/28/2007 08:37:27 Additional patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/SyserrButtonUI.java 05/28/2007 08:37:27 Additional patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.jit 05/28/2007 06:44:25 Excluded thread.ManyThreadsTest on IPFLooks like a regression after weekend... added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3982/EmptyStackTrace.cpp 05/28/2007 06:29:04 Applied HARMONY-3982 [drlvm][jvmti] JVMTI GetAllStackTraces, GetThreadListStackTraces functions work incorrectly modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_stack.cpp 05/28/2007 06:29:04 Applied HARMONY-3982 [drlvm][jvmti] JVMTI GetAllStackTraces, GetThreadListStackTraces functions work incorrectly modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 05/28/2007 06:29:04 Applied HARMONY-3982 [drlvm][jvmti] JVMTI GetAllStackTraces, GetThreadListStackTraces functions work incorrectly added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3982 05/28/2007 06:29:04 Applied HARMONY-3982 [drlvm][jvmti] JVMTI GetAllStackTraces, GetThreadListStackTraces functions work incorrectly added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3982/run.test.xml 05/28/2007 06:29:04 Applied HARMONY-3982 [drlvm][jvmti] JVMTI GetAllStackTraces, GetThreadListStackTraces functions work incorrectly added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3982/EmptyStackTrace.java 05/28/2007 06:29:04 Applied HARMONY-3982 [drlvm][jvmti] JVMTI GetAllStackTraces, GetThreadListStackTraces functions work incorrectly modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 05/28/2007 06:29:04 Applied HARMONY-3982 [drlvm][jvmti] JVMTI GetAllStackTraces, GetThreadListStackTraces functions work incorrectly modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_jit.cpp 05/28/2007 06:26:18 Applied HARMONY-3959 [drlvm][exception] Known/proven race conditions markup at vm\vmcore\src\exception\exceptions_jit.cpp at exn_propagate_exception() function modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/ia32/pim/stack_iterator_ia32.cpp 05/28/2007 06:25:45 Applied HARMONY-3948 [drlvm][port][lil] Known/proven race conditions markup at at "stack_iterator_ia32.cpp":67 at si_unwind_from_m2n() add cc-drlvm log20070528062302Lbuild.25 05/28/2007 06:23:02drlvm add cc-classlib log20070528061104Lbuild.17 05/28/2007 06:11:04classlib modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86.drl.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86.ibm.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86.drl.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86.ibm.interm 05/28/2007 04:34:08 Apply patch for exclude interm lists from HARMONY-3987:([classlib][awt] awt tests AccessibleAWTCanvas and AccessibleAWTWindow intermittently fail) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl.interm 05/28/2007 04:30:39 Set eol-style=native modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl.interm 05/28/2007 04:30:39 Set eol-style=native add cc-drlvm log20070528005358Lbuild.24 05/28/2007 00:53:58drlvm modified varlax /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 05/28/2007 00:47:52 Excluded HARMONY-2873 regtest for Win64 add cc-drlvm log20070525094204Lbuild.23 05/25/2007 09:42:04drlvm added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3909/FinalizerThreadGroup.java 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3909/FinalizerThreadGroup.cpp 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/finalizer_thread.h 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/ref_enqueue_thread.h 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3909 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/finalizer_thread.cpp 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/ref_enqueue_thread.cpp 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3909/run.test.xml 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 05/25/2007 09:13:29 Applied patch and regression test from HARMONY-3909 [drlvm][thread] Problems with associating native thread with Java thread when using AttachCurrentThread[AsDaemon] modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_init.c 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/mark_scan_pool.cpp 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_monitors.c 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 added wjwashburn /harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ManyThreadsTest.java 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_basic.c 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_suspend.c 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/los_extention_mark_scan.cpp 05/25/2007 08:51:49 harmony-2742, monitor_deallocation_25.05.2007-2.patch is committedbuild test2 passes on win32, win64, lin32 and lin64 modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp 05/25/2007 06:19:00 Regression fix for HARMONY-3954 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 05/25/2007 06:02:35 Fix for outofmemory.* failures in Linux64 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 05/25/2007 06:02:35 Fix for outofmemory.* failures in Linux64 add cc-drlvm log20070525033149Lbuild.22 05/25/2007 03:31:49drlvm add cc-classlib log20070525032009Lbuild.16 05/25/2007 03:20:09classlib modified smishura /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/Permissions2Test.java 05/25/2007 02:47:16 Fix JUnit style modified smishura /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/Permissions2Test.java 05/25/2007 02:47:16 Fix JUnit style modified varlax /harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml 05/25/2007 01:14:02 Applied HARMONY-3651 [drlvm][jit] Very slow compilation in Jitrino on Windows x86-64. modified varlax /harmony/enhanced/drlvm/trunk/vm/em/src/DrlEMImpl.cpp 05/25/2007 01:08:05 Applied HARMONY-3714 [drlvm][em] Known/proven race condition markup added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H2057/SyncTest.java 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H2057 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H2057/run.test.xml 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BBPolling.cpp 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. modified varlax /harmony/enhanced/drlvm/trunk/vm/include/jit_runtime_support.h 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlVMInterface.cpp 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.h 05/25/2007 01:00:17 Applied HARMONY-2057 [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp 05/25/2007 00:46:38 Applied HARMONY-3954 [drlvm][jit] Jitrino.OPT arraycopy optimization fails when Class[] array is used added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3954/Test.java 05/25/2007 00:46:38 Applied HARMONY-3954 [drlvm][jit] Jitrino.OPT arraycopy optimization fails when Class[] array is used added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3954 05/25/2007 00:46:38 Applied HARMONY-3954 [drlvm][jit] Jitrino.OPT arraycopy optimization fails when Class[] array is used added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3954/run.test.xml 05/25/2007 00:46:38 Applied HARMONY-3954 [drlvm][jit] Jitrino.OPT arraycopy optimization fails when Class[] array is used modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 05/24/2007 23:34:04 HHARMONY-3957 : [GC] GC doesn't enlarge the heap add cc-drlvm log20070524223838Lbuild.21 05/24/2007 22:38:38drlvm add cc-classlib log20070524222349Lbuild.15 05/24/2007 22:23:49classlib modified apetrenko /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/PreparedStatement.java 05/24/2007 18:38:37 Patch for HARMONY-3958 "[classslib] [sql] Updated Javadoc in java.sql.PreparedStatement" modified apetrenko /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/PreparedStatement.java 05/24/2007 18:38:37 Patch for HARMONY-3958 "[classslib] [sql] Updated Javadoc in java.sql.PreparedStatement" modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/24/2007 18:37:36 Patch for HARMONY-3933 "[classlib] [luni] Javadoc updates and argument renaming in java.util.Arrays" modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/24/2007 18:37:36 Patch for HARMONY-3933 "[classlib] [luni] Javadoc updates and argument renaming in java.util.Arrays" modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java 05/24/2007 18:36:50 Patch for HARMONY-3942 "[classlib] [luni] Updated Javadoc for java.util.AbstractMap.entrySet()" modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java 05/24/2007 18:36:50 Patch for HARMONY-3942 "[classlib] [luni] Updated Javadoc for java.util.AbstractMap.entrySet()" modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EnumMap.java 05/24/2007 18:35:33 Patch for HARMONY-3944 "[classlib] [luni] Updated Javadoc for java.util.EnumMap" modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EnumMap.java 05/24/2007 18:35:33 Patch for HARMONY-3944 "[classlib] [luni] Updated Javadoc for java.util.EnumMap" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTableUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiRootPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiMenuBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSeparatorUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiToolBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiButtonUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiOptionPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSpinnerUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiLabelUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiDesktopIconUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSliderUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/UIManagerTest.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/UIManager.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiScrollBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTabbedPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiInternalFrameUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiPopupMenuUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/org/apache/harmony/x/swing/internal/nls/messages.properties 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiProgressBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiToolTipUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTreeUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSplitPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiPanelUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTableHeaderUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiColorChooserUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiFileChooserUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiScrollPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/SyserrButtonUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiComboBoxUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiListUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiDesktopPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiViewportUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/SyserrLookAndFeel.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiMenuItemUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTextUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiLookAndFeel.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/MultiLookAndFeelTest.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTableUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiRootPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiMenuBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSeparatorUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiToolBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiButtonUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiOptionPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSpinnerUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiLabelUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiDesktopIconUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSliderUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/UIManagerTest.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/UIManager.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiScrollBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTabbedPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiInternalFrameUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiPopupMenuUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/org/apache/harmony/x/swing/internal/nls/messages.properties 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiProgressBarUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiToolTipUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTreeUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiSplitPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiPanelUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTableHeaderUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiColorChooserUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiFileChooserUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiScrollPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/SyserrButtonUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiComboBoxUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiListUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiDesktopPaneUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiViewportUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/SyserrLookAndFeel.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiMenuItemUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiTextUI.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/multi/MultiLookAndFeel.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" added apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/multi/MultiLookAndFeelTest.java 05/24/2007 18:05:37 Patch for HARMONY-3904 "[classlib][swing] javax.swing.plaf.multi package is unimplemented" modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 05/24/2007 12:51:52 Applying fix for File.list() and File.canRead(). See HARMONY-517. modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/helpers.c 05/24/2007 12:51:52 Applying fix for File.list() and File.canRead(). See HARMONY-517. modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 05/24/2007 12:51:52 Applying fix for File.list() and File.canRead(). See HARMONY-517. modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/helpers.c 05/24/2007 12:51:52 Applying fix for File.list() and File.canRead(). See HARMONY-517. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interpreter.cpp 05/24/2007 10:31:02 Applied additional change for windows for HARMONY-3585 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.int 05/24/2007 10:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails on interpreterThe patch changes interface with interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions. This workarounds the problem on windows that recognizes stdout in different DLLsdifferently. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/stack/stack_trace.cpp 05/24/2007 10:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails on interpreterThe patch changes interface with interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions. This workarounds the problem on windows that recognizes stdout in different DLLsdifferently. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interpreter.cpp 05/24/2007 10:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails on interpreterThe patch changes interface with interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions. This workarounds the problem on windows that recognizes stdout in different DLLsdifferently. modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.int 05/24/2007 10:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails on interpreterThe patch changes interface with interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions. This workarounds the problem on windows that recognizes stdout in different DLLsdifferently. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h 05/24/2007 10:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails on interpreterThe patch changes interface with interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions. This workarounds the problem on windows that recognizes stdout in different DLLsdifferently. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_exports.cpp 05/24/2007 10:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails on interpreterThe patch changes interface with interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions. This workarounds the problem on windows that recognizes stdout in different DLLsdifferently. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c 05/24/2007 10:14:00 It looks like these comments might refer to the OS/X man page but in factthey refer to the FreeBSD man page so I thought I should make it obvious. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c 05/24/2007 10:14:00 It looks like these comments might refer to the OS/X man page but in factthey refer to the FreeBSD man page so I thought I should make it obvious. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h 05/24/2007 07:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of vmmagic types and object fields in JET compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 05/24/2007 07:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of vmmagic types and object fields in JET compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 05/24/2007 07:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of vmmagic types and object fields in JET compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/magics.cpp 05/24/2007 07:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of vmmagic types and object fields in JET compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.cpp 05/24/2007 07:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of vmmagic types and object fields in JET compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp 05/24/2007 07:54:17 Applied HARMONY-3911 [drlvm][jit] wrong array element size calculated for allocArray helper inlining modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/24/2007 07:34:15 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/WeakHashMapTest.java 05/24/2007 07:34:15 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/24/2007 07:34:15 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/WeakHashMapTest.java 05/24/2007 07:34:15 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/24/2007 06:33:43 HARMONY-3883 : reverted ([classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test) modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/24/2007 06:33:43 HARMONY-3883 : reverted ([classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test) modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ThreadGroup.java 05/24/2007 04:59:18 Compilation warning after HARMONY-3894 fixed. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/hashcode.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace_alloc_collect.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/seq_list.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_adapt.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_space.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.h 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/los_extention_mark_scan.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 05/24/2007 03:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension modified hindessm /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/LogManager.java 05/24/2007 02:16:52 Applying patches from "[#HARMONY-3951] [classlib] [logging] Updated Javadocclass description for java.util.logging.LogManager". modified hindessm /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/LogManager.java 05/24/2007 02:16:52 Applying patches from "[#HARMONY-3951] [classlib] [logging] Updated Javadocclass description for java.util.logging.LogManager". modified hindessm /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/MemoryHandler.java 05/24/2007 02:09:49 Applying patches from "[#HARMONY-3950] [classlib] [logging] Updated Javadocclass description for java.util.logging.MemoryHandler". modified hindessm /harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/MemoryHandler.java 05/24/2007 02:09:49 Applying patches from "[#HARMONY-3950] [classlib] [logging] Updated Javadocclass description for java.util.logging.MemoryHandler". modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.opt 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.opt 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jet 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jit 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.int 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jet 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jit 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.int 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int 05/24/2007 00:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest & gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec requires modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/23/2007 20:27:46 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/23/2007 20:27:46 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_thread_group.cpp 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ThreadGroup.java 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3894/ThreadGroupChildren.java 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3894/ThreadGroupChildren.cpp 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3894 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3894/run.test.xml 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 05/23/2007 16:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10 child threds and groups modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/method_lookup.cpp 05/23/2007 16:08:53 Applied HARMONY-3949 [drlvm][class_support] Known/proven race conditions markup at "method_lookup.cpp":234 at CodeChunkInfo * Method_Lookup_Table::find(void *,bool) modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/object/vm_arrays.cpp 05/23/2007 16:07:52 Applied HARMONY-3947 [drlvm][object] Known/proven race conditions markup at vm_arrays.cpp":414 at increment_array_copy_counter() modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/vm_strings.cpp 05/23/2007 16:06:53 Applied HARMONY-3945 [drlvm][util] Known/proven race conditions markup at "vm_strings.cpp":604 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class.cpp 05/23/2007 16:05:51 Applied HARMONY-3932 [drlvm][class_support] Known/proven race conditions markup at vm\vmcore\src\class_support\Class.cpp at is_instanceof() modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CRLSelector.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStore.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CollectionCertStoreParameters.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ExtendedKeyUsage.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/Extensions.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/TBSCertList.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermissionCollection.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Permissions.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/cert/X509CertPathImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/AttributeTypeAndValueComparator.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicy.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/Name.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/Extension.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/AttributeTypeAndValue.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/CertificateIssuer.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/cert/X509CertFactoryImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/LDAPCertStoreParameters.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/asn1/InformationObjectSet.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/AlgorithmIdentifier.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/CRLNumber.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/IssuingDistributionPoint.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/BasicPermissionCollection.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/DSAPrivateKeyImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/TimestampTest.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ReasonFlags.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/AuthorityKeyIdentifier.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/DSAPublicKeyImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CertSelector.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/tsp/PKIStatusInfo.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/BasicConstraints.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/InvalidityDate.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/asn1/ASN1Choice.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/GeneralName.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ReasonCode.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/Services.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/SHA1withDSA_SignatureImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Timestamp.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CRLSelector.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStore.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CollectionCertStoreParameters.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ExtendedKeyUsage.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/Extensions.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/TBSCertList.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermissionCollection.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Permissions.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/cert/X509CertPathImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/AttributeTypeAndValueComparator.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicy.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/Name.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/Extension.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/AttributeTypeAndValue.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/CertificateIssuer.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/cert/X509CertFactoryImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/LDAPCertStoreParameters.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/asn1/InformationObjectSet.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/AlgorithmIdentifier.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/CRLNumber.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/IssuingDistributionPoint.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/BasicPermissionCollection.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/DSAPrivateKeyImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/TimestampTest.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ReasonFlags.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/AuthorityKeyIdentifier.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/DSAPublicKeyImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CertSelector.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/tsp/PKIStatusInfo.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/BasicConstraints.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/InvalidityDate.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/asn1/ASN1Choice.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/GeneralName.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ReasonCode.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/Services.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/SHA1withDSA_SignatureImpl.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified ayza /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Timestamp.java 05/23/2007 13:48:39 Applying slightly updated version of the patch for HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security module found by FindBugs) modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/root_set_enum_common.cpp 05/23/2007 10:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks VM so that it doesn't even start modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ClassLoader.java 05/23/2007 10:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks VM so that it doesn't even start modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java 05/23/2007 10:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks VM so that it doesn't even start modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 05/23/2007 10:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks VM so that it doesn't even start modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp 05/23/2007 09:48:53 Applied HARMONY-3927 [drlvm][verifier] DRLVM crashes or throw no error instead of throwing VerifyError if an instruction call has type inconsistency modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.cpp 05/23/2007 09:31:24 Fixed compilation on gcc 4.1.1 after HARMONY-3874 was committed. The redundant initialization of helperArgs causes compiler to report a warning modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/image/ImageLoader.java 05/23/2007 08:24:33 Removing obsolete call to Thread.interrupt(). This is an additional fix for HARMONY-3602. modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/image/ImageLoader.java 05/23/2007 08:24:33 Removing obsolete call to Thread.interrupt(). This is an additional fix for HARMONY-3602. modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/root_set_enum_common.cpp 05/23/2007 07:54:51 Postfix to HARMONY-3462, corrected spotted issues. modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ClassLoader.java 05/23/2007 07:54:51 Postfix to HARMONY-3462, corrected spotted issues. modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java 05/23/2007 07:54:51 Postfix to HARMONY-3462, corrected spotted issues. modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 05/23/2007 07:54:51 Postfix to HARMONY-3462, corrected spotted issues. modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/sconsts.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifier.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_meth.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/memoryoptrep.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/vm_stats.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Inst.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/include/type.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/Jitrino.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/include/open/vm.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/TranslatorIntfc.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlVMInterface.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaTranslator.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/memoryopt.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/sconsts.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/C_Interface.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Opnd.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCSafePoints.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/include/Class.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/magics.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/include/jit_intf.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_instr.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/bcproc.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Resolve.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/method.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeEmitter.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/lazyexceptionopt.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Inst.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_obj.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaTranslator.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/Jitrino.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/include/jit_runtime_support.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/val.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifytaus.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/devirtualizer.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/TranslatorIntfc.h 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJITInterface.cpp 05/23/2007 06:22:55 Applied HARMONY-3874 [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler modified varlax /harmony/enhanced/drlvm/trunk/build/make/build.xml 05/23/2007 05:14:06 Minor enhancements in "test2" and "smoke.test" modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml 05/23/2007 05:14:06 Minor enhancements in "test2" and "smoke.test" modified pyang /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/DecimalFormat.java 05/23/2007 05:04:57 Apply patch for HARMONY-3937([classlib] [text] Mistake in java.text.DecimalFormat) modified pyang /harmony/enhanced/classlib/trunk/modules/text/src/main/java/java/text/DecimalFormat.java 05/23/2007 05:04:57 Apply patch for HARMONY-3937([classlib] [text] Mistake in java.text.DecimalFormat) modified varlax /harmony/enhanced/drlvm/trunk/build/make/build.xml 05/23/2007 04:15:40 Minor enhancements in "test2" target modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 05/23/2007 02:05:07 Apply patch for HARMONY-3887([classlib][jndi] Method size() of class Rdn will throw Exception when RI passes) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/RelaxedDnParser.java 05/23/2007 02:05:07 Apply patch for HARMONY-3887([classlib][jndi] Method size() of class Rdn will throw Exception when RI passes) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 05/23/2007 02:05:07 Apply patch for HARMONY-3887([classlib][jndi] Method size() of class Rdn will throw Exception when RI passes) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/RelaxedDnParser.java 05/23/2007 02:05:07 Apply patch for HARMONY-3887([classlib][jndi] Method size() of class Rdn will throw Exception when RI passes) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestPagedResultsResponseControl.java 05/23/2007 02:03:36 Apply patch for HARMONY-3884([classlib][jndi] Class PagedResultsResponseControl is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/TestPagedResultsResponseControl.golden.ser 05/23/2007 02:03:36 Apply patch for HARMONY-3884([classlib][jndi] Class PagedResultsResponseControl is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsResponseControl.java 05/23/2007 02:03:36 Apply patch for HARMONY-3884([classlib][jndi] Class PagedResultsResponseControl is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestPagedResultsResponseControl.java 05/23/2007 02:03:36 Apply patch for HARMONY-3884([classlib][jndi] Class PagedResultsResponseControl is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/TestPagedResultsResponseControl.golden.ser 05/23/2007 02:03:36 Apply patch for HARMONY-3884([classlib][jndi] Class PagedResultsResponseControl is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsResponseControl.java 05/23/2007 02:03:36 Apply patch for HARMONY-3884([classlib][jndi] Class PagedResultsResponseControl is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.golden.ser 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/build.xml 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.golden.ser 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/build.xml 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) added pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony 05/23/2007 01:59:17 Apply patch for HARMONY-3882([classlib][jndi] Class LdapName is not serialization compatible) add cc-drlvm log20070523012527Lbuild.20 05/23/2007 01:25:27drlvm modified varlax /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 05/23/2007 01:18:51 Applied HARMONY-3930 [drlvm][testing] cunit tests should support 'test.vmargs' option modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/root_set_enum_common.cpp 05/22/2007 23:57:33 Win64 warnings fixed modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/FastArrayFilling.cpp 05/22/2007 23:57:33 Win64 warnings fixed add cc-drlvm log20070522193604Lbuild.19 05/22/2007 19:36:04drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 05/22/2007 16:56:08 Applied HARMONY-3891 [drlvm][thread] null Thread.currentThread in custom system classloader constructor modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/classloader.h 05/22/2007 16:56:08 Applied HARMONY-3891 [drlvm][thread] null Thread.currentThread in custom system classloader constructor modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Thread.java 05/22/2007 16:56:08 Applied HARMONY-3891 [drlvm][thread] null Thread.currentThread in custom system classloader constructor modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp 05/22/2007 16:56:08 Applied HARMONY-3891 [drlvm][thread] null Thread.currentThread in custom system classloader constructor modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp 05/22/2007 16:53:27 Applied HARMONY-3857 [drlvm][util] Known/proven race conditions markup at \vm\vmcore\src\util\mem_alloc.cpp (L:231) modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/object/object_handles.cpp 05/22/2007 16:52:03 Applied HARMONY-3929 [drlvm][object] Known/proven race conditions markup at vm\vmcore\src\object\object_handles.cpp(443-482) modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/root_set_enum_common.cpp 05/22/2007 14:05:00 Applied HARMONY-3462 [dlrvm][classloader][unloading] new j.l.Class tracing model modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ClassLoader.java 05/22/2007 14:05:00 Applied HARMONY-3462 [dlrvm][classloader][unloading] new j.l.Class tracing model modified gshimansky /harmony/enhanced/drlvm/trunk/vm/include/jit_import_rt.h 05/22/2007 14:05:00 Applied HARMONY-3462 [dlrvm][classloader][unloading] new j.l.Class tracing model modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java 05/22/2007 14:05:00 Applied HARMONY-3462 [dlrvm][classloader][unloading] new j.l.Class tracing model modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/classloader.h 05/22/2007 14:05:00 Applied HARMONY-3462 [dlrvm][classloader][unloading] new j.l.Class tracing model modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 05/22/2007 14:05:00 Applied HARMONY-3462 [dlrvm][classloader][unloading] new j.l.Class tracing model modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp 05/22/2007 14:03:42 Applied HARMONY-3931 [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti.cpp 05/22/2007 14:03:42 Applied HARMONY-3931 [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/jvmti_internal.h 05/22/2007 14:03:42 Applied HARMONY-3931 [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 05/22/2007 14:03:42 Applied HARMONY-3931 [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 05/22/2007 14:03:42 Applied HARMONY-3931 [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods modified gshimansky /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_basic.c 05/22/2007 14:01:14 Applied HARMONY-3892 [drlvm][thread] Deadlock during thread creation from custom sytem classloader add cc-drlvm log20070522132411Lbuild.18 05/22/2007 13:24:11drlvm add cc-classlib log20070522130640Lbuild.14 05/22/2007 13:06:40classlib added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3698 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3698/run.test.xml 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/jvmti_direct.h 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_stack.cpp 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3698/ExceptionLocation.java 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3698/ExceptionLocation.cpp 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 05/22/2007 10:58:54 Applied HARMONY-3698 [drlvm][jvmti] location of EXCEPTION event differs from location of top stack frame modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 05/22/2007 10:58:04 Applied HARMONY-3832 [drlvm][classloader] VM does not throw ClassFormatError when class_info contains wrong name_index added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/tests/gl 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/tests/gl/image 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/resources/images 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/resources/images/test.gif 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/tests/gl/image/ImageDecoderTest.java 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/tests/gl 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/tests/gl/image 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/resources/images 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/resources/images/test.gif 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) added ayza /harmony/enhanced/classlib/trunk/modules/awt/src/test/api/java/common/org/apache/harmony/awt/tests/gl/image/ImageDecoderTest.java 05/22/2007 07:28:38 Adding regression test for HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) add cc-drlvm log20070522071558Lbuild.17 05/22/2007 07:15:58drlvm add cc-classlib log20070522070136Lbuild.13 05/22/2007 07:01:36classlib modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputStream.java 05/22/2007 05:09:11 Applying patch from HARMONY-3916 ([classlib][io] Harmony throws unexpected NotActiveException when there's a ObjectInputValidation registered) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/ObjectInputStreamTest.java 05/22/2007 05:09:11 Applying patch from HARMONY-3916 ([classlib][io] Harmony throws unexpected NotActiveException when there's a ObjectInputValidation registered) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputStream.java 05/22/2007 05:09:11 Applying patch from HARMONY-3916 ([classlib][io] Harmony throws unexpected NotActiveException when there's a ObjectInputValidation registered) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/ObjectInputStreamTest.java 05/22/2007 05:09:11 Applying patch from HARMONY-3916 ([classlib][io] Harmony throws unexpected NotActiveException when there's a ObjectInputValidation registered) add cc-drlvm log20070522010527Lbuild.16 05/22/2007 01:05:27drlvm add cc-classlib log20070522005312Lbuild.12 05/22/2007 00:53:12classlib modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/PropertiesTest.java 05/21/2007 23:17:42 Fixing junit usage in regression test. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/PropertiesTest.java 05/21/2007 23:17:42 Fixing junit usage in regression test. add cc-drlvm log20070521191730Lbuild.15 05/21/2007 19:17:30drlvm add cc-classlib log20070521190339Lbuild.11 05/21/2007 19:03:39classlib modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLEngineTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/java/javax/net/ssl/SSLContextSpiTests.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLContext2Test.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/java/javax/net/ssl/KeyManagerFactorySpiTests.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/CipherSuiteTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/KeyManagerFactory2Test.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/ProtocolVersionTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSessionImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSessionContextImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketFunctionalTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/TrustManagerImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/TrustManagerFactoryImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/KeyManagerImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLStreamedInputTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/HandshakeProtocolTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLEngineImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketFactoriesTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/KeyManagerFactoryImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/java/javax/net/ssl/TrustManagerFactorySpiTests.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/TrustManagerFactory2Test.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLEngineTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/java/javax/net/ssl/SSLContextSpiTests.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLContext2Test.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/java/javax/net/ssl/KeyManagerFactorySpiTests.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/CipherSuiteTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/KeyManagerFactory2Test.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/ProtocolVersionTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSessionImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSessionContextImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketFunctionalTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/TrustManagerImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/TrustManagerFactoryImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/KeyManagerImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLStreamedInputTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/HandshakeProtocolTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLEngineImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketFactoriesTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/KeyManagerFactoryImplTest.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/java/javax/net/ssl/TrustManagerFactorySpiTests.java 05/21/2007 15:31:19 Cleaning up junit usage. modified hindessm /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/TrustManagerFactory2Test.java 05/21/2007 15:31:19 Cleaning up junit usage. modified ayza /harmony/enhanced/classlib/trunk/modules/regex/src/test/java/org/apache/harmony/tests/java/util/regex/MatcherTest.java 05/21/2007 15:18:31 New test for testing \s class was added. Inspired by HARMONY-3360. modified ayza /harmony/enhanced/classlib/trunk/modules/regex/src/test/java/org/apache/harmony/tests/java/util/regex/MatcherTest.java 05/21/2007 15:18:31 New test for testing \s class was added. Inspired by HARMONY-3360. modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/OperatingSystemMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/CompilationMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/GarbageCollectorMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ClassLoadingMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryManagerMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/RuntimeMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/OperatingSystemMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/CompilationMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/GarbageCollectorMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ClassLoadingMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryManagerMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/RuntimeMXBean.java 05/21/2007 15:05:35 Applied patch from "[#HARMONY-3926][classlib][lang-management] Various Javadoc Updates". modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/midi/MidiMessageTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/AudioSystemTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/midi/MetaMessageTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/midi/PatchTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/midi/MidiMessageTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/AudioSystemTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/midi/MetaMessageTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. modified hindessm /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/midi/PatchTest.java 05/21/2007 14:01:54 Fixing junit usage - use assertEquals w/parameters in the correct order. add cc-drlvm log20070521130628Lbuild.14 05/21/2007 13:06:28drlvm add cc-classlib log20070521125419Lbuild.10 05/21/2007 12:54:19classlib deleted hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/bigint.h 05/21/2007 09:50:03 Removing unused header file. deleted hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/bigint.h 05/21/2007 09:50:03 Removing unused header file. deleted hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/shared/Exceptions.c 05/21/2007 07:46:11 Removing unused source files. deleted hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/shared/include/Exceptions.h 05/21/2007 07:46:11 Removing unused source files. deleted hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/shared/Exceptions.c 05/21/2007 07:46:11 Removing unused source files. deleted hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/shared/include/Exceptions.h 05/21/2007 07:46:11 Removing unused source files. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/LinuxNativeFont.c 05/21/2007 07:26:48 Fix implicit declaration of function 'throwNPException'. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/LinuxNativeFont.c 05/21/2007 07:26:48 Fix implicit declaration of function 'throwNPException'. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysock.c 05/21/2007 07:17:29 Linux man for inet_addr says: This is an obsolete interface to inet_aton(), described immediately above; it is obsolete because -1 is a valid address (255.255.255.255), and inet_aton() provides a cleaner way to indicate error return.so I've modified the code to use inet_aton instead. I also fixed abug in the documentation. (The [in] and [out] parameters where thewrong way around.) modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysock.c 05/21/2007 07:17:29 Linux man for inet_addr says: This is an obsolete interface to inet_aton(), described immediately above; it is obsolete because -1 is a valid address (255.255.255.255), and inet_aton() provides a cleaner way to indicate error return.so I've modified the code to use inet_aton instead. I also fixed abug in the documentation. (The [in] and [out] parameters where thewrong way around.) add cc-drlvm log20070521070440Lbuild.13 05/21/2007 07:04:40drlvm add cc-classlib log20070521065022Lbuild.9 05/21/2007 06:50:22classlib modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/21/2007 05:37:47 Applied patch from "[#HARMONY-3919][classlib][luni] Minor Javadoc change to java.util.Arrays". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/21/2007 05:37:47 Applied patch from "[#HARMONY-3919][classlib][luni] Minor Javadoc change to java.util.Arrays". modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfiletext.c 05/21/2007 05:03:49 Adding missing function prototypes and removing unused variable. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfiletext.c 05/21/2007 05:03:49 Adding missing function prototypes and removing unused variable. modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java 05/21/2007 04:37:56 Applying patch from "[#HARMONY-3918] [classlib] [lang-management] Minor Javadoc fix in MemoryPoolMXBean". modified hindessm /harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java 05/21/2007 04:37:56 Applying patch from "[#HARMONY-3918] [classlib] [lang-management] Minor Javadoc fix in MemoryPoolMXBean". modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/RuntimeMemorySpy.java 05/21/2007 04:04:54 Applying patch for RuntimeMemorySpy, see HARMONY-3785 ([classlib][nio] FileChannel.transferFrom[To] methods throw unexpected IOException) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/RuntimeMemorySpy.java 05/21/2007 04:04:54 Applying patch for RuntimeMemorySpy, see HARMONY-3785 ([classlib][nio] FileChannel.transferFrom[To] methods throw unexpected IOException) modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/extra/java_script.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/extra/aprutil.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/extra/apr.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/deploy.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/extra/log4cxx.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/targets/common_extra.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_cc.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/vm/interpreter.xml 05/21/2007 01:26:20 Changing from os linux to osfamily unix. Some of these willundoubtedly become more specific but this is a good first approximation. add cc-drlvm log20070521005844Lbuild.12 05/21/2007 00:58:44drlvm modified hindessm /harmony/enhanced/drlvm/trunk/build/make/components/README.txt 05/21/2007 00:58:11 Update README.txt with osfamily addition. add cc-drlvm log20070519192943Lbuild.11 05/19/2007 19:29:43drlvm add cc-classlib log20070519191547Lbuild.8 05/19/2007 19:15:47classlib added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_pl.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_hu.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/deflater.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luniglob.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_tr.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/depends/build/defines.mak 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh_CN.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/build.xml 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/jarfile.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_es.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zcpool.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_it.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/shared/inst_agt.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ja.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/inflater.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_fr.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/build.xml 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ca.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ru.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/DoxygenSupport.txt 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipcache.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh_TW.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/depends/build/defines.mk 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/DoxygenSupport.txt 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_cs.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ko.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_sk.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_sl.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipalloc.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archiveglob.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/vmi.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_de.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzipnls.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hyzip.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipsup.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/make/properties.xml 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipsup.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_pt_BR.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_pl.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_hu.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/deflater.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luniglob.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_tr.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/depends/build/defines.mak 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh_CN.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/zip.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/build.xml 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/jarfile.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_es.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zcpool.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_it.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/shared/inst_agt.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ja.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/inflater.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_fr.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/build.xml 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ca.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ru.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/DoxygenSupport.txt 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipcache.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_zh_TW.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/depends/build/defines.mk 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/DoxygenSupport.txt 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_cs.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_ko.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_sk.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_sl.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipalloc.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archiveglob.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/vmi.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_de.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzipnls.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hyzip.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipsup.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/make/properties.xml 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/zipsup.h 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip_pt_BR.nls 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". added hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/shared/hyzip.c 05/19/2007 14:22:00 Applying patches from "[#HARMONY-3563] modify VMI to hide internal VMdata structures exposed by getZipCachePool() VMI function". add cc-drlvm log20070519132811Lbuild.10 05/19/2007 13:28:11drlvm add cc-classlib log20070519131622Lbuild.7 05/19/2007 13:16:22classlib modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PipedInputStream.java 05/19/2007 12:02:49 Applying patch for PipedInputStream from HARMONY-3347 ([classlib][io] ant exec.redirector is unstable while works on HDK) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/PipedInputStream.java 05/19/2007 12:02:49 Applying patch for PipedInputStream from HARMONY-3347 ([classlib][io] ant exec.redirector is unstable while works on HDK) add cc-drlvm log20070519073551Lbuild.9 05/19/2007 07:35:51drlvm add cc-classlib log20070519072405Lbuild.6 05/19/2007 07:24:05classlib modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/image/ImageDecoder.java 05/19/2007 06:12:11 Applying patch from HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) modified ayza /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/image/ImageDecoder.java 05/19/2007 06:12:11 Applying patch from HARMONY-3602 ([classlib][awt][drlvm][netbeans] ImageDecoder.terminate() interrupts current thread) add cc-drlvm log20070519014118Lbuild.8 05/19/2007 01:41:18drlvm modified hindessm /harmony/enhanced/drlvm/trunk/build/make/build_component.xml 05/19/2007 01:38:23 Adding osfamily parameter to . add cc-drlvm log20070518153036Lbuild.7 05/18/2007 15:30:36drlvm modified hindessm /harmony/enhanced/drlvm/trunk/build/make/setup.xml 05/18/2007 15:16:07 Fixing linux to unix and adding macosx. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/targets/ehwa.test.xml 05/18/2007 15:16:07 Fixing linux to unix and adding macosx. modified hindessm /harmony/enhanced/drlvm/trunk/build/make/build.xml 05/18/2007 13:44:54 Fixing linux to unix. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp 05/18/2007 11:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow analysis error' is reported for class in AXIS2 server binary distribution modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_subroutine.cpp 05/18/2007 11:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow analysis error' is reported for class in AXIS2 server binary distribution modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp 05/18/2007 11:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow analysis error' is reported for class in AXIS2 server binary distribution modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp 05/18/2007 11:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow analysis error' is reported for class in AXIS2 server binary distribution modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Graph.cpp 05/18/2007 11:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow analysis error' is reported for class in AXIS2 server binary distribution modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_real.h 05/18/2007 11:27:19 Applied HARMONY-3720 [drlvm][verifier] VerifyError: 'Data flow analysis error' is reported for class in AXIS2 server binary distribution add cc-drlvm log20070518095348Lbuild.6 05/18/2007 09:53:48drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 05/18/2007 09:47:03 Applied HARMONY-3056 [drlvm][classloader] EUT intermittemintly fail on assertion in classloader add cc-classlib log20070518094038Lbuild.5 05/18/2007 09:40:38classlib modified ayza /harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/zip/GZIPInputStream.java 05/18/2007 09:04:18 Applying another patch from HARMONY-3703 ( [classlib][archive][netbeans] GZIPInputStream throws IOException when feeding from the network) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/GZIPInputStreamTest.java 05/18/2007 09:04:18 Applying another patch from HARMONY-3703 ( [classlib][archive][netbeans] GZIPInputStream throws IOException when feeding from the network) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/zip/GZIPInputStream.java 05/18/2007 09:04:18 Applying another patch from HARMONY-3703 ( [classlib][archive][netbeans] GZIPInputStream throws IOException when feeding from the network) modified ayza /harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/GZIPInputStreamTest.java 05/18/2007 09:04:18 Applying another patch from HARMONY-3703 ( [classlib][archive][netbeans] GZIPInputStream throws IOException when feeding from the network) modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.ia64.jit 05/18/2007 06:01:59 Excluded test for HARMONY-3905 add cc-drlvm log20070518040622Lbuild.5 05/18/2007 04:06:22drlvm modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.ia64.int 05/18/2007 01:05:44 Unexcluded tests for HARMONY-3758 modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/compile.cpp 05/18/2007 00:45:37 Applied HARMONY-3370,HARMONY-3371,HARMONY-3728 [drlvm] known thread-unsafe operations markup modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp 05/18/2007 00:45:37 Applied HARMONY-3370,HARMONY-3371,HARMONY-3728 [drlvm] known thread-unsafe operations markup modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJITInterface.cpp 05/18/2007 00:45:37 Applied HARMONY-3370,HARMONY-3371,HARMONY-3728 [drlvm] known thread-unsafe operations markup add cc-drlvm log20070517222916Lbuild.4 05/17/2007 22:29:16drlvm modified smishura /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp 05/17/2007 22:26:45 Quick fix for commit r538982 (DRLVM build fails on Windows x86):Fixed bug HARMONY-3758 [drlvm][classloader] assert fires in String_Pool::lookup() add cc-classlib log20070517154118Lbuild.4 05/17/2007 15:41:18classlib modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/SecurityManagerTest.java 05/17/2007 12:57:45 Applying patch for test from HARMONY-2451 ([classlib][luni] SecurityManager.getClassContext output differs from the RI) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/SecurityManagerTest.java 05/17/2007 12:57:45 Applying patch for test from HARMONY-2451 ([classlib][luni] SecurityManager.getClassContext output differs from the RI) modified ayza /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMStack.cpp 05/17/2007 12:56:23 Applying patch for HARMONY-2451 ([classlib][luni] SecurityManager.getClassContext output differs from the RI) modified ayza /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/org/apache/harmony/vm/VMStack.java 05/17/2007 12:56:23 Applying patch for HARMONY-2451 ([classlib][luni] SecurityManager.getClassContext output differs from the RI) modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp 05/17/2007 10:55:47 Fixed bug HARMONY-3758 [drlvm][classloader] assert fires in String_Pool::lookup()For some reason in unaligned case when string is read byte by byte the signed char byteswere converted to POINTER_SIZE_INT with sign extend. When string contains unicodecharacters ( >= 128) this leads to incorrect results because upper bytes of thebyte are filled with 0xff bytes. The fix is to consider bytes as unsigned beforeextending them to POINTER_SIZE_INT. modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/ResourceBundleTest.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support/B.properties 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/I.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ResourceBundle.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/P.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/A.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/B.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/ResourceBundleTest.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support/B.properties 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/I.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util/support 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/resources/tests/api/java/util 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ResourceBundle.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/P.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/A.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) added ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/support/B.java 05/17/2007 10:30:55 Applying slightly modified version of the patch from HARMONY-3823 ([classlib][luni] Wrong implementation of strategy for instantiating resource bundles in java.util.ResourceBundle) add cc-drlvm log20070517101616Lbuild.3 05/17/2007 10:16:16drlvm add cc-classlib log20070517100441Lbuild.3 05/17/2007 10:04:41classlib modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/17/2007 09:06:00 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test. modified xli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java 05/17/2007 09:06:00 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray() intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test. modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.jit 05/17/2007 07:52:37 Updated x-lists for IA64 modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.ia64.jit 05/17/2007 07:52:37 Updated x-lists for IA64 modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/include/IpfCodeSelector.h 05/17/2007 07:50:46 Applied HARMONY-3872 [drlvm][jit][opt] ArrayCopy optimization does not insert pseudoThrow insts in loops modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 05/17/2007 07:50:46 Applied HARMONY-3872 [drlvm][jit][opt] ArrayCopy optimization does not insert pseudoThrow insts in loops modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv 05/17/2007 07:37:43 Excluded StackTest for srv on all IA-32 platforms, there is related HARMONY-3731 modified varlax /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv 05/17/2007 07:37:43 Excluded StackTest for srv on all IA-32 platforms, there is related HARMONY-3731 modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp 05/17/2007 05:08:37 Fixed failing assertion after [r538551] HARMONY-3636 add cc-drlvm log20070517044135Lbuild.2 05/17/2007 04:41:35drlvm add cc-classlib log20070517043018Lbuild.2 05/17/2007 04:30:18classlib modified ayza /harmony/enhanced/classlib/trunk/make/build-java.xml 05/17/2007 03:06:54 Correcting error message for case if ECJ compiler class is not found modified ayza /harmony/enhanced/classlib/trunk/make/build-java.xml 05/17/2007 03:06:54 Correcting error message for case if ECJ compiler class is not found add cc-drlvm log20070516225808Lbuild.1 05/16/2007 22:58:08drlvm add cc-classlib log20070516224359Lbuild.1 05/16/2007 22:43:59classlib modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/shared/nativelib_common.h 05/16/2007 15:36:21 Another trivial change for Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/shared/nativelib_common.h 05/16/2007 15:36:21 Another trivial change for Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/procimpl.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/unix/hysock.h 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/hyenv.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/make/properties.xml 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemoryLinux32.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/depends/build/platform/macosx.ppc32.mk 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/nativelib_common.h 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysiglinux.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/procimpl.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/unix/hysock.h 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysigunix.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/hyenv.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/make/properties.xml 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemoryLinux32.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/depends/build/platform/macosx.ppc32.mk 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/nativelib_common.h 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/hysiglinux.c 05/16/2007 15:27:43 Minor tweaks to get things to compile on Mac OS/X. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/main_hlp.c 05/16/2007 15:18:42 Use refactored PLATFORM_DLL_EXTENSION instead of hardcoded string. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/unix/main_hlp.c 05/16/2007 15:18:42 Use refactored PLATFORM_DLL_EXTENSION instead of hardcoded string. modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_general.cpp 05/16/2007 13:51:05 Applied HARMONY-3799 [drlvm][jvmti] compatibility: GetVersionNumber returns the value with zero micro version modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c 05/16/2007 13:30:05 Refactor PLATFORM_DLL_EXTENSION define to hycomp.h modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/cmain.c 05/16/2007 12:48:49 Exiting silently with 0 exit code when hyport_init_library fails isprobably not very helpful. So now it outputs a message and exits witha non-zero return code - the return code from hyport_init_librarywhich usually means the error can be found indeploy/include/hyporterror.h. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/cmain.c 05/16/2007 12:48:49 Exiting silently with 0 exit code when hyport_init_library fails isprobably not very helpful. So now it outputs a message and exits witha non-zero return code - the return code from hyport_init_librarywhich usually means the error can be found indeploy/include/hyporterror.h. modified smishura /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp 05/16/2007 09:19:30 Quick fix for commit r538551(DRLVM build fails on Linux):(Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/AbstractMapTest.java 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] AbstractMap seems to have a flawed equals method) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] AbstractMap seems to have a flawed equals method) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/AbstractMapTest.java 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] AbstractMap seems to have a flawed equals method) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractMap.java 05/16/2007 08:15:42 Apply new patch for HARMONY-3865([classlib][luni] AbstractMap seems to have a flawed equals method) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method size() of class javax.naming.ldap.LdapName return different value from RI) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method size() of class javax.naming.ldap.LdapName return different value from RI) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method size() of class javax.naming.ldap.LdapName return different value from RI) modified pyang /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 05/16/2007 07:38:18 Apply patch for HARMONY-3879([classlib][jndi] Method size() of class javax.naming.ldap.LdapName return different value from RI) modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/java_type.cpp 05/16/2007 07:08:28 Applied HARMONY-3840 [drlvm][classloader] 'clss' field is never cached for TypeDesc struct modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.h 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32ConstraintsResolver.cpp 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server.emconf 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.cpp 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32SpillGen.cpp 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32WebMaker.cpp 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode added varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32ConstraintsResolver.h 05/16/2007 06:58:35 Applied HARMONY-3636 [DRLVM][jit]Color-graph register allocator enable in server mode modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/16/2007 05:29:01 Patch for HARMONY-3339 "[classlib][luni][EUT] 51 tests fail in jdtcoremodel suit with NullPointerException" modified apetrenko /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Arrays.java 05/16/2007 05:29:01 Patch for HARMONY-3339 "[classlib][luni][EUT] 51 tests fail in jdtcoremodel suit with NullPointerException" added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/hashcode.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector_alloc.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/vector_block.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace_alloc_collect.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/seq_list.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_block.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_space.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/los_extention_mark_scan.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.h 05/16/2007 04:24:12 HARMONY-3875 : [DRLVM][GC] object hashcode support improved in GCv5 modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 05/16/2007 04:19:29 j.s.text.html.MinimalHTMLWriterTest has been removed from exclude list after the HARMONY-2379 patch modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 05/16/2007 04:19:29 j.s.text.html.MinimalHTMLWriterTest has been removed from exclude list after the HARMONY-2379 patch modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/html/MinimalHTMLWriterTest.java 05/16/2007 04:18:03 Patch for HARMONY-2379 "[classlib][swing][html] unit test fails: j.s.text.html.MinimalHTMLWriterTest" modified apetrenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/html/MinimalHTMLWriterTest.java 05/16/2007 04:18:03 Patch for HARMONY-2379 "[classlib][swing][html] unit test fails: j.s.text.html.MinimalHTMLWriterTest"