Time to branch for IcedTea6 1.11 ?

Xerxes Rånby xerxes at zafena.se
Thu Dec 8 05:39:17 PST 2011


2011-12-08 13:51, Stefan Ring skrev:
>> Stefan Ring are working on a fix for CACAO CA164
>> http://server.complang.tuwien.ac.at/cgi-bin/bugzilla/show_bug.cgi?id=164
>
> Thanks for paying attention to this!
>
> I've just pushed the fix. This is the first time ever that CACAO does
> not have any _known_ race conditions/nondeterministic instabilities
> left. But some memory barriers for ARM SMP are still missing. I'll try
> to tackle this in the coming weeks.
>
> Cheers

Ok thank you Stefan, i have pushed your change.
http://icedtea.classpath.org/hg/icedtea6/rev/0d15daf94aed

To my knowledge CACAO still have the IA32 specific "Exception in thread "ReadAheadIterator1" java.util.NoSuchElementException" bug left.
Testcase on IA32:
xranby at xranby-ESPRIMO-P7935:~/icedtea6-cacao-8dec$ time make check-langtools
...
Passed: com/sun/javadoc/testEnclosingClass/TestEnclosingClass.java
Exception in thread "ReadAheadIterator1" java.util.NoSuchElementException
	at java.util.LinkedList.remove(LinkedList.java:805)
	at java.util.LinkedList.removeFirst(LinkedList.java:151)
	at com.sun.javatest.TRT_Iterator.nextElement(TRT_Iterator.java:176)
	at com.sun.javatest.TRT_Iterator.next(TRT_Iterator.java:200)
	at com.sun.javatest.util.ReadAheadIterator.readAhead(ReadAheadIterator.java:258)
	at com.sun.javatest.util.ReadAheadIterator.access$000(ReadAheadIterator.java:36)
	at com.sun.javatest.util.ReadAheadIterator$1.run(ReadAheadIterator.java:192)



More information about the distro-pkg-dev mailing list