[jvm-l] Re: Ability to force class unloading in JDK 6 Update 4?

2008-01-31 Thread Attila Szegedi
Wow - thanks for pointing this out; just learned something new. That's indeed a quite amazing improvement... Attila. On 2008.01.30., at 16:58, Rémi Forax wrote: Attila Szegedi a écrit : I'll admit to have limited knowledge of j.l.instrument (and right now not even enough time to read

[jvm-l] Re: Ability to force class unloading in JDK 6 Update 4?

2008-01-31 Thread Patrick Wright
it's a 1.6 feature: http://download.java.net/jdk7/docs/api/java/lang/instrument/Instrumentation.html#retransformClasses(java.lang.Class...) I think I recall there are some limitations--you either have to specify an agent on the command line, or else An implementation may provide a mechanism to