hi folks! I'd like to propose upgrading to ASM-4 for better Java7 support (ASM3 doesn't support it). I also like to try implementing a different version of the proxying. Currently the code uses sun.misc.Unsafe. This is known to gave a performance boost on java5 but got rendered useless in java6 and is even counter productive on java7 and non-sun JVMs. So we must not use it imo.
I'm trying to get my hands dirty.... LieGrue, strub
