Core Java
-

Applying ForkJoin – from optimal to fast
JDK 7 is well into the hands of developers by now and most people have heard of ForkJoin, yet not…
Read More » -

Anatomy of a Java Decompiler
A decompiler, simply put, attempts to reverse the transformation of source code to object code. But there are many interesting…
Read More » -

Garbage Collector guidelines and tips
These are some of the guidelines and tips I usually look at when I need to tune the GC. Are…
Read More » -

Lambda, will it serialize?
So I have been ponder an enhancement required on the Tyrus project that would allow a user to broadcast to…
Read More » -

Investigating Memory Leaks Part 2 – Analysing the Problem
The first blog in this mini-series looked at creating a very leaky sample application, so that we can investigate techniques…
Read More » -

Using Intel Performance Counters To Tune Garbage Collection
Introduction I have to admit that I was shocked. Indeed, quite shaken when I realised this advent calendar post would…
Read More » -

Run, JUnit! Run!!!
JUnit together with JavaScript and SVN are some of the technologies that programmers often start using without even reading a…
Read More » -

Mastering Java Bytecode
Hey! Happy Advent :D I’m Simon Maple (@sjmaple), the Technical Evangelist for ZeroTurnaround. You know, the JRebel guys! We’ll as…
Read More » -

A conversational guide for JDK8’s lambdas – a glossary of terms
Last advent…I wrote a post related to the new treats that JDK8 has for us. Most probably the feature that…
Read More »


