Hello.The OpenJDK 6 b10 source is now available athttp://download.java.net/openjdk/jdk6/In this source drop, the build instructions received some clarificationsand corrections:6644659: Error in default target of make/javax/crypto in OpenJDK build6682167: Add cygwin faq to README-builds.html6563616: Clarify instructions for unpacking openjdk binary "plug"6611685: Incorrect link to CA certs info from build README6597857: JDK build instructions need to be updated(BUILD_JDK_IMPORT_PATH, BUILD_BINARY_PLUGS_PATH)and some other work too:6683078: Update JCE framework and provider builds to work on read-onlyfilesystems6644659: Error in default target of make/javax/crypto in OpenJDK buildA few fixes in the 2D area:6604044: java crashes talking to second X screen6636469: Java Fullscreen Exclusive Mode not working with Xorg server1.3.0 and above6523403: OSS CMM: Need to provide lcms library with PYCC andLINEAR_RGB OS ICC profilesThe last fix was contributed by Andrew Haley and Keith Seitz of Red Hatand fixes color management related regression and JCK failures.The encumbered sound engine has been replaced with Gervill:6702956 OpenJDK: replace encumbered code (software synthesizer)With this change, the only remaining binary plug in OpenJDK 6 is for SNMP.I applied Martin's recent fixes in collections:6691185: (coll) TreeMap.navigableKeySet's descendingIterator methodstarts at first instead of last entry6691215: (coll) IdentityHashMap.containsValue(null) returns true whennull value not presentSome progress has been made on addressing the copyright/licensingconcerns raised by Debian(http://mail.openjdk.java.net/pipermail/jdk6-dev/2008-April/000044.html):6695553: Cleanup GPLv2+SPL legal notices in hat sources6703931 Remove jaxws doc-files from the jdkWork will continue in this area until all the issues are addressed.Mark Wielaard recently proposed publishing regression test results forOpenJDK 6(http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2008-May/001921.html). I'll publish results for b10 later. However, some of theregression tests assume they are either running inside Sun's firewall orchecking aspects of Sun's production/commercial/proprietary JDK ratherthan an OpenJDK build. The tests should be modified so they areappropriate for OpenJDK out of the box too. Along those lines, someregression tests were deleted or modified in b10:6673853: LegacyIntrospectorTest is testing an old deprecated com.sun APInot present in OpenJDK6602426: TEST_BUG: test/sun/misc/Version/VersionCheck.java fails6704655: Test test/java/lang/reflect/Generics/Probe.java fails under OpenJDK6705893: javax.script tests should not require a js engine on OpenJDKSome regression tests, such as those in networking and javax.script,should probably be modified to more easily accept configuration optionswithout having to modify the source of the tests. Discussion on howbest to do that has started(http://mail.openjdk.java.net/pipermail/nio-dev/2008-May/000028.html).-Joe