Class VmHacksAgent


  • public class VmHacksAgent
    extends java.lang.Object
    Agent for acquiring instrumentation access.
    • Constructor Summary

      Constructors 
      Constructor Description
      VmHacksAgent()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void agentmain​(java.lang.String agentargs, java.lang.instrument.Instrumentation inst)
      The entry point invoked when this agent is started.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VmHacksAgent

        public VmHacksAgent()
    • Method Detail

      • agentmain

        public static void agentmain​(java.lang.String agentargs,
                                     java.lang.instrument.Instrumentation inst)
        The entry point invoked when this agent is started.