RE: 8009645: ClassFileTransformer hooks in ClassLoader no longer required

2013-03-08 Thread Iris Clark
> http://cr.openjdk.java.net/~alanb/8009645/webrev/ Wow. I remember when this code was new. So happy to see it going. The changes look great to me! Thanks, iris

Re: 8009645: ClassFileTransformer hooks in ClassLoader no longer required

2013-03-08 Thread Mandy Chung
On 3/8/2013 8:27 AM, Alan Bateman wrote: I need a reviewer for a change to remove some crud from java.lang.ClassLoader. The crud in question is a hook to allow implementations of sun.misc.ClassFileTransformer be notified when defineClass fails with a class format error. It was originally adde