Class AbstractX86StubCompiler

    • Constructor Detail

      • AbstractX86StubCompiler

        protected AbstractX86StubCompiler​(Runtime runtime)
    • Method Detail

      • getRuntime

        public final Runtime getRuntime()
      • attach

        void attach​(java.lang.Class clazz)
        Specified by:
        attach in class StubCompiler
      • align

        static int align​(int offset,
                         int align)
      • align

        static long align​(long offset,
                          long align)