I've merged trunk to java6 at r824184. I see one additional test failure:
org.apache.harmony.archive.tests.java.util.zip.InflaterOutputStreamTest due to the change in "HARMONY-6346 Several archive bugfixes and optimizations". This test passes on the RI but fails on Harmony as: InflaterOutputStream.write(-1); no longer throws a ZipException. Jesse described this behaviour change so this failure is not unexpected but are we happy to just remove this test? Should we record the non-bug difference in a JIRA? Regards, Mark.
