Class JITHandle

java.lang.Object
org.jruby.ext.ffi.jffi.JITHandle

final class JITHandle extends Object
  • Field Details

    • THRESHOLD

      private static final int THRESHOLD
    • jitSignature

      private final JITSignature jitSignature
    • compilationFailed

      private volatile boolean compilationFailed
    • counter

      private final AtomicInteger counter
    • compiler

      private final JITCompiler compiler
    • compiledClassRef

      private Reference<Class<? extends NativeInvoker>> compiledClassRef
  • Constructor Details

  • Method Details