On the 0x1F2 day of Apache Harmony Geir Magnusson, Jr. wrote:
> Right now, we have lots of tests that are skipped in smoke tests, and
> some that fail in kernel, and I believe that we're still failing the
> classlib test suite.
> 
> We should drive this to goodness and health.  How shall we start?  :)

I am working on the ClassLoaderTest :)
"memopt" optimization pass makes it fail, it even removes some
array-bounds-checks (surprize, surprize), which looks like, ehm,
unfair. For now I could not reduce the test to a small one. On small
pieces of code "memopt" works less dangerously. 

Disabling "memopt" helps, but that would drop performance down. You
can disable it temporarily if stability is very critical. Just edit
the opt.emconf file (and server.emconf, etc.)

-- 
Egor Pasko, Intel Managed Runtime Division


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to