I'm used to Iterators rather than Enumerations, but doesn't modifying a collection invalidate any associated enumerations?
Cheers, Michael Sven-Ola Tücke wrote: > Hi, > > found some time to investigate the "NPE while running freenet > under gcj/gij/classpath" issue. The attached java snippet's output is > different: > > [EMAIL PROTECTED]:/media/hdd/PVR/src/test# update-java-alternatives -s > java-gcj > /dev/null 2>&1 > [EMAIL PROTECTED]:/media/hdd/PVR/src/test# java Hashme > next(-5625102382211955399) > remove(-5625102382211955399) > remove(-5625102382211955398) > next(-8661044121393429580) > next(null) > [EMAIL PROTECTED]:/media/hdd/PVR/src/test# update-java-alternatives -s > java-6-sun > /dev/null 2>&1 > [EMAIL PROTECTED]:/media/hdd/PVR/src/test# java Hashme > next(-5625102382211955399) > remove(-5625102382211955399) > remove(-5625102382211955398) > next(-8661044121393429580) > > As a temporaray fix, the 007*.patch works. > > // Sven-Ola > > > ------------------------------------------------------------------------ > > _______________________________________________ > Devl mailing list > [email protected] > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
