OpenJDK 6 B24 Available
- by user9158633
On November 16, 2011 the source bundle for OpenJDK 6 b24 was published at http://download.java.net/openjdk/jdk6/.
The main changes in b24 are the latest round of security updates (e.g. the security changes in jdk repo) and a few other fixes. For more information see the detailed list of all the changes in OpenJDK 6 B24.
Test Results: All the jdk regression tests run with make test passed.
cd jdk6
make
make test
Per Kelly's B23 Release blog:
The new process is - all the jdk regression tests run with make test should just pass. Over time we will fix the tests that have been excluded, possibly add more tests, and exclude tests that fail to demonstrate stability (with a bug filed against the test).
For the current list of excluded tests see jdk6/jdk/test/ProblemList.txt file: ProblemList.html in B24 | Latest ProblemList.txt (in the tip revision).
Special thanks to Kelly O'Hair for his direction and Dave Katleman for his Release Engineering work.