static final class ClosurePool.Magazine.Slot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
autorelease |
(package private) long |
codeAddress
The code trampoline address
|
(package private) long |
handle
The address of the native closure structure.
|
(package private) ClosurePool.Proxy |
proxy |
Constructor and Description |
---|
Slot(long handle,
ClosurePool.Proxy proxy) |
final long handle
final long codeAddress
final ClosurePool.Proxy proxy
volatile boolean autorelease
public Slot(long handle, ClosurePool.Proxy proxy)