[ http://issues.apache.org/jira/browse/HARMONY-2259?page=comments#action_12456690 ]
George Timoshenko commented on HARMONY-2259:
--------------------------------------------
>* can we avoid (2) so that our HLO CFG is always more readable?
Probably we can do the same thing in (after) translator (not in CodeSelector as I've suggested).
Fell free to check if it is possible.
>* can the test be reduced (and converted to a regression patch)?
H2259.java is reduced enough IMO.
> [drlvm][jit][opt] tests.api.java.lang.reflect.ProxyTest fails on Jitrino.OPT while passes
on Jitrino.JET
> --------------------------------------------------------------------------------------------------------
>
> Key: HARMONY-2259
> URL: http://issues.apache.org/jira/browse/HARMONY-2259
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Environment: Linux/ia32
> Reporter: Egor Pasko
> Attachments: H2259.java, HARMONY-2259.patch, HARMONY-2259.patch
>
>
> $subj.
> shell> $HARMONY -Xem:jet -cp $classlib/depends/jars/junit_3.8.2/junit.jar:$classlib/modules/luni/bin/test:$classlib/deploy/build/test/support.jar
junit.textui.TestRunner tests.api.java.lang.reflect.ProxyTest
....
> Time: 0.109
> OK (4 tests)
> shell> $HARMONY -Xem:opt -cp $classlib/depends/jars/junit_3.8.2/junit.jar:$classlib/modules/luni/bin/test:$classlib/deploy/build/test/support.jar
junit.textui.TestRunner tests.api.java.lang.reflect.ProxyTest
> ..F..
> Time: 0.465
> There was 1 failure:
> 1) test_newProxyInstanceLjava_lang_ClassLoader$Ljava_lang_ClassLjava_lang_reflect_InvocationHandler(tests.api.java.lang.reflect.ProxyTest)junit.framework.AssertionFailedError:
Problem converting exception
> at tests.api.java.lang.reflect.ProxyTest.test_newProxyInstanceLjava_lang_ClassLoader$Ljava_lang_ClassLjava_lang_reflect_InvocationHandler(ProxyTest.java:145)
> at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> FAILURES!!!
> Tests run: 4, Failures: 1, Errors: 0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|