On 14/01/2016 19:53, Chris Hegarty wrote:
Got for it. If you look at the history then you'll see it was completely nobbled in JDK 8 with a view to removing.sun.misc.ClassFileTransformer has not been used since its hooks were removed in JDK 8, see 8009645 [1]. It is now time to remove the class itself.hg rm src/java.base/share/classes/sun/misc/ClassFileTransformer.java
-Alan