jadex.bytecode.vmhacks.VmHacksAgent Maven / Gradle / Ivy
package jadex.bytecode.vmhacks;
import java.lang.instrument.Instrumentation;
import java.security.Security;
import java.util.ArrayList;
import java.util.concurrent.LinkedBlockingQueue;
import jadex.bytecode.vmhacks.VmHacks.InstrumentationCommand;
/**
* Agent for acquiring instrumentation access.
*
*/
public class VmHacksAgent
{
/**
* The entry point invoked when this agent is started.
*/
@SuppressWarnings("unchecked")
public static void agentmain(String agentargs, final Instrumentation inst)
{
Thread t = new Thread(new Runnable()
{
public void run()
{
// Get main global store.
// ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy