I'm rather impressed by what I see of JRockit's built-in weaving/AOP support. Is there any similarly-easy-to-use support for AOP weaving on OpenJDK?
The code I am trying to instrument is often loaded via Maven, so hooking in to classloaders to e.g. install a weaving classloader may be difficult. A JMTI-based solution may or may not be practical.