Class ClosurePool.Magazine.Slot

java.lang.Object
com.kenai.jffi.ClosurePool.Magazine.Slot
Enclosing class:
ClosurePool.Magazine

static final class ClosurePool.Magazine.Slot extends Object
  • Field Details

    • handle

      final long handle
      The address of the native closure structure. Note: This is NOT the code address, but a pointer to the structure which contains the code address.
    • codeAddress

      final long codeAddress
      The code trampoline address
    • proxy

      final ClosurePool.Proxy proxy
    • autorelease

      volatile boolean autorelease
  • Constructor Details