Hi, I've had a problem with running kaffe's regression test MapTest.java with classpath's TreeMap implementation. It hangs after trying to check if a SortedMap is really sorted, and hangs itself up in the sucessor method. By adding a check for input parameter == null and throwing an exception in that case, I found out that the test was hanging in sucessor().
I can send you the MapTest, or you can get it from kaffe at www.kaffe.org. It is the file test/regression/MapTest.java . best regards, dalibor topic __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

