|
February 26, 2007
As I mentioned earlier, I spoke at Sun Tech Days 2007. About 10000 folks attended Sun Tech Days. Approximately about 2000 folks attended each talk (at least in the ones in the "main" room where key notes talks were given). Very nice to see so many deve...
More »
Understanding Tradeoffs in Software Transactional Memory by Nir Shavit and myself was accepted in CGO-2007. The paper describes the TL1 (Transactional Locking) mechanism. The slides presented at the conference are available as well. (We first descri...
More »
Theres a simple web interface at http://openjdk.neojava.org/cgi-bin/hs_err that allows decoding of hs_err or hs_err_pid HotSpot crash logs. ...
More »
For some reason, the blogsphere suddenly noticed my year-old NLink project, so Im getting a lot of traffic lately. Maybe Ive never sent out the announcement, when I originally released it, so here it goes...
More »
The debate on Closures in Java 7 has been limited to two proposals so far. Today Stefan Schulz and myself would like to offer a third option - First-Class Methods: Java-style closures (FCM) - to the Java community.
More »
jsr-223 defines scripting API for the Java platform -- so that Java programs can execute scripts written in various scripting languages. As youd probably know already, JDK 6 includes javax.script API and JavaScript engine in it. One of the facilities o...
More »
|