OpenJDK 6 build 13 source posted
Joseph D. Darcy
Joe.Darcy at Sun.COM
Fri Nov 7 13:51:15 PST 2008
The source bundle for OpenJDK 6 build 13 is available for download from:
http://download.java.net/openjdk/jdk6/
Fixes of note include:
* If using the most recent version of jtreg
(http://download.java.net/openjdk/jtreg/), the langtools regression
tests can be run in the much faster "same vm" mode of jtreg (enabled
with the -s option), all the langtools regression tests now pass out of
the box, and a few miscellaneous bugs have been fixed [1]. Thanks to
Jon Gibbons for both the jtreg and langtools components necessary for
the speedy test runs.
* Gervill update, including applying a patch from IcedTea [2]
* Publishing a few dozen additional existing regression tests as open
source [3]
* JMX and monitoring fixes [4]
* Updated man pages [5]
* Assorted other fixes [6]
Kelly has made good progress on the Mercurial repository, but some more
work remain to be done. I'd expect to have trial repositories available
within a week or two.
-Joe
[1] Langtools work
6728697 tools/javac/versionOpt.sh fails on OpenJDK builds
6707027
langtools/test/tools/javac/processing/model/testgetallmember/Main.java fails
6749967 regression tests for apt should be same-vm friendly
6760834 Normalized whitespace of langtools area for OpenJDK 6
6748541 javadoc should be reusable
6748546 javadoc API should be classloader-friendly
6748601 javadoc API should allow varargs use
6759775 RegularFileObject.inferBinaryName gives bad result on empty path
6759795 test/tools/apt/Basic/print.sh may fail depending on jtreg options
6759796 test/tools/javac/6348193/T6348193.java fails if there are empty
entries on the bootclasspath
6759996 ignore empty entries on paths
6760805 empty element on bootclasspath breaks
test/tools/apt/Compile/compile.sh
6760930 empty element on bootclasspath breaks
test/tools/apt/Discovery/discovery.sh
6725036 javac returns incorrect value for lastModifiedTime() when source
is a zip file archive
6657499 javac 1.6.0 fails to compile class with inner class
[2] Gervill fixes
6758986 Gervill: Turn SoftJitterCorrector, SoftAudioPusher threads into
a daemon threads
6748247 Further update Gervill with still more post 1.0 fixes
6748251 Apply IcedTea midi sound patch
[3] Opening some more regression tests
6601457 Move wrapper class tests from closed to open
6759433 Move Math and StrictMath regression tests from closed to open
6740185 Move java/lang/annotations tests to open
[4] JMX and monitoring fixes
6651382 The Java JVM SNMP provider reports incorrect stats when asked
for multiple OIDs
6616825 JMX query returns no value in 1.0 compatibility mode -
deserialization bug in readObject()
6756202 OpenJDK 6 JMX Netbeans projects refers to OpenJDK 7 version of
JMX and JDK
6754672 java.io.IOException: The server sockets created using the
LocalRMIServerSocketFactory
[5] Man page updates
6757036 Update manpages for OpenJDK 6
6392810 javac manpage needs to be updated to include JSR 269 and other
Mustang options
6504867 Man page errors: link to Annotation Processing, -version, and
-fullversion.
6326773 Typo in java.sun.com/..../javac.html
[6] Assorted fixes
6746055 Spelling error in README-builds.html
6621697 Problem with file test/sun/net/www/http/ChunkedInputStream/test.txt
6756569 (tz) Support tzdata2008g
6356642 extcheck.exe -verbose throws ArrayIndexOutOfBoundsException
exception
6761678 (ann) SecurityException in
AnnotationInvocationHandler.getMemberMethods
More information about the jdk6-dev
mailing list