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 »
March/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 | 29 | 30 | 31 | | | | | |
|
 |
Developers
December 18, 2008
The deadline for submitting talks for JavaOne 2009 is almost here. I was on one of the review committees last year, and saw many common patterns for rejected talks. I wrote these up in a blog entry last year - "Why Your JavaOne Submission Was Rej...
More »
December 18, 2008
Hudson is on the front page of JavaWorld
More »
December 17, 2008
I work on JavaFX compiler these days. The command line (debugging) option that I often use is -doe ("dump on error"). This option prints stack trace of the compiler when error message is printed. NOTE: This is an internal option and can be removed ...
More »
December 16, 2008
We have all heard about how HotSpot is really good at dealing with short-lived objects (both allocation and GC), but the truth is that object allocation is still pretty costly when compared to operations like addition or multiplication. Allocating a...
More »
December 16, 2008
I try hard to understand when should mechListMIC be generated in SPNEGO, but still find the specification (RFC 4178) confusing. I'd like to interpret it this way:
...
More »
December 16, 2008
The last few days I ported (almost) all the XRender specific C code to Java, and although there are still some bugs left (e.g. it deadlocks from time to time) it works quite well:All the functionality/features of the C based pipeline have been porte...
More »
December 16, 2008
This post is a little introduction of the reflection of generics in Java, and how my little library would help you do this.
More »
December 16, 2008
Here's a new feature for NetBeans 7.0: Code Coverage support!
First a screenshot:
There are a couple of key points about the code coverage support:
It is fully integrated into the IDE, and especially the editor. You don't get read-only view...
More »
December 15, 2008
Here is my record of how I built the OpenSolaris+Hudson Live CD.
More »
December 14, 2008
Once again, the great Devoxx conference allowed ordinary developers
to express an opinion on the future of the Java language.
This time, the focus was on prioritising which changes should happen.
More »
|