jdave.unfinalizer
Class InstrumentationAgent

java.lang.Object
  extended by jdave.unfinalizer.InstrumentationAgent

public class InstrumentationAgent
extends java.lang.Object

Adds unfinalizing transformer to instrumentation class loading stack. premain is called when -javaagent:/path/to/JAR is specified and the manifest includes Premain-Class: jdave.unfinalizer.InstrumentationAgent

Author:
Tuomas Karkkainen

Constructor Summary
InstrumentationAgent()
           
 
Method Summary
static void premain(java.lang.String agentArgs, java.lang.instrument.Instrumentation instrumentation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationAgent

public InstrumentationAgent()
Method Detail

premain

public static void premain(java.lang.String agentArgs,
                           java.lang.instrument.Instrumentation instrumentation)


Copyright ? 2008. All Rights Reserved.