You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Xiao-Feng Li <xi...@gmail.com> on 2007/04/23 07:34:18 UTC

[DRLVM][JIT] some bug in Ia32i586InstsExpansion.cpp related code?

A failure with Linux32 classlib test is an assertion break in
"Ia32i586InstsExpansion.cpp" as show below.

Thanks,
xiaofeng


> -----Original Message-----
> Subject: [build-test alert] BUILD FAILED SUSE 9 Linux gcc debug x86:
> classlib tests
>
> BUILD FAILED:
>         Ant Error Message:
> /export/cruise/trunk/cc/projects/classlib/trunk/build.xml:169: The
> following error occurred while executing this line:
> /export/cruise/trunk/cc/projects/classlib/trunk/make/build-test.xml:142:
> There were test crashes:
> /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/TEST-j
> ava.awt.geom.CubicCurve2DFloatTest.xml:/export/cruise/trunk/cc/projects/
> classlib/trunk/build/test_report/TEST-org.apache.harmony.luni.tests.java
> .lang.ThreadGroupTest.xml
>
> Date of build:  04/23/2007 09:53:17
> Time to build:  93 minutes 5 seconds
> Last changed:   04/23/2007 08:52:31
> Last log entry: Add locks, mfence and sfence instructions to align
> windows with linux
>
>
> ***********************************************************
> Errors/Warnings:        (542)
>
> Tests FAILED (timeout)
> Tests FAILED
>
> ========================================
> Testing class libraries...
> ========================================
> Checking for depends/jars/yoko_M2-20070130/yoko.jar
> Checking for depends/jars/yoko_M2-20070130/yoko-core.jar
> Checking for depends/jars/yoko_M2-20070130/yoko-rmi-impl.jar
> Checking for depends/jars/yoko_M2-20070130/yoko-rmi-spec.jar
> Checking for depends/jars/bcel-5.2/bcel-5.2.jar
> Checking for depends/jars/xalan-j_2.7.0/xalan.jar
> Checking for depends/jars/xerces_2.9.0/xerces.zip
> Checking for depends/jars/junit_3.8.2/junit.jar
> Checking for depends/jars/bcprov-jdk15-134/bcprov.jar
> Checking for depends/jars/icu4j_3.4.4/icu4j_3_4_4.jar
> Checking for depends/jars/mx4j_3.0.2/mx4j.zip
> Checking for depends/jars/ecj_3.2/ecj_3.2.jar
> Checking for depends/jars/jetty/jetty-6.0.0.jar
> Checking for depends/jars/jetty/jetty-util-6.0.0.jar
> Checking for depends/jars/jetty/servlet-api-2.5-6.0.0.jar
> Checking for depends/libs/build/lcms/icc34.h
> Checking for depends/libs/build/lcms/lcms.h
> Checking for depends/libs/build/png/pngconf.h
> Checking for depends/libs/build/png/png.h
> Checking for depends/libs/build/jpeg/jconfig.lnx
> Checking for depends/libs/build/jpeg/jpeglib.h
> Checking for depends/libs/build/jpeg/jmorecfg.h
> Checking for depends/libs/build/jpeg/jerror.h
> Checking for depends/libs/build/lcms/liblcms.linux.x86
> Checking for depends/libs/build/png/libpng.linux.x86
> Checking for depends/libs/build/jpeg/libjpeg.linux.x86
> hy.test.vm.name = drl
> Compiling ACCESSIBILITY classes
> Compiling ACCESSIBILITY tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling ANNOTATION classes
> Compiling ANNOTATION tests
> Since fork is false, ignoring memoryMaximumSize setting
> ----------
> 1. WARNING in
> /export/cruise/trunk/cc/projects/classlib/trunk/modules/annotation/src/t
> est/java/org/apache/harmony/annotation/tests/java/lang/annotation/Incomp
> leteAnnotationExceptionTest.java
>  (at line 53)
>         clazz, elementName);
>         ^^^^^
> Type safety: The expression of type Class needs unchecked conversion to
> conform to Class<? extends Annotation>
> ----------
> 1 problem (1 warning)
> Compiling APPLET classes
> Compiling APPLET tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling ARCHIVE classes
> Compiling ARCHIVE tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling AUTH classes
> Compiling AUTH tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling AWT classes
> Compiling AWT tests
> Since fork is false, ignoring memoryMaximumSize setting
> java:
> /export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerato
> r/ia32/Ia32i586InstsExpansion.cpp:272: virtual void
> Jitrino::Ia32::I586InstsExpansion::runImpl(): Assertion
> `(*xmmMemOpsPtr)[regNum2]' failed.
> SIGABRT in VM code.
> Stack trace:
>   0: ?? (??:-1)
>   1: abort (??:-1)
>   2: __assert_fail (??:-1)
>   3: .L81
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerat
> or/ia32/Ia32i586InstsExpansion.cpp:275)
>   4: Jitrino::Ia32::SessionAction::run()
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerat
> or/ia32/Ia32IRManager.cpp:2269)
>   5: Jitrino::runPipeline(Jitrino::CompilationContext*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> o.cpp:227)
>   6: Jitrino::compileMethod(Jitrino::CompilationContext*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> o.cpp:262)
>   7: Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> o.cpp:287)
>   8: JIT_compile_method_with_params
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJ
> ITInterface.cpp:279)
>   9: Dll_JIT::compile_method_with_params(void*, Method*,
> OpenMethodExecutionParams)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/include/dll_jit_
> intf.h:86)
>  10: compile_do_compilation_jit(Method*, JIT*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> cpp:657)
>  11: vm_compile_method
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_suppor
> t/C_Interface.cpp:2492)
>  12: DrlEMImpl::compileMethod(Method*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:54
> 0)
>  13: CompileMethod
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:49)
>  14: compile_do_compilation
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> cpp:770)
>  15: compile_me(Method*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> cpp:790)
>  16: 0x41A56162  <Generated stub>
>  17: vm_invoke_native_array_stub
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> se/invoke_native_stub_ia32.asm:41)
>  18: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> se/ini_iA32.cpp:199)
>  19: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> 9)
>  20: ExecuteMethod
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
>  21: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> 51)
>  22: call_method_no_ref_result
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> od.cpp:187)
>  23: CallVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*, jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> od.cpp:225)
>  24: invoke_primitive_method
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> es/native/java_lang_reflect_VMReflection.cpp:186)
>  25: Java_java_lang_reflect_VMReflection_invokeMethod
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> es/native/java_lang_reflect_VMReflection.cpp:222)
>  26: 0x536AE953  <Generated stub>
>  27: ?? (??:-1)
>  28:
> java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lj
> ava/lang/Object; (Method.java:381)
>  29: junit/framework/TestCase.runTest()V (TestCase.java:164)
>  30: junit/framework/TestCase.runBare()V (TestCase.java:-1)
>  31: junit/framework/TestResult$1.protect()V (TestResult.java:-1)
>  32:
> junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/fra
> mework/Protectable;)V (TestResult.java:-1)
>  33: junit/framework/TestResult.run(Ljunit/framework/TestCase;)V
> (TestResult.java:-1)
>  34: junit/framework/TestCase.run(Ljunit/framework/TestResult;)V
> (TestCase.java:-1)
>  35:
> junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework
> /TestResult;)V (TestSuite.java:230)
>  36: junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V
> (TestSuite.java:-1)
>  37: org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run()V
> (JUnitTestRunner.java:-1)
>  38:
> org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(Lorg
> /apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZLjava/util/Prope
> rties;)I (JUnitTestRunner.java:672)
>  39:
> org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main([Ljava
> /lang/String;)V (JUnitTestRunner.java:546)
>  40: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> se/ini_iA32.cpp:199)
>  41: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> 9)
>  42: ExecuteMethod
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
>  43: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> 51)
>  44: call_static_method_no_ref_result
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> od.cpp:1154)
>  45: CallStaticVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*,
> jvalue*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> od.cpp:1562)
>  46: CallStaticVoidMethodV(JNIEnv_External*, _jobject*, _jmethodID*,
> char*)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> od.cpp:1546)
>  47: CallStaticVoidMethod(JNIEnv_External*, _jobject*, _jmethodID*, ...)
> (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> od.cpp:1536)
>  48: main_runJavaMain (../shared/main.c:1320)
>  49: invocation (../shared/main.c:730)
>  50: gpProtectedMain (../shared/main.c:379)
>  51: main (../shared/cmain.c:147)
>  52: __libc_start_main (??:-1)
>  53: _start (../sysdeps/i386/elf/start.S:105)
> <end of stack trace>
> Compiling BEANS classes
> Compiling support classes for BEANS tests
> Compiling internal BEANS tests
> Compiling BEANS tests
> Since fork is false, ignoring memoryMaximumSize setting
> Running internal BEANS tests
> Running BEANS tests
> Compiling CRYPTO classes
> Compiling CRYPTO test support files
> Compiling CRYPTO api tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling CRYPTO api injected tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling CRYPTO impl injected tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling CRYPTO impl tests
> Since fork is false, ignoring memoryMaximumSize setting
> Running CRYPTO api tests
> Running CRYPTO api.injected tests
> Running CRYPTO impl tests
> Running CRYPTO impl injected tests
> Compiling ImageIO classes
> Compiling ImageIO tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling INSTRUMENT classes
> Compiling INSTRUMENT tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling JNDI classes
> Compiling JNDI tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling LANG-MANAGEMENT classes
> Compiling LANG-MANAGEMENT API tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling LANG-MANAGEMENT Implementation tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling LOGGING classes
> Compiling LOGGING tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling LUNI classes
> Compiling LUNI JUnit Tests
> Since fork is false, ignoring memoryMaximumSize setting
> Running LUNI JUnit Tests
> Compiling MATH classes
> Compiling MATH tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling MISC classes
> Compiling MISC tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling NIO classes
> Compiling NIO tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling NIO_CHAR classes
> Compiling NIO_CHAR tests
> Since fork is false, ignoring memoryMaximumSize setting
> Cannot find unmappable byte array for US-ASCII
> Cannot find unmappable byte array for gb18030
> Cannot find unmappable byte array for ISO-8859-1
> Cannot find malform byte array for ISO-8859-1
> Cannot find unmappable byte array for UTF-16BE
> Cannot find malform byte array for UTF-16BE
> Cannot find unmappable byte array for UTF-16
> Cannot find malform byte array for UTF-16
> Cannot find unmappable byte array for UTF-16LE
> Cannot find malform byte array for UTF-16LE
> Cannot find unmappable byte array for UTF-8
> Compiling PACK200 classes
> Compiling PACK200 tests
> Since fork is false, ignoring memoryMaximumSize setting
> Running PACK200 tests
> init: passed
> hyerror: passed
> hytime: passed
> hyfile: passed
> Compiling PREFS classes
> Compiling PREFS tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling PRINT classes
> Compiling Print tests
> Since fork is false, ignoring memoryMaximumSize setting
> java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :229)
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :509)
>         at java.net.Socket.connect(Socket.java)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .getHTTPConnection(HttpURLConnection.java:635)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .connect(HttpURLConnection.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> tService(CUPSPrintServiceProvider.java:471)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> Service(CUPSPrintServiceProvider.java:169)
>         at
> javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> kup.java)
>         at
> javax.print.attribute.HashAttributeTest.testAdd2(HashAttributeTest.java:
> 128)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:381)
>         at junit.framework.TestCase.runTest(TestCase.java:154)
>         at junit.framework.TestCase.runBare(TestCase.java)
>         at junit.framework.TestResult$1.protect(TestResult.java)
>         at junit.framework.TestResult.runProtected(TestResult.java)
>         at junit.framework.TestResult.run(TestResult.java)
>         at junit.framework.TestCase.run(TestCase.java)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> stRunner.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> tTestRunner.java:672)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> estRunner.java:546)
> java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :229)
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :509)
>         at java.net.Socket.connect(Socket.java)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .getHTTPConnection(HttpURLConnection.java:635)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .connect(HttpURLConnection.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> tService(CUPSPrintServiceProvider.java:471)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> Service(CUPSPrintServiceProvider.java:169)
>         at
> javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> kup.java)
>         at
> javax.print.attribute.HashAttributeTest.testEquals(HashAttributeTest.jav
> a:284)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:381)
>         at junit.framework.TestCase.runTest(TestCase.java:154)
>         at junit.framework.TestCase.runBare(TestCase.java)
>         at junit.framework.TestResult$1.protect(TestResult.java)
>         at junit.framework.TestResult.runProtected(TestResult.java)
>         at junit.framework.TestResult.run(TestResult.java)
>         at junit.framework.TestCase.run(TestCase.java)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> stRunner.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> tTestRunner.java:672)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> estRunner.java:546)
> java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :229)
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :509)
>         at java.net.Socket.connect(Socket.java)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .getHTTPConnection(HttpURLConnection.java:635)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .connect(HttpURLConnection.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> tService(CUPSPrintServiceProvider.java:471)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> Service(CUPSPrintServiceProvider.java:169)
>         at
> javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> kup.java)
>         at
> javax.print.attribute.HashAttributeTest.testAdd2(HashAttributeTest.java:
> 128)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:381)
>         at junit.framework.TestCase.runTest(TestCase.java:154)
>         at junit.framework.TestCase.runBare(TestCase.java)
>         at junit.framework.TestResult$1.protect(TestResult.java)
>         at junit.framework.TestResult.runProtected(TestResult.java)
>         at junit.framework.TestResult.run(TestResult.java)
>         at junit.framework.TestCase.run(TestCase.java)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> stRunner.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> tTestRunner.java:672)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> estRunner.java:546)
> java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :229)
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :509)
>         at java.net.Socket.connect(Socket.java)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .getHTTPConnection(HttpURLConnection.java:635)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .connect(HttpURLConnection.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> tService(CUPSPrintServiceProvider.java:471)
>         at
> org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> Service(CUPSPrintServiceProvider.java:169)
>         at
> javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> kup.java)
>         at
> javax.print.attribute.HashAttributeTest.testEquals(HashAttributeTest.jav
> a:284)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:381)
>         at junit.framework.TestCase.runTest(TestCase.java:154)
>         at junit.framework.TestCase.runBare(TestCase.java)
>         at junit.framework.TestResult$1.protect(TestResult.java)
>         at junit.framework.TestResult.runProtected(TestResult.java)
>         at junit.framework.TestResult.run(TestResult.java)
>         at junit.framework.TestCase.run(TestCase.java)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> stRunner.java)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> tTestRunner.java:672)
>         at
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> estRunner.java:546)
> Compiling REGEX classes
> Compiling REGEX tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling RMI classes
> Compiling RMI api tests
> Since fork is false, ignoring memoryMaximumSize setting
> Running RMI api tests
> testDirectSocket_SingleVM starting
> Test server started.
> Object:
> MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48301]](local),
> ObjID[65536, UID[88:1121c9ac29b:-8000]]]] created and exported.
> Apr 23, 2007 11:02:45 AM org.apache.harmony.rmi.server.RMIReference
> makeStrong
> FINER: main: Strongly referenced RegistryImpl
> Registry created.
> Object bound in the registry.
> Registry located.
> Apr 23, 2007 11:03:02 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [localhost:1099] for
> UID[88:1121c9ac29b:-7ffd]
> Lookup object is:
> Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48301]
> ](remote), ObjID[65536, UID[88:1121c9ac29b:-8000]]]]]
> Testing test_String_Void...
> Done.
> Testing test_Void_String...
> Returned: MyRemoteObject.test_Void_String
> Done.
> Testing test_Int_Void...
> Done.
> Testing test_Void_Int...
> Returned: 987654321
> Done.
> Testing test_Remote_Void...
> Done.
> Testing test_Remote_Void with remote object extending another remote
> object...
> Done.
> Testing test_Void_Remote...
> Apr 23, 2007 11:03:04 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> UID[88:1121c9ac29b:-7fe8]
> Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48309]
> ](remote), ObjID[65539, UID[88:1121c9ac29b:-7fe9]]]]]
> Done.
> Testing test_Long_Long...
> Returned: 998877665544332211
> Done.
> Testing test_String_String...
> Returned: MyRemoteObject.test_String_String
> Done.
> Testing test_Remote_Remote...
> Apr 23, 2007 11:03:04 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> UID[88:1121c9ac29b:-7fde]
> Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48313]
> ](remote), ObjID[65541, UID[88:1121c9ac29b:-7fdf]]]]]
> Done.
> Testing test_RemoteString_Void...
> Done.
> Testing test_RemoteRemote_Remote...
> Apr 23, 2007 11:03:05 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> UID[88:1121c9ac29b:-7fd0]
> Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48320]
> ](remote), ObjID[65545, UID[88:1121c9ac29b:-7fd1]]]]]
> Done.
> Testing test_BooleanStringRemote_Void...
> Done.
> Testing test_Proxy_Void...
> Done.
> Testing test_Array_Void...
> Done.
> Testing test_Void_Array...
> Done.
> Testing test_RemoteArray_Void...
> Done.
> Testing test_Void_RemoteArray...
> Apr 23, 2007 11:03:06 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> UID[88:1121c9ac29b:-7fbd]
> Done.
> Testing test_Exception...
> org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> Done.
> Testing test_Error...
> java.rmi.ServerError: Error occurred while remote method invocation;
> nested exception is:
>         java.lang.Error: MyRemoteObject.test_Error
> Done.
> Testing test_RuntimeException...
> java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> Done.
> Testing test_RemoteException...
> java.rmi.ServerException: RemoteException occurred while remote method
> invocation; nested exception is:
>         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> Done.
> Test server complete.
> Test server closing.
> Unexporting
> MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48301]](local),
> ObjID[65536, UID[88:1121c9ac29b:-8000]]]] ...
> Done.
> Unexporting RegistryImpl ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48305]](local)
> , ObjID[65537, UID[88:1121c9ac29b:-7ff4]]]] ...
> Done.
> Unexporting
> MyRemoteObject4[UnicastServerRef[endpoint:[[10.125.122.40:48307]](local)
> , ObjID[65538, UID[88:1121c9ac29b:-7fef]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48311]](local)
> , ObjID[65540, UID[88:1121c9ac29b:-7fe3]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48314]](local)
> , ObjID[65542, UID[88:1121c9ac29b:-7fdd]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48316]](local)
> , ObjID[65543, UID[88:1121c9ac29b:-7fd8]]]] ...
> Done.
> Unexporting
> MyRemoteObject3[UnicastServerRef[endpoint:[[10.125.122.40:48317]](local)
> , ObjID[65544, UID[88:1121c9ac29b:-7fd7]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48321]](local)
> , ObjID[65546, UID[88:1121c9ac29b:-7fcf]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48323]](local)
> , ObjID[65547, UID[88:1121c9ac29b:-7fc4]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48324]](local)
> , ObjID[65548, UID[88:1121c9ac29b:-7fc3]]]] ...
> Done.
> Test server exiting.
> testDirectHTTP_SingleVM starting
> Test server started.
> Object:
> MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48329]](local),
> ObjID[65536, UID[88:1121c9bbd88:-8000]]]] created and exported.
> Apr 23, 2007 11:03:49 AM org.apache.harmony.rmi.server.RMIReference
> makeStrong
> FINER: main: Strongly referenced RegistryImpl
> Registry created.
> Object bound in the registry.
> Registry located.
> Apr 23, 2007 11:04:07 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [localhost:1099] for
> UID[88:1121c9bbd88:-7ffd]
> Lookup object is:
> Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48329]
> ](remote), ObjID[65536, UID[88:1121c9bbd88:-8000]]]]]
> Testing test_String_Void...
> Done.
> Testing test_Void_String...
> Returned: MyRemoteObject.test_Void_String
> Done.
> Testing test_Int_Void...
> Done.
> Testing test_Void_Int...
> Returned: 987654321
> Done.
> Testing test_Remote_Void...
> Done.
> Testing test_Remote_Void with remote object extending another remote
> object...
> Done.
> Testing test_Void_Remote...
> Apr 23, 2007 11:04:08 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> UID[88:1121c9bbd88:-7fe8]
> Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48337]
> ](remote), ObjID[65539, UID[88:1121c9bbd88:-7fe9]]]]]
> Done.
> Testing test_Long_Long...
> Returned: 998877665544332211
> Done.
> Testing test_String_String...
> Returned: MyRemoteObject.test_String_String
> Done.
> Testing test_Remote_Remote...
> Apr 23, 2007 11:04:09 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> UID[88:1121c9bbd88:-7fde]
> Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48341]
> ](remote), ObjID[65541, UID[88:1121c9bbd88:-7fdf]]]]]
> Done.
> Testing test_RemoteString_Void...
> Done.
> Testing test_RemoteRemote_Remote...
> Apr 23, 2007 11:04:09 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> UID[88:1121c9bbd88:-7fd0]
> Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> java.rmi.Remote],
> RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48348]
> ](remote), ObjID[65545, UID[88:1121c9bbd88:-7fd1]]]]]
> Done.
> Testing test_BooleanStringRemote_Void...
> Done.
> Testing test_Proxy_Void...
> Done.
> Testing test_Array_Void...
> Done.
> Testing test_Void_Array...
> Done.
> Testing test_RemoteArray_Void...
> Done.
> Testing test_Void_RemoteArray...
> Apr 23, 2007 11:04:10 AM org.apache.harmony.rmi.client.ClientConnection
> sendDGCAck
> FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> UID[88:1121c9bbd88:-7fbd]
> Done.
> Testing test_Exception...
> org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> Done.
> Testing test_Error...
> java.rmi.ServerError: Error occurred while remote method invocation;
> nested exception is:
>         java.lang.Error: MyRemoteObject.test_Error
> Done.
> Testing test_RuntimeException...
> java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> Done.
> Testing test_RemoteException...
> java.rmi.ServerException: RemoteException occurred while remote method
> invocation; nested exception is:
>         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> Done.
> Test server complete.
> Test server closing.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48357]](local)
> , ObjID[65536, UID[118:1121c9c7017:-7ff7]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48358]](local)
> , ObjID[65537, UID[118:1121c9c7017:-7ff6]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48359]](local)
> , ObjID[65538, UID[118:1121c9c7017:-7ff5]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48360]](local)
> , ObjID[65539, UID[118:1121c9c7017:-7ff4]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48361]](local)
> , ObjID[65540, UID[118:1121c9c7017:-7ff3]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48362]](local)
> , ObjID[65541, UID[118:1121c9c7017:-7ff2]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48363]](local)
> , ObjID[65542, UID[118:1121c9c7017:-7ff1]]]] ...
> Done.
> Unexporting
> MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48364]](local)
> , ObjID[65543, UID[118:1121c9c7017:-7ff0]]]] ...
> Done.
> LogStream[tst]:
> Compiling SECURITY classes
> Compiling SECURITY test support files
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling SECURITY api tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling SECURITY api injected tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling SECURITY impl injected tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling SECURITY impl tests
> Since fork is false, ignoring memoryMaximumSize setting
> Running SECURITY api tests
> Running SECURITY api.injected tests
> Running SECURITY impl tests
> Running SECURITY impl injected tests
> Compiling SOUND classes
> Compiling SOUND tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling SQL classes
> Compiling SQL tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling Sun Compat classes
> Compiling SUNCOMPAT tests
> Compiling TEXT classes
> Compiling TEXT tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling TOOLS classes
> Compiling Tools tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling X-NET classes
> Compiling X-NET test support files
> Compiling X-NET api tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling X-NET impl injected tests
> Since fork is false, ignoring memoryMaximumSize setting
> Compiling X-NET impl tests
> Since fork is false, ignoring memoryMaximumSize setting
> Running X-NET api tests
> Running X-NET impl tests
> Running X-NET impl injected tests
> The test report is in
> /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/html/i
> ndex.html
>
> ***********************************************************
> Unit Tests: (13379)
>
> error: java.awt.geom.CubicCurve2DFloatTest vmcrash.CrashedTests
> error: org.apache.harmony.luni.tests.java.lang.ThreadGroupTest
> vmcrash.CrashedTests
> error: testGetOutputStream
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> ectionTest
> failure: testAddPropertyChangeListener java.awt.AccessibleAWTCanvasTest
> failure: testSetLocationRelativeTo java.awt.WindowTest
> failure: test_parseDouble_LString_FromHexString
> org.apache.harmony.luni.tests.java.lang.DoubleTest
> failure: test_parseFloat_LString_Unusual
> org.apache.harmony.luni.tests.java.lang.FloatTest
> failure: test_decodeLjava_lang_String2
> org.apache.harmony.luni.tests.java.lang.LongTest
> failure: test_parseLongLjava_lang_String2
> org.apache.harmony.luni.tests.java.lang.LongTest
> failure: test_parseLongLjava_lang_StringI
> org.apache.harmony.luni.tests.java.lang.LongTest
> failure: test_valueOfLjava_lang_String2
> org.apache.harmony.luni.tests.java.lang.LongTest
> failure: test_valueOfLjava_lang_StringI
> org.apache.harmony.luni.tests.java.lang.LongTest
> failure: test_lockJJZ_IllegalArgument
> org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> failure: test_tryLockJJZ_IllegalArgument
> org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> failure: test_Constructor_Ljava_nio_channels_FileChannelJJZ
> org.apache.harmony.nio.tests.java.nio.channels.FileLockTest
> Unit Test Error Details:        (15)
>
> Test: java.awt.geom.CubicCurve2DFloatTestClass: vmcrash.CrashedTests
> Test: org.apache.harmony.luni.tests.java.lang.ThreadGroupTestClass:
> vmcrash.CrashedTests
> Test: testGetOutputStreamClass:
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> ectionTestjava.net.ConnectException: localhost/127.0.0.1:47728 -
> Connection refused
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :229)
>         at
> org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> :509)
>         at java.net.Socket.connect(Socket.java)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .getHTTPConnection(HttpURLConnection.java:635)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .connect(HttpURLConnection.java)
>         at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> .getOutputStream(HttpURLConnection.java)
>         at
> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> ectionTest.testGetOutputStream(HttpURLConnectionTest.java)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: testAddPropertyChangeListenerClass:
> java.awt.AccessibleAWTCanvasTestjunit.framework.AssertionFailedError:
> expected:<visible> but was:<focused>
>         at
> java.awt.AccessibleAWTCanvasTest.testAddPropertyChangeListener(Accessibl
> eAWTCanvasTest.java:87)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: testSetLocationRelativeToClass:
> java.awt.WindowTestjunit.framework.AssertionFailedError:
> expected:<java.awt.Point[x=50,y=50]> but
> was:<java.awt.Point[x=461,y=334]>
>         at
> java.awt.WindowTest.testSetLocationRelativeTo(WindowTest.java:89)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_parseDouble_LString_FromHexStringClass:
> org.apache.harmony.luni.tests.java.lang.DoubleTestjunit.framework.Assert
> ionFailedError: Returned incorrect value expected:<Infinity> but
> was:<0.0>
>         at
> org.apache.harmony.luni.tests.java.lang.DoubleTest.test_parseDouble_LStr
> ing_FromHexString(DoubleTest.java:688)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_parseFloat_LString_UnusualClass:
> org.apache.harmony.luni.tests.java.lang.FloatTestjunit.framework.Asserti
> onFailedError: Returned incorrect value expected:<Infinity> but
> was:<0.0>
>         at
> org.apache.harmony.luni.tests.java.lang.FloatTest.test_parseFloat_LStrin
> g_Unusual(FloatTest.java:435)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_decodeLjava_lang_String2Class:
> org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> nFailedError: Failed to throw exception for MAX_VALUE + 1
>         at
> org.apache.harmony.luni.tests.java.lang.LongTest.test_decodeLjava_lang_S
> tring2(LongTest.java:112)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_parseLongLjava_lang_String2Class:
> org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> nFailedError: Failed to throw exception for MAX_VALUE + 1
>         at
> org.apache.harmony.luni.tests.java.lang.LongTest.test_parseLongLjava_lan
> g_String2(LongTest.java:218)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_parseLongLjava_lang_StringIClass:
> org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> nFailedError: Failed to throw exception for MAX_VALUE + 1
>         at
> org.apache.harmony.luni.tests.java.lang.LongTest.test_parseLongLjava_lan
> g_StringI(LongTest.java:274)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_valueOfLjava_lang_String2Class:
> org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> nFailedError: Failed to throw exception when passed invalid string
>         at
> org.apache.harmony.luni.tests.java.lang.LongTest.test_valueOfLjava_lang_
> String2(LongTest.java:442)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_valueOfLjava_lang_StringIClass:
> org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> nFailedError: Failed to throw exception when passed invalid string
>         at
> org.apache.harmony.luni.tests.java.lang.LongTest.test_valueOfLjava_lang_
> StringI(LongTest.java:495)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_lockJJZ_IllegalArgumentClass:
> org.apache.harmony.nio.tests.java.nio.channels.FileChannelTestjunit.fram
> ework.AssertionFailedError: should throw IllegalArgumentException
>         at
> org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest.test_lock
> JJZ_IllegalArgument(FileChannelTest.java:723)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_tryLockJJZ_IllegalArgumentClass:
> org.apache.harmony.nio.tests.java.nio.channels.FileChannelTestjunit.fram
> ework.AssertionFailedError: should throw IllegalArgumentException
>         at
> org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest.test_tryL
> ockJJZ_IllegalArgument(FileChannelTest.java:931)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> Test: test_Constructor_Ljava_nio_channels_FileChannelJJZClass:
> org.apache.harmony.nio.tests.java.nio.channels.FileLockTestjunit.framewo
> rk.AssertionFailedError: should throw IllegalArgumentException.
>         at
> org.apache.harmony.nio.tests.java.nio.channels.FileLockTest.test_Constru
> ctor_Ljava_nio_channels_FileChannelJJZ(FileLockTest.java:88)
>         at
> java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
>
> ***********************************************************
> Modifications since last successful build:      (34)
>
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/win/atomics.cpp
> 04/23/2007 08:52:31 Add locks, mfence and sfence instructions to align
> windows with linux
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/port/src/thread/win/apr_thread_ext.c
> 04/23/2007 08:52:31 Add locks, mfence and sfence instructions to align
> windows with linux
> modified xli
> /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp
> 04/21/2007 21:43:01 [DRLVM][GC] switch to GCv5 as default GC for
> one-week trial
> modified xli
> /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_co
> mpact.cpp 04/21/2007 21:40:46 HARMONY-3700 :  LOS adaptation bug
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml
> 04/21/2007 07:33:24 Fix unfinished merge -- sorry.
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/build.jar.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/test.xml 04/21/2007
> 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/build.native.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/common.xml 04/21/2007
> 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml 04/21/2007
> 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/common_extra.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/unit.test.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/kernel.test.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/build.xml 04/21/2007
> 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/build/make/targets/ehwa.test.xml
> 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> to spaces, add missing xml declarations
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/client.emconf
> 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Peep
> Hole.cpp 04/21/2007 07:19:49 Apply patch for HARMONY-3246 -
> [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms
> added ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32i586
> InstsExpansion.cpp 04/21/2007 07:19:49 Apply patch for HARMONY-3246 -
> [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/opt.emconf
> 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.cpp
> 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/jet.cpp 04/21/2007
> 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt] Jitted code
> can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf
> 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_prvt.h
> 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer  /harmony/enhanced/drlvm/trunk/vm/em/src/DrlEMImpl.cpp
> 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.h 04/21/2007
> 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt] Jitted code
> can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_tabl.cp
> p 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_defs.h
> 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
> modified ndbeyer
> /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server_static.emcon
> f 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> Jitted code can not be executed on non-SSE2 platforms
>


-- 
http://xiao-feng.blogspot.com

Re: [DRLVM][JIT] some bug in Ia32i586InstsExpansion.cpp related code?

Posted by Xiao-Feng Li <xi...@gmail.com>.
On 4/23/07, Mikhail Fursov <mi...@gmail.com> wrote:
> This issue can be related to
> http://issues.apache.org/jira/browse/HARMONY-3721.

Yes, noticed. Thanks, xiaofeng

> On 4/23/07, Mikhail Fursov <mi...@gmail.com> wrote:
> >
> > I promised Nathan to work on JET i586 issues today, so I check this issue
> > too.
> >
> > On 4/23/07, Xiao-Feng Li <xi...@gmail.com> wrote:
> > >
> > > A failure with Linux32 classlib test is an assertion break in
> > > "Ia32i586InstsExpansion.cpp" as show below.
> > >
> > > Thanks,
> > > xiaofeng
> > >
> > >
> > > > -----Original Message-----
> > > > Subject: [build-test alert] BUILD FAILED SUSE 9 Linux gcc debug x86:
> > > > classlib tests
> > > >
> > > > BUILD FAILED:
> > > >         Ant Error Message:
> > > > /export/cruise/trunk/cc/projects/ classlib/trunk/ build.xml:169: The
> > > > following error occurred while executing this line:
> > > > /export/cruise/trunk/cc/projects/ classlib/trunk/make/build- test.xml
> > > :142:
> > > > There were test crashes:
> > > > /export/cruise/trunk/cc/projects/ classlib
> > > /trunk/build/test_report/TEST-j
> > > >
> > > ava.awt.geom.CubicCurve2DFloatTest.xml:/export/cruise/trunk/cc/projects/
> > > > classlib/trunk/build/test_report/TEST-
> > > org.apache.harmony.luni.tests.java
> > > > . lang.ThreadGroupTest.xml
> > > >
> > > > Date of build:  04/23/2007 09:53:17
> > > > Time to build:  93 minutes 5 seconds
> > > > Last changed:   04/23/2007 08:52:31
> > > > Last log entry: Add locks, mfence and sfence instructions to align
> > > > windows with linux
> > > >
> > > >
> > > > ***********************************************************
> > > > Errors/Warnings:        (542)
> > > >
> > > > Tests FAILED (timeout)
> > > > Tests FAILED
> > > >
> > > > ========================================
> > > > Testing class libraries...
> > > > ========================================
> > > > Checking for depends/jars/ yoko_M2-20070130/ yoko.jar
> > > > Checking for depends/jars/ yoko_M2-20070130/ yoko- core.jar
> > > > Checking for depends/jars/ yoko_M2-20070130/ yoko- rmi- impl.jar
> > > > Checking for depends/jars/ yoko_M2-20070130/ yoko- rmi- spec.jar
> > > > Checking for depends/jars/ bcel-5.2/ bcel-5.2.jar
> > > > Checking for depends/jars/ xalan-j_2.7.0/ xalan.jar
> > > > Checking for depends/jars/ xerces_2.9.0/ xerces.zip
> > > > Checking for depends/jars/ junit_3.8.2/ junit.jar
> > > > Checking for depends/jars/ bcprov-jdk15-134/ bcprov.jar
> > > > Checking for depends/jars/icu4j_3.4.4/icu4j_3_4_4.jar
> > > > Checking for depends/jars/mx4j_3.0.2/mx4j.zip
> > > > Checking for depends/jars/ ecj_3.2/ ecj_3.2.jar
> > > > Checking for depends/jars/jetty/jetty-6.0.0.jar
> > > > Checking for depends/jars/jetty/jetty- util-6.0.0.jar
> > > > Checking for depends/jars/jetty/ servlet- api-2.5-6.0.0.jar
> > > > Checking for depends/libs/build/ lcms/icc34.h
> > > > Checking for depends/libs/build/ lcms/ lcms.h
> > > > Checking for depends/libs/build/ png/ pngconf.h
> > > > Checking for depends/libs/build/ png/ png.h
> > > > Checking for depends/libs/build/ jpeg/ jconfig.lnx
> > > > Checking for depends/libs/build/ jpeg/ jpeglib.h
> > > > Checking for depends/libs/build/ jpeg/ jmorecfg.h
> > > > Checking for depends/libs/build/ jpeg/ jerror.h
> > > > Checking for depends/libs/build/ lcms/liblcms.linux.x86
> > > > Checking for depends/libs/build/ png/libpng.linux.x86
> > > > Checking for depends/libs/build/ jpeg/libjpeg.linux.x86
> > > > hy.test.vm.name = drl
> > > > Compiling ACCESSIBILITY classes
> > > > Compiling ACCESSIBILITY tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling ANNOTATION classes
> > > > Compiling ANNOTATION tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > ----------
> > > > 1. WARNING in
> > > > /export/cruise/trunk/cc/projects/ classlib/trunk/modules/annotation/src
> > > /t
> > > > est/java/org/ apache/harmony/annotation/tests/java/ lang/annotation/Incomp
> > > > leteAnnotationExceptionTest.java
> > > >  (at line 53)
> > > >         clazz, elementName);
> > > >         ^^^^^
> > > > Type safety: The expression of type Class needs unchecked conversion
> > > to
> > > > conform to Class<? extends Annotation>
> > > > ----------
> > > > 1 problem (1 warning)
> > > > Compiling APPLET classes
> > > > Compiling APPLET tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling ARCHIVE classes
> > > > Compiling ARCHIVE tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling AUTH classes
> > > > Compiling AUTH tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling AWT classes
> > > > Compiling AWT tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > java:
> > > > /export/cruise/trunk/cc/projects/drlvm/trunk/vm/ jitrino/ src/codegenerato
> > > > r/ia32/Ia32i586InstsExpansion.cpp:272: virtual void
> > > > Jitrino::Ia32::I586InstsExpansion:: runImpl(): Assertion
> > > > `(* xmmMemOpsPtr)[regNum2]' failed.
> > > > SIGABRT in VM code.
> > > > Stack trace:
> > > >   0: ?? (??:-1)
> > > >   1: abort (??:-1)
> > > >   2: __assert_fail (??:-1)
> > > >   3: .L81
> > > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/ jitrino/ src/codegenerat
> > > > or/ia32/Ia32i586InstsExpansion.cpp:275)
> > > >   4: Jitrino::Ia32:: SessionAction::run()
> > > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/ jitrino/ src/codegenerat
> > > > or/ia32/Ia32IRManager.cpp:2269)
> > > >   5: Jitrino::runPipeline(Jitrino::CompilationContext*)
> > > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > > > o.cpp:227)
> > > >   6: Jitrino::compileMethod(Jitrino::CompilationContext*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > > > o.cpp:262)
> > > >   7: Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > > > o.cpp:287)
> > > >   8: JIT_compile_method_with_params
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJ
> > > > ITInterface.cpp:279)
> > > >   9: Dll_JIT::compile_method_with_params(void*, Method*,
> > > > OpenMethodExecutionParams)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/include/dll_jit_
> > > > intf.h :86)
> > > >  10: compile_do_compilation_jit(Method*, JIT*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > > > cpp:657)
> > > >  11: vm_compile_method
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_suppor
> > > > t/C_Interface.cpp:2492)
> > > >  12: DrlEMImpl::compileMethod(Method*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:54
> > > > 0)
> > > >  13: CompileMethod
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:49)
> > > >  14: compile_do_compilation
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > > > cpp:770)
> > > >  15: compile_me(Method*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > > > cpp:790)
> > > >  16: 0x41A56162  <Generated stub>
> > > >  17: vm_invoke_native_array_stub
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > > > se/invoke_native_stub_ia32.asm:41)
> > > >  18: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > > > se/ini_iA32.cpp:199)
> > > >  19: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > > > 9)
> > > >  20: ExecuteMethod
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> > > >  21: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > > > 51)
> > > >  22: call_method_no_ref_result
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > > od.cpp:187)
> > > >  23: CallVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*,
> > > jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > > od.cpp:225)
> > > >  24: invoke_primitive_method
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > > > es/native/java_lang_reflect_VMReflection.cpp:186)
> > > >  25: Java_java_lang_reflect_VMReflection_invokeMethod
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > > > es/native/java_lang_reflect_VMReflection.cpp:222)
> > > >  26: 0x536AE953  <Generated stub>
> > > >  27: ?? (??:-1)
> > > >  28:
> > > >
> > > java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lj
> > > > ava/lang/Object; (Method.java:381)
> > > >  29: junit/framework/TestCase.runTest()V (TestCase.java:164)
> > > >  30: junit/framework/TestCase.runBare()V (TestCase.java:-1)
> > > >  31: junit/framework/TestResult$1.protect()V ( TestResult.java:-1)
> > > >  32:
> > > >
> > > junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/fra
> > > > mework/Protectable;)V (TestResult.java:-1)
> > > >  33: junit/framework/TestResult.run(Ljunit/framework/TestCase;)V
> > > > (TestResult.java:-1)
> > > >  34: junit/framework/TestCase.run(Ljunit/framework/TestResult;)V
> > > > (TestCase.java:-1)
> > > >  35:
> > > >
> > > junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework
> > > > /TestResult;)V (TestSuite.java:230)
> > > >  36: junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V
> > > > (TestSuite.java:-1)
> > > >  37:
> > > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run()V
> > > > (JUnitTestRunner.java:-1)
> > > >  38:
> > > >
> > > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(Lorg
> > > >
> > > /apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZLjava/util/Prope
> > > > rties;)I ( JUnitTestRunner.java:672)
> > > >  39:
> > > >
> > > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main([Ljava
> > > > /lang/String;)V (JUnitTestRunner.java:546)
> > > >  40: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > > > se/ini_iA32.cpp:199)
> > > >  41: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > > > 9)
> > > >  42: ExecuteMethod
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> > > >  43: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > > > 51)
> > > >  44: call_static_method_no_ref_result
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > > od.cpp:1154)
> > > >  45: CallStaticVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*,
> > > > jvalue*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > > od.cpp:1562)
> > > >  46: CallStaticVoidMethodV(JNIEnv_External*, _jobject*, _jmethodID*,
> > > > char*)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > > od.cpp:1546)
> > > >  47: CallStaticVoidMethod(JNIEnv_External*, _jobject*, _jmethodID*,
> > > ...)
> > > >
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > > od.cpp:1536)
> > > >  48: main_runJavaMain (../shared/main.c:1320)
> > > >  49: invocation (../shared/main.c:730)
> > > >  50: gpProtectedMain (../shared/main.c:379)
> > > >  51: main (../shared/cmain.c:147)
> > > >  52: __libc_start_main (??:-1)
> > > >  53: _start (../sysdeps/i386/elf/start.S:105)
> > > > <end of stack trace>
> > > > Compiling BEANS classes
> > > > Compiling support classes for BEANS tests
> > > > Compiling internal BEANS tests
> > > > Compiling BEANS tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Running internal BEANS tests
> > > > Running BEANS tests
> > > > Compiling CRYPTO classes
> > > > Compiling CRYPTO test support files
> > > > Compiling CRYPTO api tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling CRYPTO api injected tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling CRYPTO impl injected tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling CRYPTO impl tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Running CRYPTO api tests
> > > > Running CRYPTO api.injected tests
> > > > Running CRYPTO impl tests
> > > > Running CRYPTO impl injected tests
> > > > Compiling ImageIO classes
> > > > Compiling ImageIO tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling INSTRUMENT classes
> > > > Compiling INSTRUMENT tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling JNDI classes
> > > > Compiling JNDI tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling LANG-MANAGEMENT classes
> > > > Compiling LANG-MANAGEMENT API tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling LANG-MANAGEMENT Implementation tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling LOGGING classes
> > > > Compiling LOGGING tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling LUNI classes
> > > > Compiling LUNI JUnit Tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Running LUNI JUnit Tests
> > > > Compiling MATH classes
> > > > Compiling MATH tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling MISC classes
> > > > Compiling MISC tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling NIO classes
> > > > Compiling NIO tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling NIO_CHAR classes
> > > > Compiling NIO_CHAR tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Cannot find unmappable byte array for US-ASCII
> > > > Cannot find unmappable byte array for gb18030
> > > > Cannot find unmappable byte array for ISO-8859-1
> > > > Cannot find malform byte array for ISO-8859-1
> > > > Cannot find unmappable byte array for UTF-16BE
> > > > Cannot find malform byte array for UTF-16BE
> > > > Cannot find unmappable byte array for UTF-16
> > > > Cannot find malform byte array for UTF-16
> > > > Cannot find unmappable byte array for UTF-16LE
> > > > Cannot find malform byte array for UTF-16LE
> > > > Cannot find unmappable byte array for UTF-8
> > > > Compiling PACK200 classes
> > > > Compiling PACK200 tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Running PACK200 tests
> > > > init: passed
> > > > hyerror: passed
> > > > hytime: passed
> > > > hyfile: passed
> > > > Compiling PREFS classes
> > > > Compiling PREFS tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling PRINT classes
> > > > Compiling Print tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > > refused
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect (
> > > PlainSocketImpl.java
> > > > :229)
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :509)
> > > >         at java.net.Socket.connect(Socket.java)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .getHTTPConnection(HttpURLConnection.java:635)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .connect(HttpURLConnection.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java )
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > > tService(CUPSPrintServiceProvider.java:471)
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > > Service(CUPSPrintServiceProvider.java:169)
> > > >         at
> > > > javax.print.PrintServiceLookup.lookupDefaultPrintService
> > > (PrintServiceLoo
> > > > kup.java)
> > > >         at
> > > > javax.print.attribute.HashAttributeTest.testAdd2 (
> > > HashAttributeTest.java:
> > > > 128)
> > > >         at
> > > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > > >         at junit.framework.TestCase.runTest (TestCase.java:154)
> > > >         at junit.framework.TestCase.runBare(TestCase.java)
> > > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > > >         at junit.framework.TestResult.runProtected(TestResult.java )
> > > >         at junit.framework.TestResult.run(TestResult.java)
> > > >         at junit.framework.TestCase.run(TestCase.java)
> > > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > >         at junit.framework.TestSuite.run(TestSuite.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
> > > (JUnitTe
> > > > stRunner.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > > > tTestRunner.java:672)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main
> > > (JUnitT
> > > > estRunner.java:546)
> > > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > > refused
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :229)
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :509)
> > > >         at java.net.Socket.connect(Socket.java)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .getHTTPConnection(HttpURLConnection.java:635)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .connect(HttpURLConnection.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > > tService(CUPSPrintServiceProvider.java:471)
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > > Service(CUPSPrintServiceProvider.java:169)
> > > >         at
> > > > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > > > kup.java)
> > > >         at
> > > > javax.print.attribute.HashAttributeTest.testEquals(
> > > HashAttributeTest.jav
> > > > a:284)
> > > >         at
> > > > java.lang.reflect.VMReflection.invokeMethod( VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > > >         at junit.framework.TestCase.runTest(TestCase.java:154)
> > > >         at junit.framework.TestCase.runBare(TestCase.java )
> > > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > > >         at junit.framework.TestResult.runProtected(TestResult.java)
> > > >         at junit.framework.TestResult.run(TestResult.java)
> > > >         at junit.framework.TestCase.run(TestCase.java)
> > > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > >         at junit.framework.TestSuite.run(TestSuite.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
> > > (JUnitTe
> > > > stRunner.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch
> > > (JUni
> > > > tTestRunner.java:672)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main
> > > (JUnitT
> > > > estRunner.java:546)
> > > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > > refused
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :229)
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :509)
> > > >         at java.net.Socket.connect(Socket.java)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .getHTTPConnection(HttpURLConnection.java:635)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .connect(HttpURLConnection.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java )
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > > tService(CUPSPrintServiceProvider.java:471)
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > > Service(CUPSPrintServiceProvider.java:169)
> > > >         at
> > > > javax.print.PrintServiceLookup.lookupDefaultPrintService
> > > (PrintServiceLoo
> > > > kup.java)
> > > >         at
> > > > javax.print.attribute.HashAttributeTest.testAdd2 (
> > > HashAttributeTest.java:
> > > > 128)
> > > >         at
> > > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > > >         at junit.framework.TestCase.runTest (TestCase.java:154)
> > > >         at junit.framework.TestCase.runBare(TestCase.java)
> > > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > > >         at junit.framework.TestResult.runProtected(TestResult.java )
> > > >         at junit.framework.TestResult.run(TestResult.java)
> > > >         at junit.framework.TestCase.run(TestCase.java)
> > > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > >         at junit.framework.TestSuite.run(TestSuite.java)
> > > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > >         at junit.framework.TestSuite.run(TestSuite.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > > > stRunner.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch
> > > (JUni
> > > > tTestRunner.java:672)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > > > estRunner.java:546)
> > > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > > refused
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :229)
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :509)
> > > >         at java.net.Socket.connect(Socket.java)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .getHTTPConnection(HttpURLConnection.java:635)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .connect(HttpURLConnection.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > > >         at
> > > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > > tService(CUPSPrintServiceProvider.java:471)
> > > >         at
> > > >
> > > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > > Service(CUPSPrintServiceProvider.java:169)
> > > >         at
> > > > javax.print.PrintServiceLookup.lookupDefaultPrintService
> > > (PrintServiceLoo
> > > > kup.java)
> > > >         at
> > > > javax.print.attribute.HashAttributeTest.testEquals(
> > > HashAttributeTest.jav
> > > > a:284)
> > > >         at
> > > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > > >         at junit.framework.TestCase.runTest(TestCase.java:154)
> > > >         at junit.framework.TestCase.runBare(TestCase.java)
> > > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > > >         at junit.framework.TestResult.runProtected(TestResult.java)
> > > >         at junit.framework.TestResult.run (TestResult.java)
> > > >         at junit.framework.TestCase.run(TestCase.java)
> > > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > >         at junit.framework.TestSuite.run(TestSuite.java)
> > > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > >         at junit.framework.TestSuite.run(TestSuite.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > > > stRunner.java)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch
> > > (JUni
> > > > tTestRunner.java:672)
> > > >         at
> > > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > > > estRunner.java:546)
> > > > Compiling REGEX classes
> > > > Compiling REGEX tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling RMI classes
> > > > Compiling RMI api tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Running RMI api tests
> > > > testDirectSocket_SingleVM starting
> > > > Test server started.
> > > > Object:
> > > > MyRemoteObject[UnicastServerRef[endpoint:[[ 10.125.122.40:48301
> > > ]](local),
> > > > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] created and exported.
> > > > Apr 23, 2007 11:02:45 AM org.apache.harmony.rmi.server.RMIReference
> > > > makeStrong
> > > > FINER: main: Strongly referenced RegistryImpl
> > > > Registry created.
> > > > Object bound in the registry.
> > > > Registry located.
> > > > Apr 23, 2007 11:03:02 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [localhost:1099] for
> > > > UID[88:1121c9ac29b:-7ffd]
> > > > Lookup object is:
> > > > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> > > > java.rmi.Remote ],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > > 10.125.122.40:48301]
> > > > ](remote), ObjID[65536, UID[88:1121c9ac29b:-8000]]]]]
> > > > Testing test_String_Void...
> > > > Done.
> > > > Testing test_Void_String...
> > > > Returned: MyRemoteObject.test_Void_String
> > > > Done.
> > > > Testing test_Int_Void...
> > > > Done.
> > > > Testing test_Void_Int...
> > > > Returned: 987654321
> > > > Done.
> > > > Testing test_Remote_Void...
> > > > Done.
> > > > Testing test_Remote_Void with remote object extending another remote
> > > > object...
> > > > Done.
> > > > Testing test_Void_Remote...
> > > > Apr 23, 2007 11:03:04 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > > > UID[88:1121c9ac29b:-7fe8]
> > > > Returned: Proxy[interf:[
> > > org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > > java.rmi.Remote],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > > 10.125.122.40:48309]
> > > > ](remote), ObjID[65539, UID[88:1121c9ac29b:-7fe9]]]]]
> > > > Done.
> > > > Testing test_Long_Long...
> > > > Returned: 998877665544332211
> > > > Done.
> > > > Testing test_String_String...
> > > > Returned: MyRemoteObject.test_String_String
> > > > Done.
> > > > Testing test_Remote_Remote...
> > > > Apr 23, 2007 11:03:04 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > > > UID[88:1121c9ac29b:-7fde]
> > > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2
> > > ,
> > > > java.rmi.Remote],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48313
> > > ]
> > > > ](remote), ObjID[65541, UID[88:1121c9ac29b:-7fdf]]]]]
> > > > Done.
> > > > Testing test_RemoteString_Void...
> > > > Done.
> > > > Testing test_RemoteRemote_Remote...
> > > > Apr 23, 2007 11:03:05 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > > > UID[88:1121c9ac29b:-7fd0]
> > > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > > java.rmi.Remote],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > > 10.125.122.40:48320]
> > > > ](remote), ObjID[65545, UID[88:1121c9ac29b:-7fd1]]]]]
> > > > Done.
> > > > Testing test_BooleanStringRemote_Void...
> > > > Done.
> > > > Testing test_Proxy_Void...
> > > > Done.
> > > > Testing test_Array_Void...
> > > > Done.
> > > > Testing test_Void_Array...
> > > > Done.
> > > > Testing test_RemoteArray_Void...
> > > > Done.
> > > > Testing test_Void_RemoteArray...
> > > > Apr 23, 2007 11:03:06 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [ 10.125.122.40:48301] for
> > > > UID[88:1121c9ac29b:-7fbd]
> > > > Done.
> > > > Testing test_Exception...
> > > > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > > > Done.
> > > > Testing test_Error...
> > > > java.rmi.ServerError: Error occurred while remote method invocation;
> > > > nested exception is:
> > > >         java.lang.Error: MyRemoteObject.test_Error
> > > > Done.
> > > > Testing test_RuntimeException...
> > > > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > > > Done.
> > > > Testing test_RemoteException...
> > > > java.rmi.ServerException: RemoteException occurred while remote method
> > > > invocation; nested exception is:
> > > >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > > > Done.
> > > > Test server complete.
> > > > Test server closing.
> > > > Unexporting
> > > > MyRemoteObject[UnicastServerRef[endpoint:[[ 10.125.122.40:48301
> > > ]](local),
> > > > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] ...
> > > > Done.
> > > > Unexporting RegistryImpl ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48305
> > > ]](local)
> > > > , ObjID[65537, UID[88:1121c9ac29b:-7ff4]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject4[UnicastServerRef[endpoint:[[ 10.125.122.40:48307
> > > ]](local)
> > > > , ObjID[65538, UID[88:1121c9ac29b:-7fef]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48311
> > > ]](local)
> > > > , ObjID[65540, UID[88:1121c9ac29b:-7fe3]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48314]](local)
> > >
> > > > , ObjID[65542, UID[88:1121c9ac29b:-7fdd]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48316
> > > ]](local)
> > > > , ObjID[65543, UID[88:1121c9ac29b:-7fd8]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject3[UnicastServerRef[endpoint:[[10.125.122.40:48317
> > > ]](local)
> > > > , ObjID[65544, UID[88:1121c9ac29b:-7fd7]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48321
> > > ]](local)
> > > > , ObjID[65546, UID[88:1121c9ac29b:-7fcf]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48323
> > > ]](local)
> > > > , ObjID[65547, UID[88:1121c9ac29b:-7fc4]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48324
> > > ]](local)
> > > > , ObjID[65548, UID[88:1121c9ac29b:-7fc3]]]] ...
> > > > Done.
> > > > Test server exiting.
> > > > testDirectHTTP_SingleVM starting
> > > > Test server started.
> > > > Object:
> > > > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48329
> > > ]](local),
> > > > ObjID[65536, UID[88:1121c9bbd88:-8000]]]] created and exported.
> > > > Apr 23, 2007 11:03:49 AM org.apache.harmony.rmi.server.RMIReference
> > > > makeStrong
> > > > FINER: main: Strongly referenced RegistryImpl
> > > > Registry created.
> > > > Object bound in the registry.
> > > > Registry located.
> > > > Apr 23, 2007 11:04:07 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [localhost:1099] for
> > > > UID[88:1121c9bbd88:-7ffd]
> > > > Lookup object is:
> > > > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface ,
> > > > java.rmi.Remote],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > > 10.125.122.40:48329]
> > > > ](remote), ObjID[65536, UID[88:1121c9bbd88:-8000]]]]]
> > > > Testing test_String_Void...
> > > > Done.
> > > > Testing test_Void_String...
> > > > Returned: MyRemoteObject.test_Void_String
> > > > Done.
> > > > Testing test_Int_Void...
> > > > Done.
> > > > Testing test_Void_Int...
> > > > Returned: 987654321
> > > > Done.
> > > > Testing test_Remote_Void...
> > > > Done.
> > > > Testing test_Remote_Void with remote object extending another remote
> > > > object...
> > > > Done.
> > > > Testing test_Void_Remote...
> > > > Apr 23, 2007 11:04:08 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > > > UID[88:1121c9bbd88:-7fe8]
> > > > Returned: Proxy[interf:[
> > > org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > > java.rmi.Remote],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > > 10.125.122.40:48337]
> > > > ](remote), ObjID[65539, UID[88:1121c9bbd88:-7fe9]]]]]
> > > > Done.
> > > > Testing test_Long_Long...
> > > > Returned: 998877665544332211
> > > > Done.
> > > > Testing test_String_String...
> > > > Returned: MyRemoteObject.test_String_String
> > > > Done.
> > > > Testing test_Remote_Remote...
> > > > Apr 23, 2007 11:04:09 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > > > UID[88:1121c9bbd88:-7fde]
> > > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2
> > > ,
> > > > java.rmi.Remote],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48341
> > > ]
> > > > ](remote), ObjID[65541, UID[88:1121c9bbd88:-7fdf]]]]]
> > > > Done.
> > > > Testing test_RemoteString_Void...
> > > > Done.
> > > > Testing test_RemoteRemote_Remote...
> > > > Apr 23, 2007 11:04:09 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > > > UID[88:1121c9bbd88:-7fd0]
> > > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > > java.rmi.Remote],
> > > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > > 10.125.122.40:48348]
> > > > ](remote), ObjID[65545, UID[88:1121c9bbd88:-7fd1]]]]]
> > > > Done.
> > > > Testing test_BooleanStringRemote_Void...
> > > > Done.
> > > > Testing test_Proxy_Void...
> > > > Done.
> > > > Testing test_Array_Void...
> > > > Done.
> > > > Testing test_Void_Array...
> > > > Done.
> > > > Testing test_RemoteArray_Void...
> > > > Done.
> > > > Testing test_Void_RemoteArray...
> > > > Apr 23, 2007 11:04:10 AM
> > > org.apache.harmony.rmi.client.ClientConnection
> > > > sendDGCAck
> > > > FINER: main: Sent DGC ack to [ 10.125.122.40:48329] for
> > > > UID[88:1121c9bbd88:-7fbd]
> > > > Done.
> > > > Testing test_Exception...
> > > > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > > > Done.
> > > > Testing test_Error...
> > > > java.rmi.ServerError: Error occurred while remote method invocation;
> > > > nested exception is:
> > > >         java.lang.Error: MyRemoteObject.test_Error
> > > > Done.
> > > > Testing test_RuntimeException...
> > > > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > > > Done.
> > > > Testing test_RemoteException...
> > > > java.rmi.ServerException: RemoteException occurred while remote method
> > > > invocation; nested exception is:
> > > >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > > > Done.
> > > > Test server complete.
> > > > Test server closing.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48357
> > > ]](local)
> > > > , ObjID[65536, UID[118:1121c9c7017:-7ff7]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48358
> > > ]](local)
> > > > , ObjID[65537, UID[118:1121c9c7017:-7ff6]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48359
> > > ]](local)
> > > > , ObjID[65538, UID[118:1121c9c7017:-7ff5]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48360]](local)
> > >
> > > > , ObjID[65539, UID[118:1121c9c7017:-7ff4]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48361
> > > ]](local)
> > > > , ObjID[65540, UID[118:1121c9c7017:-7ff3]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48362
> > > ]](local)
> > > > , ObjID[65541, UID[118:1121c9c7017:-7ff2]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48363
> > > ]](local)
> > > > , ObjID[65542, UID[118:1121c9c7017:-7ff1]]]] ...
> > > > Done.
> > > > Unexporting
> > > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48364
> > > ]](local)
> > > > , ObjID[65543, UID[118:1121c9c7017:-7ff0]]]] ...
> > > > Done.
> > > > LogStream[tst]:
> > > > Compiling SECURITY classes
> > > > Compiling SECURITY test support files
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling SECURITY api tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling SECURITY api injected tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling SECURITY impl injected tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling SECURITY impl tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Running SECURITY api tests
> > > > Running SECURITY api.injected tests
> > > > Running SECURITY impl tests
> > > > Running SECURITY impl injected tests
> > > > Compiling SOUND classes
> > > > Compiling SOUND tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling SQL classes
> > > > Compiling SQL tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling Sun Compat classes
> > > > Compiling SUNCOMPAT tests
> > > > Compiling TEXT classes
> > > > Compiling TEXT tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling TOOLS classes
> > > > Compiling Tools tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling X-NET classes
> > > > Compiling X-NET test support files
> > > > Compiling X-NET api tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling X-NET impl injected tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Compiling X-NET impl tests
> > > > Since fork is false, ignoring memoryMaximumSize setting
> > > > Running X-NET api tests
> > > > Running X-NET impl tests
> > > > Running X-NET impl injected tests
> > > > The test report is in
> > > >
> > > /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/html/i
> > > > ndex.html
> > > >
> > > > ***********************************************************
> > > > Unit Tests: (13379)
> > > >
> > > > error: java.awt.geom.CubicCurve2DFloatTest vmcrash.CrashedTests
> > > > error: org.apache.harmony.luni.tests.java.lang.ThreadGroupTest
> > > > vmcrash.CrashedTests
> > > > error: testGetOutputStream
> > > >
> > > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > > > ectionTest
> > > > failure: testAddPropertyChangeListener
> > > java.awt.AccessibleAWTCanvasTest
> > > > failure: testSetLocationRelativeTo java.awt.WindowTest
> > > > failure: test_parseDouble_LString_FromHexString
> > > > org.apache.harmony.luni.tests.java.lang.DoubleTest
> > > > failure: test_parseFloat_LString_Unusual
> > > > org.apache.harmony.luni.tests.java.lang.FloatTest
> > > > failure: test_decodeLjava_lang_String2
> > > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > > failure: test_parseLongLjava_lang_String2
> > > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > > failure: test_parseLongLjava_lang_StringI
> > > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > > failure: test_valueOfLjava_lang_String2
> > > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > > failure: test_valueOfLjava_lang_StringI
> > > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > > failure: test_lockJJZ_IllegalArgument
> > > > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > > > failure: test_tryLockJJZ_IllegalArgument
> > > > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > > > failure: test_Constructor_Ljava_nio_channels_FileChannelJJZ
> > > > org.apache.harmony.nio.tests.java.nio.channels.FileLockTest
> > > > Unit Test Error Details:        (15)
> > > >
> > > > Test: java.awt.geom.CubicCurve2DFloatTestClass: vmcrash.CrashedTests
> > > > Test: org.apache.harmony.luni.tests.java.lang.ThreadGroupTestClass:
> > > > vmcrash.CrashedTests
> > > > Test: testGetOutputStreamClass:
> > > >
> > > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > > > ectionTestjava.net.ConnectException: localhost/127.0.0.1:47728 -
> > > > Connection refused
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :229)
> > > >         at
> > > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > > PlainSocketImpl.java
> > > > :509)
> > > >         at java.net.Socket.connect(Socket.java)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .getHTTPConnection(HttpURLConnection.java:635)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .connect(HttpURLConnection.java)
> > > >         at
> > > >
> > > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > > .getOutputStream(HttpURLConnection.java)
> > > >         at
> > > >
> > > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > > > ectionTest.testGetOutputStream(HttpURLConnectionTest.java)
> > > >         at
> > > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > > >
> > > > Test: testAddPropertyChangeListenerClass:
> > > > java.awt.AccessibleAWTCanvasTestjunit.framework.AssertionFailedError:
> > > > expected:<visible> but was:<focused>
> > > >         at
> > > > java.awt.AccessibleAWTCanvasTest.testAddPropertyChangeListener
> > > (Accessibl
> > > > eAWTCanvasTest.java:87)
> > > >         at
> > > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java )
> > > >
> > > > Test: testSetLocationRelativeToClass:
> > > > java.awt.WindowTestjunit.framework.AssertionFailedError:
> > > > expected:<java.awt.Point[x=50,y=50]> but
> > >
> > ...
> >
> > [Message clipped]
>
>
>
>
> --
> Mikhail Fursov
>


-- 
http://xiao-feng.blogspot.com

Re: [DRLVM][JIT] some bug in Ia32i586InstsExpansion.cpp related code?

Posted by Mikhail Fursov <mi...@gmail.com>.
This issue can be related to
http://issues.apache.org/jira/browse/HARMONY-3721.

On 4/23/07, Mikhail Fursov <mi...@gmail.com> wrote:
>
> I promised Nathan to work on JET i586 issues today, so I check this issue
> too.
>
> On 4/23/07, Xiao-Feng Li <xi...@gmail.com> wrote:
> >
> > A failure with Linux32 classlib test is an assertion break in
> > "Ia32i586InstsExpansion.cpp" as show below.
> >
> > Thanks,
> > xiaofeng
> >
> >
> > > -----Original Message-----
> > > Subject: [build-test alert] BUILD FAILED SUSE 9 Linux gcc debug x86:
> > > classlib tests
> > >
> > > BUILD FAILED:
> > >         Ant Error Message:
> > > /export/cruise/trunk/cc/projects/ classlib/trunk/ build.xml:169: The
> > > following error occurred while executing this line:
> > > /export/cruise/trunk/cc/projects/ classlib/trunk/make/build- test.xml
> > :142:
> > > There were test crashes:
> > > /export/cruise/trunk/cc/projects/ classlib
> > /trunk/build/test_report/TEST-j
> > >
> > ava.awt.geom.CubicCurve2DFloatTest.xml:/export/cruise/trunk/cc/projects/
> > > classlib/trunk/build/test_report/TEST-
> > org.apache.harmony.luni.tests.java
> > > . lang.ThreadGroupTest.xml
> > >
> > > Date of build:  04/23/2007 09:53:17
> > > Time to build:  93 minutes 5 seconds
> > > Last changed:   04/23/2007 08:52:31
> > > Last log entry: Add locks, mfence and sfence instructions to align
> > > windows with linux
> > >
> > >
> > > ***********************************************************
> > > Errors/Warnings:        (542)
> > >
> > > Tests FAILED (timeout)
> > > Tests FAILED
> > >
> > > ========================================
> > > Testing class libraries...
> > > ========================================
> > > Checking for depends/jars/ yoko_M2-20070130/ yoko.jar
> > > Checking for depends/jars/ yoko_M2-20070130/ yoko- core.jar
> > > Checking for depends/jars/ yoko_M2-20070130/ yoko- rmi- impl.jar
> > > Checking for depends/jars/ yoko_M2-20070130/ yoko- rmi- spec.jar
> > > Checking for depends/jars/ bcel-5.2/ bcel-5.2.jar
> > > Checking for depends/jars/ xalan-j_2.7.0/ xalan.jar
> > > Checking for depends/jars/ xerces_2.9.0/ xerces.zip
> > > Checking for depends/jars/ junit_3.8.2/ junit.jar
> > > Checking for depends/jars/ bcprov-jdk15-134/ bcprov.jar
> > > Checking for depends/jars/icu4j_3.4.4/icu4j_3_4_4.jar
> > > Checking for depends/jars/mx4j_3.0.2/mx4j.zip
> > > Checking for depends/jars/ ecj_3.2/ ecj_3.2.jar
> > > Checking for depends/jars/jetty/jetty-6.0.0.jar
> > > Checking for depends/jars/jetty/jetty- util-6.0.0.jar
> > > Checking for depends/jars/jetty/ servlet- api-2.5-6.0.0.jar
> > > Checking for depends/libs/build/ lcms/icc34.h
> > > Checking for depends/libs/build/ lcms/ lcms.h
> > > Checking for depends/libs/build/ png/ pngconf.h
> > > Checking for depends/libs/build/ png/ png.h
> > > Checking for depends/libs/build/ jpeg/ jconfig.lnx
> > > Checking for depends/libs/build/ jpeg/ jpeglib.h
> > > Checking for depends/libs/build/ jpeg/ jmorecfg.h
> > > Checking for depends/libs/build/ jpeg/ jerror.h
> > > Checking for depends/libs/build/ lcms/liblcms.linux.x86
> > > Checking for depends/libs/build/ png/libpng.linux.x86
> > > Checking for depends/libs/build/ jpeg/libjpeg.linux.x86
> > > hy.test.vm.name = drl
> > > Compiling ACCESSIBILITY classes
> > > Compiling ACCESSIBILITY tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling ANNOTATION classes
> > > Compiling ANNOTATION tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > ----------
> > > 1. WARNING in
> > > /export/cruise/trunk/cc/projects/ classlib/trunk/modules/annotation/src
> > /t
> > > est/java/org/ apache/harmony/annotation/tests/java/ lang/annotation/Incomp
> > > leteAnnotationExceptionTest.java
> > >  (at line 53)
> > >         clazz, elementName);
> > >         ^^^^^
> > > Type safety: The expression of type Class needs unchecked conversion
> > to
> > > conform to Class<? extends Annotation>
> > > ----------
> > > 1 problem (1 warning)
> > > Compiling APPLET classes
> > > Compiling APPLET tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling ARCHIVE classes
> > > Compiling ARCHIVE tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling AUTH classes
> > > Compiling AUTH tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling AWT classes
> > > Compiling AWT tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > java:
> > > /export/cruise/trunk/cc/projects/drlvm/trunk/vm/ jitrino/ src/codegenerato
> > > r/ia32/Ia32i586InstsExpansion.cpp:272: virtual void
> > > Jitrino::Ia32::I586InstsExpansion:: runImpl(): Assertion
> > > `(* xmmMemOpsPtr)[regNum2]' failed.
> > > SIGABRT in VM code.
> > > Stack trace:
> > >   0: ?? (??:-1)
> > >   1: abort (??:-1)
> > >   2: __assert_fail (??:-1)
> > >   3: .L81
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/ jitrino/ src/codegenerat
> > > or/ia32/Ia32i586InstsExpansion.cpp:275)
> > >   4: Jitrino::Ia32:: SessionAction::run()
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/ jitrino/ src/codegenerat
> > > or/ia32/Ia32IRManager.cpp:2269)
> > >   5: Jitrino::runPipeline(Jitrino::CompilationContext*)
> > > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > > o.cpp:227)
> > >   6: Jitrino::compileMethod(Jitrino::CompilationContext*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > > o.cpp:262)
> > >   7: Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > > o.cpp:287)
> > >   8: JIT_compile_method_with_params
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJ
> > > ITInterface.cpp:279)
> > >   9: Dll_JIT::compile_method_with_params(void*, Method*,
> > > OpenMethodExecutionParams)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/include/dll_jit_
> > > intf.h :86)
> > >  10: compile_do_compilation_jit(Method*, JIT*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > > cpp:657)
> > >  11: vm_compile_method
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_suppor
> > > t/C_Interface.cpp:2492)
> > >  12: DrlEMImpl::compileMethod(Method*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:54
> > > 0)
> > >  13: CompileMethod
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:49)
> > >  14: compile_do_compilation
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > > cpp:770)
> > >  15: compile_me(Method*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > > cpp:790)
> > >  16: 0x41A56162  <Generated stub>
> > >  17: vm_invoke_native_array_stub
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > > se/invoke_native_stub_ia32.asm:41)
> > >  18: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > > se/ini_iA32.cpp:199)
> > >  19: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > > 9)
> > >  20: ExecuteMethod
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> > >  21: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > > 51)
> > >  22: call_method_no_ref_result
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > od.cpp:187)
> > >  23: CallVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*,
> > jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > od.cpp:225)
> > >  24: invoke_primitive_method
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > > es/native/java_lang_reflect_VMReflection.cpp:186)
> > >  25: Java_java_lang_reflect_VMReflection_invokeMethod
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > > es/native/java_lang_reflect_VMReflection.cpp:222)
> > >  26: 0x536AE953  <Generated stub>
> > >  27: ?? (??:-1)
> > >  28:
> > >
> > java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lj
> > > ava/lang/Object; (Method.java:381)
> > >  29: junit/framework/TestCase.runTest()V (TestCase.java:164)
> > >  30: junit/framework/TestCase.runBare()V (TestCase.java:-1)
> > >  31: junit/framework/TestResult$1.protect()V ( TestResult.java:-1)
> > >  32:
> > >
> > junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/fra
> > > mework/Protectable;)V (TestResult.java:-1)
> > >  33: junit/framework/TestResult.run(Ljunit/framework/TestCase;)V
> > > (TestResult.java:-1)
> > >  34: junit/framework/TestCase.run(Ljunit/framework/TestResult;)V
> > > (TestCase.java:-1)
> > >  35:
> > >
> > junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework
> > > /TestResult;)V (TestSuite.java:230)
> > >  36: junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V
> > > (TestSuite.java:-1)
> > >  37:
> > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run()V
> > > (JUnitTestRunner.java:-1)
> > >  38:
> > >
> > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(Lorg
> > >
> > /apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZLjava/util/Prope
> > > rties;)I ( JUnitTestRunner.java:672)
> > >  39:
> > >
> > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main([Ljava
> > > /lang/String;)V (JUnitTestRunner.java:546)
> > >  40: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > > se/ini_iA32.cpp:199)
> > >  41: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > > 9)
> > >  42: ExecuteMethod
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> > >  43: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > > 51)
> > >  44: call_static_method_no_ref_result
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > od.cpp:1154)
> > >  45: CallStaticVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*,
> > > jvalue*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > od.cpp:1562)
> > >  46: CallStaticVoidMethodV(JNIEnv_External*, _jobject*, _jmethodID*,
> > > char*)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > od.cpp:1546)
> > >  47: CallStaticVoidMethod(JNIEnv_External*, _jobject*, _jmethodID*,
> > ...)
> > >
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > > od.cpp:1536)
> > >  48: main_runJavaMain (../shared/main.c:1320)
> > >  49: invocation (../shared/main.c:730)
> > >  50: gpProtectedMain (../shared/main.c:379)
> > >  51: main (../shared/cmain.c:147)
> > >  52: __libc_start_main (??:-1)
> > >  53: _start (../sysdeps/i386/elf/start.S:105)
> > > <end of stack trace>
> > > Compiling BEANS classes
> > > Compiling support classes for BEANS tests
> > > Compiling internal BEANS tests
> > > Compiling BEANS tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Running internal BEANS tests
> > > Running BEANS tests
> > > Compiling CRYPTO classes
> > > Compiling CRYPTO test support files
> > > Compiling CRYPTO api tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling CRYPTO api injected tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling CRYPTO impl injected tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling CRYPTO impl tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Running CRYPTO api tests
> > > Running CRYPTO api.injected tests
> > > Running CRYPTO impl tests
> > > Running CRYPTO impl injected tests
> > > Compiling ImageIO classes
> > > Compiling ImageIO tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling INSTRUMENT classes
> > > Compiling INSTRUMENT tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling JNDI classes
> > > Compiling JNDI tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling LANG-MANAGEMENT classes
> > > Compiling LANG-MANAGEMENT API tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling LANG-MANAGEMENT Implementation tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling LOGGING classes
> > > Compiling LOGGING tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling LUNI classes
> > > Compiling LUNI JUnit Tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Running LUNI JUnit Tests
> > > Compiling MATH classes
> > > Compiling MATH tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling MISC classes
> > > Compiling MISC tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling NIO classes
> > > Compiling NIO tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling NIO_CHAR classes
> > > Compiling NIO_CHAR tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Cannot find unmappable byte array for US-ASCII
> > > Cannot find unmappable byte array for gb18030
> > > Cannot find unmappable byte array for ISO-8859-1
> > > Cannot find malform byte array for ISO-8859-1
> > > Cannot find unmappable byte array for UTF-16BE
> > > Cannot find malform byte array for UTF-16BE
> > > Cannot find unmappable byte array for UTF-16
> > > Cannot find malform byte array for UTF-16
> > > Cannot find unmappable byte array for UTF-16LE
> > > Cannot find malform byte array for UTF-16LE
> > > Cannot find unmappable byte array for UTF-8
> > > Compiling PACK200 classes
> > > Compiling PACK200 tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Running PACK200 tests
> > > init: passed
> > > hyerror: passed
> > > hytime: passed
> > > hyfile: passed
> > > Compiling PREFS classes
> > > Compiling PREFS tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling PRINT classes
> > > Compiling Print tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > refused
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect (
> > PlainSocketImpl.java
> > > :229)
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :509)
> > >         at java.net.Socket.connect(Socket.java)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .getHTTPConnection(HttpURLConnection.java:635)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .connect(HttpURLConnection.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java )
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > tService(CUPSPrintServiceProvider.java:471)
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > Service(CUPSPrintServiceProvider.java:169)
> > >         at
> > > javax.print.PrintServiceLookup.lookupDefaultPrintService
> > (PrintServiceLoo
> > > kup.java)
> > >         at
> > > javax.print.attribute.HashAttributeTest.testAdd2 (
> > HashAttributeTest.java:
> > > 128)
> > >         at
> > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > >         at junit.framework.TestCase.runTest (TestCase.java:154)
> > >         at junit.framework.TestCase.runBare(TestCase.java)
> > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > >         at junit.framework.TestResult.runProtected(TestResult.java )
> > >         at junit.framework.TestResult.run(TestResult.java)
> > >         at junit.framework.TestCase.run(TestCase.java)
> > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > >         at junit.framework.TestSuite.run(TestSuite.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
> > (JUnitTe
> > > stRunner.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > > tTestRunner.java:672)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main
> > (JUnitT
> > > estRunner.java:546)
> > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > refused
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :229)
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :509)
> > >         at java.net.Socket.connect(Socket.java)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .getHTTPConnection(HttpURLConnection.java:635)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .connect(HttpURLConnection.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > tService(CUPSPrintServiceProvider.java:471)
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > Service(CUPSPrintServiceProvider.java:169)
> > >         at
> > > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > > kup.java)
> > >         at
> > > javax.print.attribute.HashAttributeTest.testEquals(
> > HashAttributeTest.jav
> > > a:284)
> > >         at
> > > java.lang.reflect.VMReflection.invokeMethod( VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > >         at junit.framework.TestCase.runTest(TestCase.java:154)
> > >         at junit.framework.TestCase.runBare(TestCase.java )
> > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > >         at junit.framework.TestResult.runProtected(TestResult.java)
> > >         at junit.framework.TestResult.run(TestResult.java)
> > >         at junit.framework.TestCase.run(TestCase.java)
> > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > >         at junit.framework.TestSuite.run(TestSuite.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
> > (JUnitTe
> > > stRunner.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch
> > (JUni
> > > tTestRunner.java:672)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main
> > (JUnitT
> > > estRunner.java:546)
> > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > refused
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :229)
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :509)
> > >         at java.net.Socket.connect(Socket.java)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .getHTTPConnection(HttpURLConnection.java:635)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .connect(HttpURLConnection.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java )
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > tService(CUPSPrintServiceProvider.java:471)
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > Service(CUPSPrintServiceProvider.java:169)
> > >         at
> > > javax.print.PrintServiceLookup.lookupDefaultPrintService
> > (PrintServiceLoo
> > > kup.java)
> > >         at
> > > javax.print.attribute.HashAttributeTest.testAdd2 (
> > HashAttributeTest.java:
> > > 128)
> > >         at
> > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > >         at junit.framework.TestCase.runTest (TestCase.java:154)
> > >         at junit.framework.TestCase.runBare(TestCase.java)
> > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > >         at junit.framework.TestResult.runProtected(TestResult.java )
> > >         at junit.framework.TestResult.run(TestResult.java)
> > >         at junit.framework.TestCase.run(TestCase.java)
> > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > >         at junit.framework.TestSuite.run(TestSuite.java)
> > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > >         at junit.framework.TestSuite.run(TestSuite.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > > stRunner.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch
> > (JUni
> > > tTestRunner.java:672)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > > estRunner.java:546)
> > > java.net.ConnectException: localhost/127.0.0.1:631 - Connection
> > refused
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :229)
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :509)
> > >         at java.net.Socket.connect(Socket.java)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .getHTTPConnection(HttpURLConnection.java:635)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .connect(HttpURLConnection.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > >         at
> > > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > > tService(CUPSPrintServiceProvider.java:471)
> > >         at
> > >
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > > Service(CUPSPrintServiceProvider.java:169)
> > >         at
> > > javax.print.PrintServiceLookup.lookupDefaultPrintService
> > (PrintServiceLoo
> > > kup.java)
> > >         at
> > > javax.print.attribute.HashAttributeTest.testEquals(
> > HashAttributeTest.jav
> > > a:284)
> > >         at
> > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:381)
> > >         at junit.framework.TestCase.runTest(TestCase.java:154)
> > >         at junit.framework.TestCase.runBare(TestCase.java)
> > >         at junit.framework.TestResult$1.protect(TestResult.java)
> > >         at junit.framework.TestResult.runProtected(TestResult.java)
> > >         at junit.framework.TestResult.run (TestResult.java)
> > >         at junit.framework.TestCase.run(TestCase.java)
> > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > >         at junit.framework.TestSuite.run(TestSuite.java)
> > >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > >         at junit.framework.TestSuite.run(TestSuite.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > > stRunner.java)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch
> > (JUni
> > > tTestRunner.java:672)
> > >         at
> > > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > > estRunner.java:546)
> > > Compiling REGEX classes
> > > Compiling REGEX tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling RMI classes
> > > Compiling RMI api tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Running RMI api tests
> > > testDirectSocket_SingleVM starting
> > > Test server started.
> > > Object:
> > > MyRemoteObject[UnicastServerRef[endpoint:[[ 10.125.122.40:48301
> > ]](local),
> > > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] created and exported.
> > > Apr 23, 2007 11:02:45 AM org.apache.harmony.rmi.server.RMIReference
> > > makeStrong
> > > FINER: main: Strongly referenced RegistryImpl
> > > Registry created.
> > > Object bound in the registry.
> > > Registry located.
> > > Apr 23, 2007 11:03:02 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [localhost:1099] for
> > > UID[88:1121c9ac29b:-7ffd]
> > > Lookup object is:
> > > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> > > java.rmi.Remote ],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > 10.125.122.40:48301]
> > > ](remote), ObjID[65536, UID[88:1121c9ac29b:-8000]]]]]
> > > Testing test_String_Void...
> > > Done.
> > > Testing test_Void_String...
> > > Returned: MyRemoteObject.test_Void_String
> > > Done.
> > > Testing test_Int_Void...
> > > Done.
> > > Testing test_Void_Int...
> > > Returned: 987654321
> > > Done.
> > > Testing test_Remote_Void...
> > > Done.
> > > Testing test_Remote_Void with remote object extending another remote
> > > object...
> > > Done.
> > > Testing test_Void_Remote...
> > > Apr 23, 2007 11:03:04 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > > UID[88:1121c9ac29b:-7fe8]
> > > Returned: Proxy[interf:[
> > org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > java.rmi.Remote],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > 10.125.122.40:48309]
> > > ](remote), ObjID[65539, UID[88:1121c9ac29b:-7fe9]]]]]
> > > Done.
> > > Testing test_Long_Long...
> > > Returned: 998877665544332211
> > > Done.
> > > Testing test_String_String...
> > > Returned: MyRemoteObject.test_String_String
> > > Done.
> > > Testing test_Remote_Remote...
> > > Apr 23, 2007 11:03:04 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > > UID[88:1121c9ac29b:-7fde]
> > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2
> > ,
> > > java.rmi.Remote],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48313
> > ]
> > > ](remote), ObjID[65541, UID[88:1121c9ac29b:-7fdf]]]]]
> > > Done.
> > > Testing test_RemoteString_Void...
> > > Done.
> > > Testing test_RemoteRemote_Remote...
> > > Apr 23, 2007 11:03:05 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > > UID[88:1121c9ac29b:-7fd0]
> > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > java.rmi.Remote],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > 10.125.122.40:48320]
> > > ](remote), ObjID[65545, UID[88:1121c9ac29b:-7fd1]]]]]
> > > Done.
> > > Testing test_BooleanStringRemote_Void...
> > > Done.
> > > Testing test_Proxy_Void...
> > > Done.
> > > Testing test_Array_Void...
> > > Done.
> > > Testing test_Void_Array...
> > > Done.
> > > Testing test_RemoteArray_Void...
> > > Done.
> > > Testing test_Void_RemoteArray...
> > > Apr 23, 2007 11:03:06 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [ 10.125.122.40:48301] for
> > > UID[88:1121c9ac29b:-7fbd]
> > > Done.
> > > Testing test_Exception...
> > > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > > Done.
> > > Testing test_Error...
> > > java.rmi.ServerError: Error occurred while remote method invocation;
> > > nested exception is:
> > >         java.lang.Error: MyRemoteObject.test_Error
> > > Done.
> > > Testing test_RuntimeException...
> > > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > > Done.
> > > Testing test_RemoteException...
> > > java.rmi.ServerException: RemoteException occurred while remote method
> > > invocation; nested exception is:
> > >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > > Done.
> > > Test server complete.
> > > Test server closing.
> > > Unexporting
> > > MyRemoteObject[UnicastServerRef[endpoint:[[ 10.125.122.40:48301
> > ]](local),
> > > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] ...
> > > Done.
> > > Unexporting RegistryImpl ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48305
> > ]](local)
> > > , ObjID[65537, UID[88:1121c9ac29b:-7ff4]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject4[UnicastServerRef[endpoint:[[ 10.125.122.40:48307
> > ]](local)
> > > , ObjID[65538, UID[88:1121c9ac29b:-7fef]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48311
> > ]](local)
> > > , ObjID[65540, UID[88:1121c9ac29b:-7fe3]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48314]](local)
> >
> > > , ObjID[65542, UID[88:1121c9ac29b:-7fdd]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48316
> > ]](local)
> > > , ObjID[65543, UID[88:1121c9ac29b:-7fd8]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject3[UnicastServerRef[endpoint:[[10.125.122.40:48317
> > ]](local)
> > > , ObjID[65544, UID[88:1121c9ac29b:-7fd7]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48321
> > ]](local)
> > > , ObjID[65546, UID[88:1121c9ac29b:-7fcf]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48323
> > ]](local)
> > > , ObjID[65547, UID[88:1121c9ac29b:-7fc4]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48324
> > ]](local)
> > > , ObjID[65548, UID[88:1121c9ac29b:-7fc3]]]] ...
> > > Done.
> > > Test server exiting.
> > > testDirectHTTP_SingleVM starting
> > > Test server started.
> > > Object:
> > > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48329
> > ]](local),
> > > ObjID[65536, UID[88:1121c9bbd88:-8000]]]] created and exported.
> > > Apr 23, 2007 11:03:49 AM org.apache.harmony.rmi.server.RMIReference
> > > makeStrong
> > > FINER: main: Strongly referenced RegistryImpl
> > > Registry created.
> > > Object bound in the registry.
> > > Registry located.
> > > Apr 23, 2007 11:04:07 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [localhost:1099] for
> > > UID[88:1121c9bbd88:-7ffd]
> > > Lookup object is:
> > > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface ,
> > > java.rmi.Remote],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > 10.125.122.40:48329]
> > > ](remote), ObjID[65536, UID[88:1121c9bbd88:-8000]]]]]
> > > Testing test_String_Void...
> > > Done.
> > > Testing test_Void_String...
> > > Returned: MyRemoteObject.test_Void_String
> > > Done.
> > > Testing test_Int_Void...
> > > Done.
> > > Testing test_Void_Int...
> > > Returned: 987654321
> > > Done.
> > > Testing test_Remote_Void...
> > > Done.
> > > Testing test_Remote_Void with remote object extending another remote
> > > object...
> > > Done.
> > > Testing test_Void_Remote...
> > > Apr 23, 2007 11:04:08 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > > UID[88:1121c9bbd88:-7fe8]
> > > Returned: Proxy[interf:[
> > org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > java.rmi.Remote],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > 10.125.122.40:48337]
> > > ](remote), ObjID[65539, UID[88:1121c9bbd88:-7fe9]]]]]
> > > Done.
> > > Testing test_Long_Long...
> > > Returned: 998877665544332211
> > > Done.
> > > Testing test_String_String...
> > > Returned: MyRemoteObject.test_String_String
> > > Done.
> > > Testing test_Remote_Remote...
> > > Apr 23, 2007 11:04:09 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > > UID[88:1121c9bbd88:-7fde]
> > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2
> > ,
> > > java.rmi.Remote],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48341
> > ]
> > > ](remote), ObjID[65541, UID[88:1121c9bbd88:-7fdf]]]]]
> > > Done.
> > > Testing test_RemoteString_Void...
> > > Done.
> > > Testing test_RemoteRemote_Remote...
> > > Apr 23, 2007 11:04:09 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > > UID[88:1121c9bbd88:-7fd0]
> > > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > > java.rmi.Remote],
> > > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[
> > 10.125.122.40:48348]
> > > ](remote), ObjID[65545, UID[88:1121c9bbd88:-7fd1]]]]]
> > > Done.
> > > Testing test_BooleanStringRemote_Void...
> > > Done.
> > > Testing test_Proxy_Void...
> > > Done.
> > > Testing test_Array_Void...
> > > Done.
> > > Testing test_Void_Array...
> > > Done.
> > > Testing test_RemoteArray_Void...
> > > Done.
> > > Testing test_Void_RemoteArray...
> > > Apr 23, 2007 11:04:10 AM
> > org.apache.harmony.rmi.client.ClientConnection
> > > sendDGCAck
> > > FINER: main: Sent DGC ack to [ 10.125.122.40:48329] for
> > > UID[88:1121c9bbd88:-7fbd]
> > > Done.
> > > Testing test_Exception...
> > > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > > Done.
> > > Testing test_Error...
> > > java.rmi.ServerError: Error occurred while remote method invocation;
> > > nested exception is:
> > >         java.lang.Error: MyRemoteObject.test_Error
> > > Done.
> > > Testing test_RuntimeException...
> > > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > > Done.
> > > Testing test_RemoteException...
> > > java.rmi.ServerException: RemoteException occurred while remote method
> > > invocation; nested exception is:
> > >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > > Done.
> > > Test server complete.
> > > Test server closing.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48357
> > ]](local)
> > > , ObjID[65536, UID[118:1121c9c7017:-7ff7]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[ 10.125.122.40:48358
> > ]](local)
> > > , ObjID[65537, UID[118:1121c9c7017:-7ff6]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48359
> > ]](local)
> > > , ObjID[65538, UID[118:1121c9c7017:-7ff5]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48360]](local)
> >
> > > , ObjID[65539, UID[118:1121c9c7017:-7ff4]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48361
> > ]](local)
> > > , ObjID[65540, UID[118:1121c9c7017:-7ff3]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48362
> > ]](local)
> > > , ObjID[65541, UID[118:1121c9c7017:-7ff2]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48363
> > ]](local)
> > > , ObjID[65542, UID[118:1121c9c7017:-7ff1]]]] ...
> > > Done.
> > > Unexporting
> > > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48364
> > ]](local)
> > > , ObjID[65543, UID[118:1121c9c7017:-7ff0]]]] ...
> > > Done.
> > > LogStream[tst]:
> > > Compiling SECURITY classes
> > > Compiling SECURITY test support files
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling SECURITY api tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling SECURITY api injected tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling SECURITY impl injected tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling SECURITY impl tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Running SECURITY api tests
> > > Running SECURITY api.injected tests
> > > Running SECURITY impl tests
> > > Running SECURITY impl injected tests
> > > Compiling SOUND classes
> > > Compiling SOUND tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling SQL classes
> > > Compiling SQL tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling Sun Compat classes
> > > Compiling SUNCOMPAT tests
> > > Compiling TEXT classes
> > > Compiling TEXT tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling TOOLS classes
> > > Compiling Tools tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling X-NET classes
> > > Compiling X-NET test support files
> > > Compiling X-NET api tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling X-NET impl injected tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Compiling X-NET impl tests
> > > Since fork is false, ignoring memoryMaximumSize setting
> > > Running X-NET api tests
> > > Running X-NET impl tests
> > > Running X-NET impl injected tests
> > > The test report is in
> > >
> > /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/html/i
> > > ndex.html
> > >
> > > ***********************************************************
> > > Unit Tests: (13379)
> > >
> > > error: java.awt.geom.CubicCurve2DFloatTest vmcrash.CrashedTests
> > > error: org.apache.harmony.luni.tests.java.lang.ThreadGroupTest
> > > vmcrash.CrashedTests
> > > error: testGetOutputStream
> > >
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > > ectionTest
> > > failure: testAddPropertyChangeListener
> > java.awt.AccessibleAWTCanvasTest
> > > failure: testSetLocationRelativeTo java.awt.WindowTest
> > > failure: test_parseDouble_LString_FromHexString
> > > org.apache.harmony.luni.tests.java.lang.DoubleTest
> > > failure: test_parseFloat_LString_Unusual
> > > org.apache.harmony.luni.tests.java.lang.FloatTest
> > > failure: test_decodeLjava_lang_String2
> > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > failure: test_parseLongLjava_lang_String2
> > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > failure: test_parseLongLjava_lang_StringI
> > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > failure: test_valueOfLjava_lang_String2
> > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > failure: test_valueOfLjava_lang_StringI
> > > org.apache.harmony.luni.tests.java.lang.LongTest
> > > failure: test_lockJJZ_IllegalArgument
> > > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > > failure: test_tryLockJJZ_IllegalArgument
> > > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > > failure: test_Constructor_Ljava_nio_channels_FileChannelJJZ
> > > org.apache.harmony.nio.tests.java.nio.channels.FileLockTest
> > > Unit Test Error Details:        (15)
> > >
> > > Test: java.awt.geom.CubicCurve2DFloatTestClass: vmcrash.CrashedTests
> > > Test: org.apache.harmony.luni.tests.java.lang.ThreadGroupTestClass:
> > > vmcrash.CrashedTests
> > > Test: testGetOutputStreamClass:
> > >
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > > ectionTestjava.net.ConnectException: localhost/127.0.0.1:47728 -
> > > Connection refused
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :229)
> > >         at
> > > org.apache.harmony.luni.net.PlainSocketImpl.connect(
> > PlainSocketImpl.java
> > > :509)
> > >         at java.net.Socket.connect(Socket.java)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .getHTTPConnection(HttpURLConnection.java:635)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .connect(HttpURLConnection.java)
> > >         at
> > >
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > > .getOutputStream(HttpURLConnection.java)
> > >         at
> > >
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > > ectionTest.testGetOutputStream(HttpURLConnectionTest.java)
> > >         at
> > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > >
> > > Test: testAddPropertyChangeListenerClass:
> > > java.awt.AccessibleAWTCanvasTestjunit.framework.AssertionFailedError:
> > > expected:<visible> but was:<focused>
> > >         at
> > > java.awt.AccessibleAWTCanvasTest.testAddPropertyChangeListener
> > (Accessibl
> > > eAWTCanvasTest.java:87)
> > >         at
> > > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java )
> > >
> > > Test: testSetLocationRelativeToClass:
> > > java.awt.WindowTestjunit.framework.AssertionFailedError:
> > > expected:<java.awt.Point[x=50,y=50]> but
> >
> ...
>
> [Message clipped]




-- 
Mikhail Fursov

Re: [DRLVM][JIT] some bug in Ia32i586InstsExpansion.cpp related code?

Posted by Mikhail Fursov <mi...@gmail.com>.
I promised Nathan to work on JET i586 issues today, so I check this issue
too.

On 4/23/07, Xiao-Feng Li <xi...@gmail.com> wrote:
>
> A failure with Linux32 classlib test is an assertion break in
> "Ia32i586InstsExpansion.cpp" as show below.
>
> Thanks,
> xiaofeng
>
>
> > -----Original Message-----
> > Subject: [build-test alert] BUILD FAILED SUSE 9 Linux gcc debug x86:
> > classlib tests
> >
> > BUILD FAILED:
> >         Ant Error Message:
> > /export/cruise/trunk/cc/projects/classlib/trunk/build.xml:169: The
> > following error occurred while executing this line:
> > /export/cruise/trunk/cc/projects/classlib/trunk/make/build-test.xml:142:
> > There were test crashes:
> > /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/TEST-j
> > ava.awt.geom.CubicCurve2DFloatTest.xml:/export/cruise/trunk/cc/projects/
> > classlib/trunk/build/test_report/TEST-org.apache.harmony.luni.tests.java
> > .lang.ThreadGroupTest.xml
> >
> > Date of build:  04/23/2007 09:53:17
> > Time to build:  93 minutes 5 seconds
> > Last changed:   04/23/2007 08:52:31
> > Last log entry: Add locks, mfence and sfence instructions to align
> > windows with linux
> >
> >
> > ***********************************************************
> > Errors/Warnings:        (542)
> >
> > Tests FAILED (timeout)
> > Tests FAILED
> >
> > ========================================
> > Testing class libraries...
> > ========================================
> > Checking for depends/jars/yoko_M2-20070130/yoko.jar
> > Checking for depends/jars/yoko_M2-20070130/yoko-core.jar
> > Checking for depends/jars/yoko_M2-20070130/yoko-rmi-impl.jar
> > Checking for depends/jars/yoko_M2-20070130/yoko-rmi-spec.jar
> > Checking for depends/jars/bcel-5.2/bcel-5.2.jar
> > Checking for depends/jars/xalan-j_2.7.0/xalan.jar
> > Checking for depends/jars/xerces_2.9.0/xerces.zip
> > Checking for depends/jars/junit_3.8.2/junit.jar
> > Checking for depends/jars/bcprov-jdk15-134/bcprov.jar
> > Checking for depends/jars/icu4j_3.4.4/icu4j_3_4_4.jar
> > Checking for depends/jars/mx4j_3.0.2/mx4j.zip
> > Checking for depends/jars/ecj_3.2/ecj_3.2.jar
> > Checking for depends/jars/jetty/jetty-6.0.0.jar
> > Checking for depends/jars/jetty/jetty-util-6.0.0.jar
> > Checking for depends/jars/jetty/servlet-api-2.5-6.0.0.jar
> > Checking for depends/libs/build/lcms/icc34.h
> > Checking for depends/libs/build/lcms/lcms.h
> > Checking for depends/libs/build/png/pngconf.h
> > Checking for depends/libs/build/png/png.h
> > Checking for depends/libs/build/jpeg/jconfig.lnx
> > Checking for depends/libs/build/jpeg/jpeglib.h
> > Checking for depends/libs/build/jpeg/jmorecfg.h
> > Checking for depends/libs/build/jpeg/jerror.h
> > Checking for depends/libs/build/lcms/liblcms.linux.x86
> > Checking for depends/libs/build/png/libpng.linux.x86
> > Checking for depends/libs/build/jpeg/libjpeg.linux.x86
> > hy.test.vm.name = drl
> > Compiling ACCESSIBILITY classes
> > Compiling ACCESSIBILITY tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling ANNOTATION classes
> > Compiling ANNOTATION tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > ----------
> > 1. WARNING in
> > /export/cruise/trunk/cc/projects/classlib/trunk/modules/annotation/src/t
> > est/java/org/apache/harmony/annotation/tests/java/lang/annotation/Incomp
> > leteAnnotationExceptionTest.java
> >  (at line 53)
> >         clazz, elementName);
> >         ^^^^^
> > Type safety: The expression of type Class needs unchecked conversion to
> > conform to Class<? extends Annotation>
> > ----------
> > 1 problem (1 warning)
> > Compiling APPLET classes
> > Compiling APPLET tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling ARCHIVE classes
> > Compiling ARCHIVE tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling AUTH classes
> > Compiling AUTH tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling AWT classes
> > Compiling AWT tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > java:
> > /export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerato
> > r/ia32/Ia32i586InstsExpansion.cpp:272: virtual void
> > Jitrino::Ia32::I586InstsExpansion::runImpl(): Assertion
> > `(*xmmMemOpsPtr)[regNum2]' failed.
> > SIGABRT in VM code.
> > Stack trace:
> >   0: ?? (??:-1)
> >   1: abort (??:-1)
> >   2: __assert_fail (??:-1)
> >   3: .L81
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerat
> > or/ia32/Ia32i586InstsExpansion.cpp:275)
> >   4: Jitrino::Ia32::SessionAction::run()
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerat
> > or/ia32/Ia32IRManager.cpp:2269)
> >   5: Jitrino::runPipeline(Jitrino::CompilationContext*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > o.cpp:227)
> >   6: Jitrino::compileMethod(Jitrino::CompilationContext*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > o.cpp:262)
> >   7: Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > o.cpp:287)
> >   8: JIT_compile_method_with_params
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJ
> > ITInterface.cpp:279)
> >   9: Dll_JIT::compile_method_with_params(void*, Method*,
> > OpenMethodExecutionParams)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/include/dll_jit_
> > intf.h:86)
> >  10: compile_do_compilation_jit(Method*, JIT*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > cpp:657)
> >  11: vm_compile_method
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_suppor
> > t/C_Interface.cpp:2492)
> >  12: DrlEMImpl::compileMethod(Method*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:54
> > 0)
> >  13: CompileMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:49)
> >  14: compile_do_compilation
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > cpp:770)
> >  15: compile_me(Method*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > cpp:790)
> >  16: 0x41A56162  <Generated stub>
> >  17: vm_invoke_native_array_stub
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > se/invoke_native_stub_ia32.asm:41)
> >  18: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > se/ini_iA32.cpp:199)
> >  19: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > 9)
> >  20: ExecuteMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> >  21: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > 51)
> >  22: call_method_no_ref_result
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:187)
> >  23: CallVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:225)
> >  24: invoke_primitive_method
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > es/native/java_lang_reflect_VMReflection.cpp:186)
> >  25: Java_java_lang_reflect_VMReflection_invokeMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > es/native/java_lang_reflect_VMReflection.cpp:222)
> >  26: 0x536AE953  <Generated stub>
> >  27: ?? (??:-1)
> >  28:
> > java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lj
> > ava/lang/Object; (Method.java:381)
> >  29: junit/framework/TestCase.runTest()V (TestCase.java:164)
> >  30: junit/framework/TestCase.runBare()V (TestCase.java:-1)
> >  31: junit/framework/TestResult$1.protect()V (TestResult.java:-1)
> >  32:
> > junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/fra
> > mework/Protectable;)V (TestResult.java:-1)
> >  33: junit/framework/TestResult.run(Ljunit/framework/TestCase;)V
> > (TestResult.java:-1)
> >  34: junit/framework/TestCase.run(Ljunit/framework/TestResult;)V
> > (TestCase.java:-1)
> >  35:
> > junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework
> > /TestResult;)V (TestSuite.java:230)
> >  36: junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V
> > (TestSuite.java:-1)
> >  37: org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run()V
> > (JUnitTestRunner.java:-1)
> >  38:
> > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(Lorg
> > /apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZLjava/util/Prope
> > rties;)I (JUnitTestRunner.java:672)
> >  39:
> > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main([Ljava
> > /lang/String;)V (JUnitTestRunner.java:546)
> >  40: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > se/ini_iA32.cpp:199)
> >  41: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > 9)
> >  42: ExecuteMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> >  43: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > 51)
> >  44: call_static_method_no_ref_result
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1154)
> >  45: CallStaticVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*,
> > jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1562)
> >  46: CallStaticVoidMethodV(JNIEnv_External*, _jobject*, _jmethodID*,
> > char*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1546)
> >  47: CallStaticVoidMethod(JNIEnv_External*, _jobject*, _jmethodID*, ...)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1536)
> >  48: main_runJavaMain (../shared/main.c:1320)
> >  49: invocation (../shared/main.c:730)
> >  50: gpProtectedMain (../shared/main.c:379)
> >  51: main (../shared/cmain.c:147)
> >  52: __libc_start_main (??:-1)
> >  53: _start (../sysdeps/i386/elf/start.S:105)
> > <end of stack trace>
> > Compiling BEANS classes
> > Compiling support classes for BEANS tests
> > Compiling internal BEANS tests
> > Compiling BEANS tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running internal BEANS tests
> > Running BEANS tests
> > Compiling CRYPTO classes
> > Compiling CRYPTO test support files
> > Compiling CRYPTO api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling CRYPTO api injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling CRYPTO impl injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling CRYPTO impl tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running CRYPTO api tests
> > Running CRYPTO api.injected tests
> > Running CRYPTO impl tests
> > Running CRYPTO impl injected tests
> > Compiling ImageIO classes
> > Compiling ImageIO tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling INSTRUMENT classes
> > Compiling INSTRUMENT tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling JNDI classes
> > Compiling JNDI tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LANG-MANAGEMENT classes
> > Compiling LANG-MANAGEMENT API tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LANG-MANAGEMENT Implementation tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LOGGING classes
> > Compiling LOGGING tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LUNI classes
> > Compiling LUNI JUnit Tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running LUNI JUnit Tests
> > Compiling MATH classes
> > Compiling MATH tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling MISC classes
> > Compiling MISC tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling NIO classes
> > Compiling NIO tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling NIO_CHAR classes
> > Compiling NIO_CHAR tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Cannot find unmappable byte array for US-ASCII
> > Cannot find unmappable byte array for gb18030
> > Cannot find unmappable byte array for ISO-8859-1
> > Cannot find malform byte array for ISO-8859-1
> > Cannot find unmappable byte array for UTF-16BE
> > Cannot find malform byte array for UTF-16BE
> > Cannot find unmappable byte array for UTF-16
> > Cannot find malform byte array for UTF-16
> > Cannot find unmappable byte array for UTF-16LE
> > Cannot find malform byte array for UTF-16LE
> > Cannot find unmappable byte array for UTF-8
> > Compiling PACK200 classes
> > Compiling PACK200 tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running PACK200 tests
> > init: passed
> > hyerror: passed
> > hytime: passed
> > hyfile: passed
> > Compiling PREFS classes
> > Compiling PREFS tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling PRINT classes
> > Compiling Print tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testAdd2(HashAttributeTest.java:
> > 128)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testEquals(HashAttributeTest.jav
> > a:284)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testAdd2(HashAttributeTest.java:
> > 128)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testEquals(HashAttributeTest.jav
> > a:284)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > Compiling REGEX classes
> > Compiling REGEX tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling RMI classes
> > Compiling RMI api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running RMI api tests
> > testDirectSocket_SingleVM starting
> > Test server started.
> > Object:
> > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48301]](local),
> > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] created and exported.
> > Apr 23, 2007 11:02:45 AM org.apache.harmony.rmi.server.RMIReference
> > makeStrong
> > FINER: main: Strongly referenced RegistryImpl
> > Registry created.
> > Object bound in the registry.
> > Registry located.
> > Apr 23, 2007 11:03:02 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [localhost:1099] for
> > UID[88:1121c9ac29b:-7ffd]
> > Lookup object is:
> > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48301]
> > ](remote), ObjID[65536, UID[88:1121c9ac29b:-8000]]]]]
> > Testing test_String_Void...
> > Done.
> > Testing test_Void_String...
> > Returned: MyRemoteObject.test_Void_String
> > Done.
> > Testing test_Int_Void...
> > Done.
> > Testing test_Void_Int...
> > Returned: 987654321
> > Done.
> > Testing test_Remote_Void...
> > Done.
> > Testing test_Remote_Void with remote object extending another remote
> > object...
> > Done.
> > Testing test_Void_Remote...
> > Apr 23, 2007 11:03:04 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fe8]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48309]
> > ](remote), ObjID[65539, UID[88:1121c9ac29b:-7fe9]]]]]
> > Done.
> > Testing test_Long_Long...
> > Returned: 998877665544332211
> > Done.
> > Testing test_String_String...
> > Returned: MyRemoteObject.test_String_String
> > Done.
> > Testing test_Remote_Remote...
> > Apr 23, 2007 11:03:04 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fde]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48313]
> > ](remote), ObjID[65541, UID[88:1121c9ac29b:-7fdf]]]]]
> > Done.
> > Testing test_RemoteString_Void...
> > Done.
> > Testing test_RemoteRemote_Remote...
> > Apr 23, 2007 11:03:05 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fd0]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48320]
> > ](remote), ObjID[65545, UID[88:1121c9ac29b:-7fd1]]]]]
> > Done.
> > Testing test_BooleanStringRemote_Void...
> > Done.
> > Testing test_Proxy_Void...
> > Done.
> > Testing test_Array_Void...
> > Done.
> > Testing test_Void_Array...
> > Done.
> > Testing test_RemoteArray_Void...
> > Done.
> > Testing test_Void_RemoteArray...
> > Apr 23, 2007 11:03:06 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fbd]
> > Done.
> > Testing test_Exception...
> > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > Done.
> > Testing test_Error...
> > java.rmi.ServerError: Error occurred while remote method invocation;
> > nested exception is:
> >         java.lang.Error: MyRemoteObject.test_Error
> > Done.
> > Testing test_RuntimeException...
> > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > Done.
> > Testing test_RemoteException...
> > java.rmi.ServerException: RemoteException occurred while remote method
> > invocation; nested exception is:
> >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > Done.
> > Test server complete.
> > Test server closing.
> > Unexporting
> > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48301]](local),
> > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] ...
> > Done.
> > Unexporting RegistryImpl ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48305]](local)
> > , ObjID[65537, UID[88:1121c9ac29b:-7ff4]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject4[UnicastServerRef[endpoint:[[10.125.122.40:48307]](local)
> > , ObjID[65538, UID[88:1121c9ac29b:-7fef]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48311]](local)
> > , ObjID[65540, UID[88:1121c9ac29b:-7fe3]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48314]](local)
> > , ObjID[65542, UID[88:1121c9ac29b:-7fdd]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48316]](local)
> > , ObjID[65543, UID[88:1121c9ac29b:-7fd8]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject3[UnicastServerRef[endpoint:[[10.125.122.40:48317]](local)
> > , ObjID[65544, UID[88:1121c9ac29b:-7fd7]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48321]](local)
> > , ObjID[65546, UID[88:1121c9ac29b:-7fcf]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48323]](local)
> > , ObjID[65547, UID[88:1121c9ac29b:-7fc4]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48324]](local)
> > , ObjID[65548, UID[88:1121c9ac29b:-7fc3]]]] ...
> > Done.
> > Test server exiting.
> > testDirectHTTP_SingleVM starting
> > Test server started.
> > Object:
> > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48329]](local),
> > ObjID[65536, UID[88:1121c9bbd88:-8000]]]] created and exported.
> > Apr 23, 2007 11:03:49 AM org.apache.harmony.rmi.server.RMIReference
> > makeStrong
> > FINER: main: Strongly referenced RegistryImpl
> > Registry created.
> > Object bound in the registry.
> > Registry located.
> > Apr 23, 2007 11:04:07 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [localhost:1099] for
> > UID[88:1121c9bbd88:-7ffd]
> > Lookup object is:
> > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48329]
> > ](remote), ObjID[65536, UID[88:1121c9bbd88:-8000]]]]]
> > Testing test_String_Void...
> > Done.
> > Testing test_Void_String...
> > Returned: MyRemoteObject.test_Void_String
> > Done.
> > Testing test_Int_Void...
> > Done.
> > Testing test_Void_Int...
> > Returned: 987654321
> > Done.
> > Testing test_Remote_Void...
> > Done.
> > Testing test_Remote_Void with remote object extending another remote
> > object...
> > Done.
> > Testing test_Void_Remote...
> > Apr 23, 2007 11:04:08 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fe8]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48337]
> > ](remote), ObjID[65539, UID[88:1121c9bbd88:-7fe9]]]]]
> > Done.
> > Testing test_Long_Long...
> > Returned: 998877665544332211
> > Done.
> > Testing test_String_String...
> > Returned: MyRemoteObject.test_String_String
> > Done.
> > Testing test_Remote_Remote...
> > Apr 23, 2007 11:04:09 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fde]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48341]
> > ](remote), ObjID[65541, UID[88:1121c9bbd88:-7fdf]]]]]
> > Done.
> > Testing test_RemoteString_Void...
> > Done.
> > Testing test_RemoteRemote_Remote...
> > Apr 23, 2007 11:04:09 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fd0]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48348]
> > ](remote), ObjID[65545, UID[88:1121c9bbd88:-7fd1]]]]]
> > Done.
> > Testing test_BooleanStringRemote_Void...
> > Done.
> > Testing test_Proxy_Void...
> > Done.
> > Testing test_Array_Void...
> > Done.
> > Testing test_Void_Array...
> > Done.
> > Testing test_RemoteArray_Void...
> > Done.
> > Testing test_Void_RemoteArray...
> > Apr 23, 2007 11:04:10 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fbd]
> > Done.
> > Testing test_Exception...
> > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > Done.
> > Testing test_Error...
> > java.rmi.ServerError: Error occurred while remote method invocation;
> > nested exception is:
> >         java.lang.Error: MyRemoteObject.test_Error
> > Done.
> > Testing test_RuntimeException...
> > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > Done.
> > Testing test_RemoteException...
> > java.rmi.ServerException: RemoteException occurred while remote method
> > invocation; nested exception is:
> >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > Done.
> > Test server complete.
> > Test server closing.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48357]](local)
> > , ObjID[65536, UID[118:1121c9c7017:-7ff7]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48358]](local)
> > , ObjID[65537, UID[118:1121c9c7017:-7ff6]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48359]](local)
> > , ObjID[65538, UID[118:1121c9c7017:-7ff5]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48360]](local)
> > , ObjID[65539, UID[118:1121c9c7017:-7ff4]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48361]](local)
> > , ObjID[65540, UID[118:1121c9c7017:-7ff3]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48362]](local)
> > , ObjID[65541, UID[118:1121c9c7017:-7ff2]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48363]](local)
> > , ObjID[65542, UID[118:1121c9c7017:-7ff1]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48364]](local)
> > , ObjID[65543, UID[118:1121c9c7017:-7ff0]]]] ...
> > Done.
> > LogStream[tst]:
> > Compiling SECURITY classes
> > Compiling SECURITY test support files
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY api injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY impl injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY impl tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running SECURITY api tests
> > Running SECURITY api.injected tests
> > Running SECURITY impl tests
> > Running SECURITY impl injected tests
> > Compiling SOUND classes
> > Compiling SOUND tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SQL classes
> > Compiling SQL tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling Sun Compat classes
> > Compiling SUNCOMPAT tests
> > Compiling TEXT classes
> > Compiling TEXT tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling TOOLS classes
> > Compiling Tools tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling X-NET classes
> > Compiling X-NET test support files
> > Compiling X-NET api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling X-NET impl injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling X-NET impl tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running X-NET api tests
> > Running X-NET impl tests
> > Running X-NET impl injected tests
> > The test report is in
> > /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/html/i
> > ndex.html
> >
> > ***********************************************************
> > Unit Tests: (13379)
> >
> > error: java.awt.geom.CubicCurve2DFloatTest vmcrash.CrashedTests
> > error: org.apache.harmony.luni.tests.java.lang.ThreadGroupTest
> > vmcrash.CrashedTests
> > error: testGetOutputStream
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > ectionTest
> > failure: testAddPropertyChangeListener java.awt.AccessibleAWTCanvasTest
> > failure: testSetLocationRelativeTo java.awt.WindowTest
> > failure: test_parseDouble_LString_FromHexString
> > org.apache.harmony.luni.tests.java.lang.DoubleTest
> > failure: test_parseFloat_LString_Unusual
> > org.apache.harmony.luni.tests.java.lang.FloatTest
> > failure: test_decodeLjava_lang_String2
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_parseLongLjava_lang_String2
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_parseLongLjava_lang_StringI
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_valueOfLjava_lang_String2
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_valueOfLjava_lang_StringI
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_lockJJZ_IllegalArgument
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > failure: test_tryLockJJZ_IllegalArgument
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > failure: test_Constructor_Ljava_nio_channels_FileChannelJJZ
> > org.apache.harmony.nio.tests.java.nio.channels.FileLockTest
> > Unit Test Error Details:        (15)
> >
> > Test: java.awt.geom.CubicCurve2DFloatTestClass: vmcrash.CrashedTests
> > Test: org.apache.harmony.luni.tests.java.lang.ThreadGroupTestClass:
> > vmcrash.CrashedTests
> > Test: testGetOutputStreamClass:
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > ectionTestjava.net.ConnectException: localhost/127.0.0.1:47728 -
> > Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getOutputStream(HttpURLConnection.java)
> >         at
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > ectionTest.testGetOutputStream(HttpURLConnectionTest.java)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: testAddPropertyChangeListenerClass:
> > java.awt.AccessibleAWTCanvasTestjunit.framework.AssertionFailedError:
> > expected:<visible> but was:<focused>
> >         at
> > java.awt.AccessibleAWTCanvasTest.testAddPropertyChangeListener(Accessibl
> > eAWTCanvasTest.java:87)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: testSetLocationRelativeToClass:
> > java.awt.WindowTestjunit.framework.AssertionFailedError:
> > expected:<java.awt.Point[x=50,y=50]> but
> > was:<java.awt.Point[x=461,y=334]>
> >         at
> > java.awt.WindowTest.testSetLocationRelativeTo(WindowTest.java:89)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseDouble_LString_FromHexStringClass:
> > org.apache.harmony.luni.tests.java.lang.DoubleTestjunit.framework.Assert
> > ionFailedError: Returned incorrect value expected:<Infinity> but
> > was:<0.0>
> >         at
> > org.apache.harmony.luni.tests.java.lang.DoubleTest.test_parseDouble_LStr
> > ing_FromHexString(DoubleTest.java:688)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseFloat_LString_UnusualClass:
> > org.apache.harmony.luni.tests.java.lang.FloatTestjunit.framework.Asserti
> > onFailedError: Returned incorrect value expected:<Infinity> but
> > was:<0.0>
> >         at
> > org.apache.harmony.luni.tests.java.lang.FloatTest.test_parseFloat_LStrin
> > g_Unusual(FloatTest.java:435)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_decodeLjava_lang_String2Class:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception for MAX_VALUE + 1
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_decodeLjava_lang_S
> > tring2(LongTest.java:112)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseLongLjava_lang_String2Class:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception for MAX_VALUE + 1
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_parseLongLjava_lan
> > g_String2(LongTest.java:218)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseLongLjava_lang_StringIClass:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception for MAX_VALUE + 1
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_parseLongLjava_lan
> > g_StringI(LongTest.java:274)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_valueOfLjava_lang_String2Class:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception when passed invalid string
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_valueOfLjava_lang_
> > String2(LongTest.java:442)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_valueOfLjava_lang_StringIClass:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception when passed invalid string
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_valueOfLjava_lang_
> > StringI(LongTest.java:495)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_lockJJZ_IllegalArgumentClass:
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTestjunit.fram
> > ework.AssertionFailedError: should throw IllegalArgumentException
> >         at
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest.test_lock
> > JJZ_IllegalArgument(FileChannelTest.java:723)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_tryLockJJZ_IllegalArgumentClass:
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTestjunit.fram
> > ework.AssertionFailedError: should throw IllegalArgumentException
> >         at
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest.test_tryL
> > ockJJZ_IllegalArgument(FileChannelTest.java:931)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_Constructor_Ljava_nio_channels_FileChannelJJZClass:
> > org.apache.harmony.nio.tests.java.nio.channels.FileLockTestjunit.framewo
> > rk.AssertionFailedError: should throw IllegalArgumentException.
> >         at
> > org.apache.harmony.nio.tests.java.nio.channels.FileLockTest.test_Constru
> > ctor_Ljava_nio_channels_FileChannelJJZ(FileLockTest.java:88)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> >
> > ***********************************************************
> > Modifications since last successful build:      (34)
> >
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/win/atomics.cpp
> > 04/23/2007 08:52:31 Add locks, mfence and sfence instructions to align
> > windows with linux
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/thread/win/apr_thread_ext.c
> > 04/23/2007 08:52:31 Add locks, mfence and sfence instructions to align
> > windows with linux
> > modified xli
> > /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp
> > 04/21/2007 21:43:01 [DRLVM][GC] switch to GCv5 as default GC for
> > one-week trial
> > modified xli
> > /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_co
> > mpact.cpp 04/21/2007 21:40:46 HARMONY-3700 :  LOS adaptation bug
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml
> > 04/21/2007 07:33:24 Fix unfinished merge -- sorry.
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.jar.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/test.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.native.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/common.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/common_extra.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/unit.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/kernel.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/ehwa.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/client.emconf
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Peep
> > Hole.cpp 04/21/2007 07:19:49 Apply patch for HARMONY-3246 -
> > [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms
> > added ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32i586
> > InstsExpansion.cpp 04/21/2007 07:19:49 Apply patch for HARMONY-3246 -
> > [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/opt.emconf
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.cpp
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/jet.cpp 04/21/2007
> > 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt] Jitted code
> > can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_prvt.h
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer  /harmony/enhanced/drlvm/trunk/vm/em/src/DrlEMImpl.cpp
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.h 04/21/2007
> > 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt] Jitted code
> > can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_tabl.cp
> > p 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_defs.h
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server_static.emcon
> > f 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> >
>
>
> --
> http://xiao-feng.blogspot.com
>



-- 
Mikhail Fursov

Re: [DRLVM][JIT] some bug in Ia32i586InstsExpansion.cpp related code?

Posted by chunrong lai <ch...@gmail.com>.
 I also met some bugs when I run Linux32 classlib test.
 Not sure if it is the same bug or not.
 Anyway I attch the trace below.

thanks,
chunrong

 run-tests:
    [junit] Running org.apache.harmony.awt.gl.font.LineMetricsImplRTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.808 sec
    .................................
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.077 sec
    [junit] SIGSEGV in VM code.
    [junit] Stack trace:
    [junit]   0:
Jitrino::Ia32::Inst::fixOpndsForOpcodeGroup(Jitrino::Ia32::IRManager*)
(??:-1)
    [junit]   1:
Jitrino::Ia32::Inst::assignOpcodeGroup(Jitrino::Ia32::IRManager*) (??:-1)
    [junit]   2: Jitrino::Ia32::IRManager::newInst(Mnemonic,
Jitrino::Ia32::Opnd*, Jitrino::Ia32::Opnd*, Jitrino::Ia32::Opnd*) (??:-1)
    [junit]   3: .L468 (Ia32i586InstsExpansion.cpp:-1)
    [junit]   4: Jitrino::Ia32::SessionAction::run() (??:-1)
    [junit]   5: Jitrino::runPipeline(Jitrino::CompilationContext*) (??:-1)
    [junit]   6: Jitrino::compileMethod(Jitrino::CompilationContext*)
(??:-1)
    [junit]   7:
Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*) (??:-1)
    [junit]   8: JIT_compile_method_with_params (??:-1)
    [junit]   9: Dll_JIT::compile_method_with_params(void*, Method*,
OpenMethodExecutionParams) (??:-1)
    [junit]  10: compile_do_compilation_jit(Method*, JIT*) (??:-1)
    [junit]  11: vm_compile_method (??:-1)
    [junit]  12: DrlEMImpl::compileMethod(Method*) (??:-1)
    [junit]  13: CompileMethod (em_intf.cpp:-1)
    [junit]  14: compile_me(Method*) (??:-1)
    [junit]  15: 0xB6060162  <Generated stub>
    [junit]  16: vm_invoke_native_array_stub
(/home/clai1/harmony.0420/trunk/working_vm/vm/vmcore/src/util/ia32/base/invoke_native_stub_ia32.asm:41)
    [junit]  17: .L51 (ini_iA32.cpp:-1)
    [junit]  18: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  19: ExecuteMethod (em_intf.cpp:-1)
    [junit]  20: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  21: call_method_no_ref_result(JNIEnv_External*, _jobject*,
_jmethodID*, jvalue*, jvalue*, int) (jni_method.cpp:-1)
    [junit]  22: .L216 (java_lang_reflect_VMReflection.cpp:-1)
    [junit]  23: 0xA1B777A7  <Generated stub>
    [junit]  24: ?? (??:-1)
    [junit]  25:
java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
(Method.java:381)
    [junit]  26: junit/framework/TestCase.runTest()V (TestCase.java:164)
    [junit]  27: junit/framework/TestCase.runBare()V (TestCase.java:-1)
    [junit]  28: junit/framework/TestResult$1.protect()V (TestResult.java:-1
)
    [junit]  29:
junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/framework/Protectable;)V
(TestResult.java:-1)
    [junit]  30: junit/framework/TestResult.run(Ljunit/framework/TestCase;)V
(TestResult.java:-1)
    [junit]  31: junit/framework/TestCase.run(Ljunit/framework/TestResult;)V
(TestCase.java:-1)
    [junit]  32:
junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework/TestResult;)V
(TestSuite.java:230)
    [junit]  33:
junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V (
TestSuite.java:-1)
    [junit]  34:
org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run()V (
JUnitTestRunner.java:-1)
    [junit]  35:
org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(Lorg/apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZLjava/util/Properties;)I
(JUnitTestRunner.java:672)
    [junit]  36:
org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main([Ljava/lang/String;)V
(JUnitTestRunner.java:546)
    [junit]  37: .L51 (ini_iA32.cpp:-1)
    [junit]  38: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  39: ExecuteMethod (em_intf.cpp:-1)
    [junit]  40: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  41: call_static_method_no_ref_result(JNIEnv_External*,
_jobject*, _jmethodID*, jvalue*, jvalue*) (jni_method.cpp:-1)
    [junit]  42: CallStaticVoidMethodV(JNIEnv_External*, _jobject*,
_jmethodID*, char*) (??:-1)
    [junit]  43: CallStaticVoidMethod(JNIEnv_External*, _jobject*,
_jmethodID*, ...) (??:-1)
    [junit]  44: main_runJavaMain (../shared/main.c:1320)
    [junit]  45: invocation (../shared/main.c:730)
    [junit]  46: gpProtectedMain (../shared/main.c:379)
    [junit]  47: main (../shared/cmain.c:147)
    [junit]  48: ?? (??:-1)
    [junit]  49: _start (??:-1)
    [junit] <end of stack trace>
    [junit] Tests FAILED
    [junit] Running org.apache.harmony.awt.HeadlessTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.491 sec


   [junit] Running
org.apache.harmony.x.swing.plaf.resources.metal.MetalResourceBundleTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.598 sec
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 2.781 sec
    [junit] SIGSEGV in VM code.
    [junit] Stack trace:
    [junit]   0:
Jitrino::Ia32::Inst::fixOpndsForOpcodeGroup(Jitrino::Ia32::IRManager*)
(??:-1)
    [junit]   1:
Jitrino::Ia32::Inst::assignOpcodeGroup(Jitrino::Ia32::IRManager*) (??:-1)
    [junit]   2: Jitrino::Ia32::IRManager::newInst(Mnemonic,
Jitrino::Ia32::Opnd*, Jitrino::Ia32::Opnd*, Jitrino::Ia32::Opnd*) (??:-1)
    [junit]   3: .L468 (Ia32i586InstsExpansion.cpp:-1)
    [junit]   4: Jitrino::Ia32::SessionAction::run() (??:-1)
    [junit]   5: Jitrino::runPipeline(Jitrino::CompilationContext*) (??:-1)
    [junit]   6: Jitrino::compileMethod(Jitrino::CompilationContext*)
(??:-1)
    [junit]   7:
Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*) (??:-1)
    [junit]   8: JIT_compile_method_with_params (??:-1)
    [junit]   9: Dll_JIT::compile_method_with_params(void*, Method*,
OpenMethodExecutionParams) (??:-1)
    [junit]  10: compile_do_compilation_jit(Method*, JIT*) (??:-1)
    [junit]  11: vm_compile_method (??:-1)
    [junit]  12: DrlEMImpl::compileMethod(Method*) (??:-1)
    [junit]  13: CompileMethod (em_intf.cpp:-1)
    [junit]  14: compile_me(Method*) (??:-1)
    [junit]  15: 0xB6038162  <Generated stub>
    [junit]  16: ?? (??:-1)
    [junit]  17:
javax/swing/GrayFilter$BrightingColorTransformationStrategy.getRGB(F)I (
GrayFilter.java:90)
    [junit]  18: javax/swing/GrayFilter.filterRGB(III)I (GrayFilter.java:-1)
    [junit]  19: java/awt/image/RGBImageFilter.filterRGBPixels(IIII[III)V (
RGBImageFilter.java:-1)
    [junit]  20:
java/awt/image/RGBImageFilter.setPixels(IIIILjava/awt/image/ColorModel;[III)V
(RGBImageFilter.java:-1)
    [junit]  21:
org/apache/harmony/awt/gl/image/BufferedImageSource.startProduction()V (
BufferedImageSource.java:-1)
    [junit]  22:
org/apache/harmony/awt/gl/image/BufferedImageSource.addConsumer(Ljava/awt/image/ImageConsumer;)V
(BufferedImageSource.java:83)
    [junit]  23:
java/awt/image/FilteredImageSource.addConsumer(Ljava/awt/image/ImageConsumer;)V
(FilteredImageSource.java:-1)
    [junit]  24:
java/awt/image/FilteredImageSource.startProduction(Ljava/awt/image/ImageConsumer;)V
(FilteredImageSource.java:-1)
    [junit]  25:
org/apache/harmony/awt/gl/image/OffscreenImage.startProduction()V (
OffscreenImage.java:420)
    [junit]  26:
org/apache/harmony/awt/gl/image/OffscreenImage.prepareImage(Ljava/awt/image/ImageObserver;)Z
(OffscreenImage.java:-1)
    [junit]  27:
java/awt/ToolkitImpl.prepareImage(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
(ToolkitImpl.java:-1)
    [junit]  28:
java/awt/Component.prepareImage(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
(Component.java:-1)
    [junit]  29: java/awt/MediaTracker$TrackingImage.loadMedia()V (
MediaTracker.java:-1)
    [junit]  30: java/awt/MediaTracker.statusID(IZ)I (MediaTracker.java:-1)
    [junit]  31: java/awt/MediaTracker.waitForID(IJ)Z (MediaTracker.java:-1)
    [junit]  32: java/awt/MediaTracker.waitForID(I)V (MediaTracker.java:-1)
    [junit]  33: javax/swing/ImageIcon.loadImage(Ljava/awt/Image;)V (
ImageIcon.java:-1)
    [junit]  34: javax/swing/ImageIcon.<init>(Ljava/awt/Image;)V (
ImageIcon.java:-1)
    [junit]  35:
javax/swing/AbstractButton.createDefaultDisabledSelectedIcon()Ljavax/swing/Icon;
(AbstractButton.java:500)
    [junit]  36:
javax/swing/AbstractButton.getDisabledSelectedIcon()Ljavax/swing/Icon; (
AbstractButton.java:507)
    [junit]  37: vm_invoke_native_array_stub
(/home/clai1/harmony.0420/trunk/working_vm/vm/vmcore/src/util/ia32/base/invoke_native_stub_ia32.asm:41)
    [junit]  38: .L51 (ini_iA32.cpp:-1)
    [junit]  39: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  40: ExecuteMethod (em_intf.cpp:-1)
    [junit]  41: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  42: call_method_no_ref_result(JNIEnv_External*, _jobject*,
_jmethodID*, jvalue*, jvalue*, int) (jni_method.cpp:-1)
    [junit]  43:
javax/swing/AbstractButtonTest.testGetDisabledSelectedIcon()V (
AbstractButtonTest.java:-1)
    [junit]  44: 0xA1BA8F27  <Generated stub>
    [junit]  45: ?? (??:-1)
    [junit]  46:
java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
(Method.java:381)
    [junit]  47: junit/framework/TestCase.runTest()V (TestCase.java:164)
    [junit]  48: junit/framework/TestCase.runBare()V (TestCase.java:-1)
    [junit]  49: javax/swing/BasicSwingTestCase.runBareSuper()V (
BasicSwingTestCase.java:117)
    [junit]  50: javax/swing/SwingTestCase$1.run()V (SwingTestCase.java:-1)
    [junit]  51: java/awt/event/InvocationEvent.runAndNotify()V (
InvocationEvent.java:-1)
    [junit]  52: java/awt/event/InvocationEvent.dispatch()V (
InvocationEvent.java:81)
    [junit]  53:
java/awt/EventQueueCore.dispatchEventImpl(Ljava/awt/AWTEvent;)V (
EventQueueCore.java:-1)
    [junit]  54: java/awt/EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V (
EventQueue.java:144)
    [junit]  55:
java/awt/EventDispatchThread.runModalLoop(Ljava/awt/ModalContext;)V (
EventDispatchThread.java:-1)
    [junit]  56: java/awt/EventDispatchThread.run()V (
EventDispatchThread.java:-1)
    [junit]  57: vm_invoke_native_array_stub
(/home/clai1/harmony.0420/trunk/working_vm/vm/vmcore/src/util/ia32/base/invoke_native_stub_ia32.asm:41)
    [junit]  58: .L51 (ini_iA32.cpp:-1)
    [junit]  59: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  60: ExecuteMethod (em_intf.cpp:-1)
    [junit]  61: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
(??:-1)
    [junit]  62: call_method_no_ref_result(JNIEnv_External*, _jobject*,
_jmethodID*, jvalue*, jvalue*, int) (jni_method.cpp:-1)
    [junit]  63: wrapper_proc (??:-1)
    [junit]  64: thread_start_proc (thread_native_basic.c:-1)
    [junit]  65: ?? (??:-1)
    [junit]  66: ?? (??:-1)
    [junit]  67: java/lang/Thread.runImpl()V (Thread.java:-1)
    [junit] <end of stack trace>
    [junit] Tests FAILED




On 4/23/07, Xiao-Feng Li <xi...@gmail.com> wrote:
>
> A failure with Linux32 classlib test is an assertion break in
> "Ia32i586InstsExpansion.cpp" as show below.
>
> Thanks,
> xiaofeng
>
>
> > -----Original Message-----
> > Subject: [build-test alert] BUILD FAILED SUSE 9 Linux gcc debug x86:
> > classlib tests
> >
> > BUILD FAILED:
> >         Ant Error Message:
> > /export/cruise/trunk/cc/projects/classlib/trunk/build.xml:169: The
> > following error occurred while executing this line:
> > /export/cruise/trunk/cc/projects/classlib/trunk/make/build-test.xml:142:
> > There were test crashes:
> > /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/TEST-j
> > ava.awt.geom.CubicCurve2DFloatTest.xml:/export/cruise/trunk/cc/projects/
> > classlib/trunk/build/test_report/TEST-org.apache.harmony.luni.tests.java
> > .lang.ThreadGroupTest.xml
> >
> > Date of build:  04/23/2007 09:53:17
> > Time to build:  93 minutes 5 seconds
> > Last changed:   04/23/2007 08:52:31
> > Last log entry: Add locks, mfence and sfence instructions to align
> > windows with linux
> >
> >
> > ***********************************************************
> > Errors/Warnings:        (542)
> >
> > Tests FAILED (timeout)
> > Tests FAILED
> >
> > ========================================
> > Testing class libraries...
> > ========================================
> > Checking for depends/jars/yoko_M2-20070130/yoko.jar
> > Checking for depends/jars/yoko_M2-20070130/yoko-core.jar
> > Checking for depends/jars/yoko_M2-20070130/yoko-rmi-impl.jar
> > Checking for depends/jars/yoko_M2-20070130/yoko-rmi-spec.jar
> > Checking for depends/jars/bcel-5.2/bcel-5.2.jar
> > Checking for depends/jars/xalan-j_2.7.0/xalan.jar
> > Checking for depends/jars/xerces_2.9.0/xerces.zip
> > Checking for depends/jars/junit_3.8.2/junit.jar
> > Checking for depends/jars/bcprov-jdk15-134/bcprov.jar
> > Checking for depends/jars/icu4j_3.4.4/icu4j_3_4_4.jar
> > Checking for depends/jars/mx4j_3.0.2/mx4j.zip
> > Checking for depends/jars/ecj_3.2/ecj_3.2.jar
> > Checking for depends/jars/jetty/jetty-6.0.0.jar
> > Checking for depends/jars/jetty/jetty-util-6.0.0.jar
> > Checking for depends/jars/jetty/servlet-api-2.5-6.0.0.jar
> > Checking for depends/libs/build/lcms/icc34.h
> > Checking for depends/libs/build/lcms/lcms.h
> > Checking for depends/libs/build/png/pngconf.h
> > Checking for depends/libs/build/png/png.h
> > Checking for depends/libs/build/jpeg/jconfig.lnx
> > Checking for depends/libs/build/jpeg/jpeglib.h
> > Checking for depends/libs/build/jpeg/jmorecfg.h
> > Checking for depends/libs/build/jpeg/jerror.h
> > Checking for depends/libs/build/lcms/liblcms.linux.x86
> > Checking for depends/libs/build/png/libpng.linux.x86
> > Checking for depends/libs/build/jpeg/libjpeg.linux.x86
> > hy.test.vm.name = drl
> > Compiling ACCESSIBILITY classes
> > Compiling ACCESSIBILITY tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling ANNOTATION classes
> > Compiling ANNOTATION tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > ----------
> > 1. WARNING in
> > /export/cruise/trunk/cc/projects/classlib/trunk/modules/annotation/src/t
> > est/java/org/apache/harmony/annotation/tests/java/lang/annotation/Incomp
> > leteAnnotationExceptionTest.java
> >  (at line 53)
> >         clazz, elementName);
> >         ^^^^^
> > Type safety: The expression of type Class needs unchecked conversion to
> > conform to Class<? extends Annotation>
> > ----------
> > 1 problem (1 warning)
> > Compiling APPLET classes
> > Compiling APPLET tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling ARCHIVE classes
> > Compiling ARCHIVE tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling AUTH classes
> > Compiling AUTH tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling AWT classes
> > Compiling AWT tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > java:
> > /export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerato
> > r/ia32/Ia32i586InstsExpansion.cpp:272: virtual void
> > Jitrino::Ia32::I586InstsExpansion::runImpl(): Assertion
> > `(*xmmMemOpsPtr)[regNum2]' failed.
> > SIGABRT in VM code.
> > Stack trace:
> >   0: ?? (??:-1)
> >   1: abort (??:-1)
> >   2: __assert_fail (??:-1)
> >   3: .L81
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerat
> > or/ia32/Ia32i586InstsExpansion.cpp:275)
> >   4: Jitrino::Ia32::SessionAction::run()
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/codegenerat
> > or/ia32/Ia32IRManager.cpp:2269)
> >   5: Jitrino::runPipeline(Jitrino::CompilationContext*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > o.cpp:227)
> >   6: Jitrino::compileMethod(Jitrino::CompilationContext*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > o.cpp:262)
> >   7: Jitrino::Jitrino::CompileMethod(Jitrino::CompilationContext*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/main/Jitrin
> > o.cpp:287)
> >   8: JIT_compile_method_with_params
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJ
> > ITInterface.cpp:279)
> >   9: Dll_JIT::compile_method_with_params(void*, Method*,
> > OpenMethodExecutionParams)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/include/dll_jit_
> > intf.h:86)
> >  10: compile_do_compilation_jit(Method*, JIT*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > cpp:657)
> >  11: vm_compile_method
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/class_suppor
> > t/C_Interface.cpp:2492)
> >  12: DrlEMImpl::compileMethod(Method*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:54
> > 0)
> >  13: CompileMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:49)
> >  14: compile_do_compilation
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > cpp:770)
> >  15: compile_me(Method*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/compile.
> > cpp:790)
> >  16: 0x41A56162  <Generated stub>
> >  17: vm_invoke_native_array_stub
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > se/invoke_native_stub_ia32.asm:41)
> >  18: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > se/ini_iA32.cpp:199)
> >  19: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > 9)
> >  20: ExecuteMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> >  21: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > 51)
> >  22: call_method_no_ref_result
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:187)
> >  23: CallVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:225)
> >  24: invoke_primitive_method
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > es/native/java_lang_reflect_VMReflection.cpp:186)
> >  25: Java_java_lang_reflect_VMReflection_invokeMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/kernel_class
> > es/native/java_lang_reflect_VMReflection.cpp:222)
> >  26: 0x536AE953  <Generated stub>
> >  27: ?? (??:-1)
> >  28:
> > java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lj
> > ava/lang/Object; (Method.java:381)
> >  29: junit/framework/TestCase.runTest()V (TestCase.java:164)
> >  30: junit/framework/TestCase.runBare()V (TestCase.java:-1)
> >  31: junit/framework/TestResult$1.protect()V (TestResult.java:-1)
> >  32:
> > junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/fra
> > mework/Protectable;)V (TestResult.java:-1)
> >  33: junit/framework/TestResult.run(Ljunit/framework/TestCase;)V
> > (TestResult.java:-1)
> >  34: junit/framework/TestCase.run(Ljunit/framework/TestResult;)V
> > (TestCase.java:-1)
> >  35:
> > junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework
> > /TestResult;)V (TestSuite.java:230)
> >  36: junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V
> > (TestSuite.java:-1)
> >  37: org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run()V
> > (JUnitTestRunner.java:-1)
> >  38:
> > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(Lorg
> > /apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZLjava/util/Prope
> > rties;)I (JUnitTestRunner.java:672)
> >  39:
> > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main([Ljava
> > /lang/String;)V (JUnitTestRunner.java:546)
> >  40: JIT_execute_method_default(void*, _jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/util/ia32/ba
> > se/ini_iA32.cpp:199)
> >  41: DrlEMImpl::executeMethod(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/DrlEMImpl.cpp:50
> > 9)
> >  42: ExecuteMethod
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/em/src/em_intf.cpp:43)
> >  43: vm_execute_java_method_array(_jmethodID*, jvalue*, jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jit/ini.cpp:
> > 51)
> >  44: call_static_method_no_ref_result
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1154)
> >  45: CallStaticVoidMethodA(JNIEnv_External*, _jobject*, _jmethodID*,
> > jvalue*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1562)
> >  46: CallStaticVoidMethodV(JNIEnv_External*, _jobject*, _jmethodID*,
> > char*)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1546)
> >  47: CallStaticVoidMethod(JNIEnv_External*, _jobject*, _jmethodID*, ...)
> > (/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni_meth
> > od.cpp:1536)
> >  48: main_runJavaMain (../shared/main.c:1320)
> >  49: invocation (../shared/main.c:730)
> >  50: gpProtectedMain (../shared/main.c:379)
> >  51: main (../shared/cmain.c:147)
> >  52: __libc_start_main (??:-1)
> >  53: _start (../sysdeps/i386/elf/start.S:105)
> > <end of stack trace>
> > Compiling BEANS classes
> > Compiling support classes for BEANS tests
> > Compiling internal BEANS tests
> > Compiling BEANS tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running internal BEANS tests
> > Running BEANS tests
> > Compiling CRYPTO classes
> > Compiling CRYPTO test support files
> > Compiling CRYPTO api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling CRYPTO api injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling CRYPTO impl injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling CRYPTO impl tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running CRYPTO api tests
> > Running CRYPTO api.injected tests
> > Running CRYPTO impl tests
> > Running CRYPTO impl injected tests
> > Compiling ImageIO classes
> > Compiling ImageIO tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling INSTRUMENT classes
> > Compiling INSTRUMENT tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling JNDI classes
> > Compiling JNDI tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LANG-MANAGEMENT classes
> > Compiling LANG-MANAGEMENT API tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LANG-MANAGEMENT Implementation tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LOGGING classes
> > Compiling LOGGING tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling LUNI classes
> > Compiling LUNI JUnit Tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running LUNI JUnit Tests
> > Compiling MATH classes
> > Compiling MATH tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling MISC classes
> > Compiling MISC tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling NIO classes
> > Compiling NIO tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling NIO_CHAR classes
> > Compiling NIO_CHAR tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Cannot find unmappable byte array for US-ASCII
> > Cannot find unmappable byte array for gb18030
> > Cannot find unmappable byte array for ISO-8859-1
> > Cannot find malform byte array for ISO-8859-1
> > Cannot find unmappable byte array for UTF-16BE
> > Cannot find malform byte array for UTF-16BE
> > Cannot find unmappable byte array for UTF-16
> > Cannot find malform byte array for UTF-16
> > Cannot find unmappable byte array for UTF-16LE
> > Cannot find malform byte array for UTF-16LE
> > Cannot find unmappable byte array for UTF-8
> > Compiling PACK200 classes
> > Compiling PACK200 tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running PACK200 tests
> > init: passed
> > hyerror: passed
> > hytime: passed
> > hyfile: passed
> > Compiling PREFS classes
> > Compiling PREFS tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling PRINT classes
> > Compiling Print tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testAdd2(HashAttributeTest.java:
> > 128)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testEquals(HashAttributeTest.jav
> > a:284)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testAdd2(HashAttributeTest.java:
> > 128)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > java.net.ConnectException: localhost/127.0.0.1:631 - Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.ipp.IppClient.request(IppClient.java)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.findDefaultPrin
> > tService(CUPSPrintServiceProvider.java:471)
> >         at
> > org.apache.harmony.x.print.cups.CUPSPrintServiceProvider.getDefaultPrint
> > Service(CUPSPrintServiceProvider.java:169)
> >         at
> > javax.print.PrintServiceLookup.lookupDefaultPrintService(PrintServiceLoo
> > kup.java)
> >         at
> > javax.print.attribute.HashAttributeTest.testEquals(HashAttributeTest.jav
> > a:284)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:381)
> >         at junit.framework.TestCase.runTest(TestCase.java:154)
> >         at junit.framework.TestCase.runBare(TestCase.java)
> >         at junit.framework.TestResult$1.protect(TestResult.java)
> >         at junit.framework.TestResult.runProtected(TestResult.java)
> >         at junit.framework.TestResult.run(TestResult.java)
> >         at junit.framework.TestCase.run(TestCase.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:208)
> >         at junit.framework.TestSuite.run(TestSuite.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTe
> > stRunner.java)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUni
> > tTestRunner.java:672)
> >         at
> > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitT
> > estRunner.java:546)
> > Compiling REGEX classes
> > Compiling REGEX tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling RMI classes
> > Compiling RMI api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running RMI api tests
> > testDirectSocket_SingleVM starting
> > Test server started.
> > Object:
> > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48301]](local),
> > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] created and exported.
> > Apr 23, 2007 11:02:45 AM org.apache.harmony.rmi.server.RMIReference
> > makeStrong
> > FINER: main: Strongly referenced RegistryImpl
> > Registry created.
> > Object bound in the registry.
> > Registry located.
> > Apr 23, 2007 11:03:02 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [localhost:1099] for
> > UID[88:1121c9ac29b:-7ffd]
> > Lookup object is:
> > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48301]
> > ](remote), ObjID[65536, UID[88:1121c9ac29b:-8000]]]]]
> > Testing test_String_Void...
> > Done.
> > Testing test_Void_String...
> > Returned: MyRemoteObject.test_Void_String
> > Done.
> > Testing test_Int_Void...
> > Done.
> > Testing test_Void_Int...
> > Returned: 987654321
> > Done.
> > Testing test_Remote_Void...
> > Done.
> > Testing test_Remote_Void with remote object extending another remote
> > object...
> > Done.
> > Testing test_Void_Remote...
> > Apr 23, 2007 11:03:04 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fe8]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48309]
> > ](remote), ObjID[65539, UID[88:1121c9ac29b:-7fe9]]]]]
> > Done.
> > Testing test_Long_Long...
> > Returned: 998877665544332211
> > Done.
> > Testing test_String_String...
> > Returned: MyRemoteObject.test_String_String
> > Done.
> > Testing test_Remote_Remote...
> > Apr 23, 2007 11:03:04 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fde]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48313]
> > ](remote), ObjID[65541, UID[88:1121c9ac29b:-7fdf]]]]]
> > Done.
> > Testing test_RemoteString_Void...
> > Done.
> > Testing test_RemoteRemote_Remote...
> > Apr 23, 2007 11:03:05 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fd0]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48320]
> > ](remote), ObjID[65545, UID[88:1121c9ac29b:-7fd1]]]]]
> > Done.
> > Testing test_BooleanStringRemote_Void...
> > Done.
> > Testing test_Proxy_Void...
> > Done.
> > Testing test_Array_Void...
> > Done.
> > Testing test_Void_Array...
> > Done.
> > Testing test_RemoteArray_Void...
> > Done.
> > Testing test_Void_RemoteArray...
> > Apr 23, 2007 11:03:06 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48301] for
> > UID[88:1121c9ac29b:-7fbd]
> > Done.
> > Testing test_Exception...
> > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > Done.
> > Testing test_Error...
> > java.rmi.ServerError: Error occurred while remote method invocation;
> > nested exception is:
> >         java.lang.Error: MyRemoteObject.test_Error
> > Done.
> > Testing test_RuntimeException...
> > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > Done.
> > Testing test_RemoteException...
> > java.rmi.ServerException: RemoteException occurred while remote method
> > invocation; nested exception is:
> >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > Done.
> > Test server complete.
> > Test server closing.
> > Unexporting
> > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48301]](local),
> > ObjID[65536, UID[88:1121c9ac29b:-8000]]]] ...
> > Done.
> > Unexporting RegistryImpl ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48305]](local)
> > , ObjID[65537, UID[88:1121c9ac29b:-7ff4]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject4[UnicastServerRef[endpoint:[[10.125.122.40:48307]](local)
> > , ObjID[65538, UID[88:1121c9ac29b:-7fef]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48311]](local)
> > , ObjID[65540, UID[88:1121c9ac29b:-7fe3]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48314]](local)
> > , ObjID[65542, UID[88:1121c9ac29b:-7fdd]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48316]](local)
> > , ObjID[65543, UID[88:1121c9ac29b:-7fd8]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject3[UnicastServerRef[endpoint:[[10.125.122.40:48317]](local)
> > , ObjID[65544, UID[88:1121c9ac29b:-7fd7]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48321]](local)
> > , ObjID[65546, UID[88:1121c9ac29b:-7fcf]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48323]](local)
> > , ObjID[65547, UID[88:1121c9ac29b:-7fc4]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48324]](local)
> > , ObjID[65548, UID[88:1121c9ac29b:-7fc3]]]] ...
> > Done.
> > Test server exiting.
> > testDirectHTTP_SingleVM starting
> > Test server started.
> > Object:
> > MyRemoteObject[UnicastServerRef[endpoint:[[10.125.122.40:48329]](local),
> > ObjID[65536, UID[88:1121c9bbd88:-8000]]]] created and exported.
> > Apr 23, 2007 11:03:49 AM org.apache.harmony.rmi.server.RMIReference
> > makeStrong
> > FINER: main: Strongly referenced RegistryImpl
> > Registry created.
> > Object bound in the registry.
> > Registry located.
> > Apr 23, 2007 11:04:07 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [localhost:1099] for
> > UID[88:1121c9bbd88:-7ffd]
> > Lookup object is:
> > Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48329]
> > ](remote), ObjID[65536, UID[88:1121c9bbd88:-8000]]]]]
> > Testing test_String_Void...
> > Done.
> > Testing test_Void_String...
> > Returned: MyRemoteObject.test_Void_String
> > Done.
> > Testing test_Int_Void...
> > Done.
> > Testing test_Void_Int...
> > Returned: 987654321
> > Done.
> > Testing test_Remote_Void...
> > Done.
> > Testing test_Remote_Void with remote object extending another remote
> > object...
> > Done.
> > Testing test_Void_Remote...
> > Apr 23, 2007 11:04:08 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fe8]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48337]
> > ](remote), ObjID[65539, UID[88:1121c9bbd88:-7fe9]]]]]
> > Done.
> > Testing test_Long_Long...
> > Returned: 998877665544332211
> > Done.
> > Testing test_String_String...
> > Returned: MyRemoteObject.test_String_String
> > Done.
> > Testing test_Remote_Remote...
> > Apr 23, 2007 11:04:09 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fde]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48341]
> > ](remote), ObjID[65541, UID[88:1121c9bbd88:-7fdf]]]]]
> > Done.
> > Testing test_RemoteString_Void...
> > Done.
> > Testing test_RemoteRemote_Remote...
> > Apr 23, 2007 11:04:09 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fd0]
> > Returned: Proxy[interf:[org.apache.harmony.rmi.test.MyRemoteInterface2,
> > java.rmi.Remote],
> > RemoteObjectInvocationHandler[UnicastRef[endpoint:[[10.125.122.40:48348]
> > ](remote), ObjID[65545, UID[88:1121c9bbd88:-7fd1]]]]]
> > Done.
> > Testing test_BooleanStringRemote_Void...
> > Done.
> > Testing test_Proxy_Void...
> > Done.
> > Testing test_Array_Void...
> > Done.
> > Testing test_Void_Array...
> > Done.
> > Testing test_RemoteArray_Void...
> > Done.
> > Testing test_Void_RemoteArray...
> > Apr 23, 2007 11:04:10 AM org.apache.harmony.rmi.client.ClientConnection
> > sendDGCAck
> > FINER: main: Sent DGC ack to [10.125.122.40:48329] for
> > UID[88:1121c9bbd88:-7fbd]
> > Done.
> > Testing test_Exception...
> > org.apache.harmony.rmi.test.MyException: MyRemoteObject.test_Exception
> > Done.
> > Testing test_Error...
> > java.rmi.ServerError: Error occurred while remote method invocation;
> > nested exception is:
> >         java.lang.Error: MyRemoteObject.test_Error
> > Done.
> > Testing test_RuntimeException...
> > java.lang.RuntimeException: MyRemoteObject.text_RuntimeException
> > Done.
> > Testing test_RemoteException...
> > java.rmi.ServerException: RemoteException occurred while remote method
> > invocation; nested exception is:
> >         java.rmi.RemoteException: MyRemoteObject.text_RemoteException
> > Done.
> > Test server complete.
> > Test server closing.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48357]](local)
> > , ObjID[65536, UID[118:1121c9c7017:-7ff7]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48358]](local)
> > , ObjID[65537, UID[118:1121c9c7017:-7ff6]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48359]](local)
> > , ObjID[65538, UID[118:1121c9c7017:-7ff5]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48360]](local)
> > , ObjID[65539, UID[118:1121c9c7017:-7ff4]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48361]](local)
> > , ObjID[65540, UID[118:1121c9c7017:-7ff3]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48362]](local)
> > , ObjID[65541, UID[118:1121c9c7017:-7ff2]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48363]](local)
> > , ObjID[65542, UID[118:1121c9c7017:-7ff1]]]] ...
> > Done.
> > Unexporting
> > MyRemoteObject1[UnicastServerRef[endpoint:[[10.125.122.40:48364]](local)
> > , ObjID[65543, UID[118:1121c9c7017:-7ff0]]]] ...
> > Done.
> > LogStream[tst]:
> > Compiling SECURITY classes
> > Compiling SECURITY test support files
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY api injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY impl injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SECURITY impl tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running SECURITY api tests
> > Running SECURITY api.injected tests
> > Running SECURITY impl tests
> > Running SECURITY impl injected tests
> > Compiling SOUND classes
> > Compiling SOUND tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling SQL classes
> > Compiling SQL tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling Sun Compat classes
> > Compiling SUNCOMPAT tests
> > Compiling TEXT classes
> > Compiling TEXT tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling TOOLS classes
> > Compiling Tools tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling X-NET classes
> > Compiling X-NET test support files
> > Compiling X-NET api tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling X-NET impl injected tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Compiling X-NET impl tests
> > Since fork is false, ignoring memoryMaximumSize setting
> > Running X-NET api tests
> > Running X-NET impl tests
> > Running X-NET impl injected tests
> > The test report is in
> > /export/cruise/trunk/cc/projects/classlib/trunk/build/test_report/html/i
> > ndex.html
> >
> > ***********************************************************
> > Unit Tests: (13379)
> >
> > error: java.awt.geom.CubicCurve2DFloatTest vmcrash.CrashedTests
> > error: org.apache.harmony.luni.tests.java.lang.ThreadGroupTest
> > vmcrash.CrashedTests
> > error: testGetOutputStream
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > ectionTest
> > failure: testAddPropertyChangeListener java.awt.AccessibleAWTCanvasTest
> > failure: testSetLocationRelativeTo java.awt.WindowTest
> > failure: test_parseDouble_LString_FromHexString
> > org.apache.harmony.luni.tests.java.lang.DoubleTest
> > failure: test_parseFloat_LString_Unusual
> > org.apache.harmony.luni.tests.java.lang.FloatTest
> > failure: test_decodeLjava_lang_String2
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_parseLongLjava_lang_String2
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_parseLongLjava_lang_StringI
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_valueOfLjava_lang_String2
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_valueOfLjava_lang_StringI
> > org.apache.harmony.luni.tests.java.lang.LongTest
> > failure: test_lockJJZ_IllegalArgument
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > failure: test_tryLockJJZ_IllegalArgument
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest
> > failure: test_Constructor_Ljava_nio_channels_FileChannelJJZ
> > org.apache.harmony.nio.tests.java.nio.channels.FileLockTest
> > Unit Test Error Details:        (15)
> >
> > Test: java.awt.geom.CubicCurve2DFloatTestClass: vmcrash.CrashedTests
> > Test: org.apache.harmony.luni.tests.java.lang.ThreadGroupTestClass:
> > vmcrash.CrashedTests
> > Test: testGetOutputStreamClass:
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > ectionTestjava.net.ConnectException: localhost/127.0.0.1:47728 -
> > Connection refused
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :229)
> >         at
> > org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java
> > :509)
> >         at java.net.Socket.connect(Socket.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getHTTPConnection(HttpURLConnection.java:635)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .connect(HttpURLConnection.java)
> >         at
> > org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
> > .getOutputStream(HttpURLConnection.java)
> >         at
> > org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn
> > ectionTest.testGetOutputStream(HttpURLConnectionTest.java)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: testAddPropertyChangeListenerClass:
> > java.awt.AccessibleAWTCanvasTestjunit.framework.AssertionFailedError:
> > expected:<visible> but was:<focused>
> >         at
> > java.awt.AccessibleAWTCanvasTest.testAddPropertyChangeListener(Accessibl
> > eAWTCanvasTest.java:87)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: testSetLocationRelativeToClass:
> > java.awt.WindowTestjunit.framework.AssertionFailedError:
> > expected:<java.awt.Point[x=50,y=50]> but
> > was:<java.awt.Point[x=461,y=334]>
> >         at
> > java.awt.WindowTest.testSetLocationRelativeTo(WindowTest.java:89)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseDouble_LString_FromHexStringClass:
> > org.apache.harmony.luni.tests.java.lang.DoubleTestjunit.framework.Assert
> > ionFailedError: Returned incorrect value expected:<Infinity> but
> > was:<0.0>
> >         at
> > org.apache.harmony.luni.tests.java.lang.DoubleTest.test_parseDouble_LStr
> > ing_FromHexString(DoubleTest.java:688)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseFloat_LString_UnusualClass:
> > org.apache.harmony.luni.tests.java.lang.FloatTestjunit.framework.Asserti
> > onFailedError: Returned incorrect value expected:<Infinity> but
> > was:<0.0>
> >         at
> > org.apache.harmony.luni.tests.java.lang.FloatTest.test_parseFloat_LStrin
> > g_Unusual(FloatTest.java:435)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_decodeLjava_lang_String2Class:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception for MAX_VALUE + 1
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_decodeLjava_lang_S
> > tring2(LongTest.java:112)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseLongLjava_lang_String2Class:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception for MAX_VALUE + 1
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_parseLongLjava_lan
> > g_String2(LongTest.java:218)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_parseLongLjava_lang_StringIClass:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception for MAX_VALUE + 1
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_parseLongLjava_lan
> > g_StringI(LongTest.java:274)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_valueOfLjava_lang_String2Class:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception when passed invalid string
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_valueOfLjava_lang_
> > String2(LongTest.java:442)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_valueOfLjava_lang_StringIClass:
> > org.apache.harmony.luni.tests.java.lang.LongTestjunit.framework.Assertio
> > nFailedError: Failed to throw exception when passed invalid string
> >         at
> > org.apache.harmony.luni.tests.java.lang.LongTest.test_valueOfLjava_lang_
> > StringI(LongTest.java:495)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_lockJJZ_IllegalArgumentClass:
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTestjunit.fram
> > ework.AssertionFailedError: should throw IllegalArgumentException
> >         at
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest.test_lock
> > JJZ_IllegalArgument(FileChannelTest.java:723)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_tryLockJJZ_IllegalArgumentClass:
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTestjunit.fram
> > ework.AssertionFailedError: should throw IllegalArgumentException
> >         at
> > org.apache.harmony.nio.tests.java.nio.channels.FileChannelTest.test_tryL
> > ockJJZ_IllegalArgument(FileChannelTest.java:931)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> > Test: test_Constructor_Ljava_nio_channels_FileChannelJJZClass:
> > org.apache.harmony.nio.tests.java.nio.channels.FileLockTestjunit.framewo
> > rk.AssertionFailedError: should throw IllegalArgumentException.
> >         at
> > org.apache.harmony.nio.tests.java.nio.channels.FileLockTest.test_Constru
> > ctor_Ljava_nio_channels_FileChannelJJZ(FileLockTest.java:88)
> >         at
> > java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >
> >
> > ***********************************************************
> > Modifications since last successful build:      (34)
> >
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/win/atomics.cpp
> > 04/23/2007 08:52:31 Add locks, mfence and sfence instructions to align
> > windows with linux
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/thread/win/apr_thread_ext.c
> > 04/23/2007 08:52:31 Add locks, mfence and sfence instructions to align
> > windows with linux
> > modified xli
> > /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp
> > 04/21/2007 21:43:01 [DRLVM][GC] switch to GCv5 as default GC for
> > one-week trial
> > modified xli
> > /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_co
> > mpact.cpp 04/21/2007 21:40:46 HARMONY-3700 :  LOS adaptation bug
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml
> > 04/21/2007 07:33:24 Fix unfinished merge -- sorry.
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.jar.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/test.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.native.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/common.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/common_extra.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/unit.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/kernel.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/build.xml 04/21/2007
> > 07:28:20 clean up build scripts; set eol-style, convert tabs to spaces,
> > add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/build/make/targets/ehwa.test.xml
> > 04/21/2007 07:28:20 clean up build scripts; set eol-style, convert tabs
> > to spaces, add missing xml declarations
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/client.emconf
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Peep
> > Hole.cpp 04/21/2007 07:19:49 Apply patch for HARMONY-3246 -
> > [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms
> > added ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32i586
> > InstsExpansion.cpp 04/21/2007 07:19:49 Apply patch for HARMONY-3246 -
> > [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/opt.emconf
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.cpp
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/jet.cpp 04/21/2007
> > 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt] Jitted code
> > can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_prvt.h
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer  /harmony/enhanced/drlvm/trunk/vm/em/src/DrlEMImpl.cpp
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.h 04/21/2007
> > 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt] Jitted code
> > can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_tabl.cp
> > p 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_defs.h
> > 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> > modified ndbeyer
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server_static.emcon
> > f 04/21/2007 07:19:49 Apply patch for HARMONY-3246 - [drlvm][jit][opt]
> > Jitted code can not be executed on non-SSE2 platforms
> >
>
>
> --
> http://xiao-feng.blogspot.com
>