February 01, 2011
Mark Wielaard: New GPG key.
Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...
More »
February 01, 2011
Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!.
We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5.
This update contains the following security updates:
The IcedTea project provides a harness to build the source code from OpenJDK6 u...
More »
February/2025
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| | | | | | 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
|
Developers
September 11, 2009
It's decades late, but a lovely gesture none-the-less: Gordon Brown, the Prime Minister of Britain has
formally apologized for the treatment of Alan Turing.
It's hard to overstate his impact on the latter half of the 20th century, and the discipline...
More »
September 10, 2009
On the one hand, JavaFX's powerful scene-graph and animation engine enables gamer types to
rapidly create dynamic visual scenes that are functionally expressed through binding and triggers and timelines.
On the other, it's growing controls and cha...
More »
September 10, 2009
My working on the strings in switch implementation has gotten swapped back in.
The implementation is following the translation strategy outlined in the
strings in switch proposal: find a perfect hash function for the input strings and semantical...
More »
September 10, 2009
Author Hunter Li offers sample support scripts for provisioning MySQL Enterprise Server and its replication environment.
More »
September 09, 2009
The Sun Studio 12 Update 1 release is now available for download in Simplified Chinese, Japanese, and English.
More »
September 09, 2009
I'm still working on HotSpot compiler support for JSR 292. The progress is actually very good and inlining is already working in C2. Although there are still some problems with scavenging oops in nmethods and you have to stick to UseSerialGC if ...
More »
September 09, 2009
Joe Darcy has opened up a
call for methods
to add to the core JDK 7 lang/util package.
The idea is to add methods that are "commonly-written utility methods".
More »
September 08, 2009
I've just sorted out the worst problems, and its possible to run Java2Demo using the Cairo based rasterizer now. The hardest part was a small bug in cairo, which was caused by the uncommon situation how cairo is used.Performance is excellent compare...
More »
September 08, 2009
Explore an example REST application that uses the open-source protocol OAuth to address security issues.
More »
September 04, 2009
I've written some glue code to use Cairo's tesselator to generate trapezoids for antialiased rendering, which can be directly fed to the X-Server. With a little more work, pixman could be used to generate AA tiles which could also be fed to the soft...
More »
|