| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.internal.runtime | |
| org.jruby.runtime.opto |
| Modifier and Type | Field and Description |
|---|---|
protected Invalidator |
RubyModule.methodInvalidator |
| Modifier and Type | Method and Description |
|---|---|
Invalidator |
Ruby.getCheckpointInvalidator() |
Invalidator |
Ruby.getConstantInvalidator(String constantName) |
Invalidator |
Ruby.getFixnumInvalidator()
Retrieve the invalidator for Fixnum reopening
|
Invalidator |
Ruby.getFloatInvalidator()
Retrieve the invalidator for Float reopening
|
Invalidator |
RubyModule.getInvalidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RubyClass.addInvalidatorsAndFlush(List<Invalidator> invalidators) |
| Modifier and Type | Method and Description |
|---|---|
Invalidator |
GlobalVariable.getInvalidator() |
| Modifier and Type | Class and Description |
|---|---|
class |
FailoverSwitchPointInvalidator |
class |
GenerationAndSwitchPointInvalidator |
class |
GenerationInvalidator |
class |
ObjectIdentityInvalidator |
class |
SwitchPointInvalidator |
| Modifier and Type | Field and Description |
|---|---|
Invalidator |
ConstantCache.invalidator |
| Modifier and Type | Method and Description |
|---|---|
static Invalidator |
OptoFactory.newConstantInvalidator() |
static Invalidator |
OptoFactory.newGlobalInvalidator(int maxFailures) |
static Invalidator |
OptoFactory.newMethodInvalidator(RubyModule module) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailoverSwitchPointInvalidator.invalidateAll(List<Invalidator> invalidators) |
void |
GenerationInvalidator.invalidateAll(List<Invalidator> invalidators) |
void |
SwitchPointInvalidator.invalidateAll(List<Invalidator> invalidators) |
void |
ObjectIdentityInvalidator.invalidateAll(List<Invalidator> invalidators) |
void |
Invalidator.invalidateAll(List<Invalidator> invalidators) |
void |
GenerationAndSwitchPointInvalidator.invalidateAll(List<Invalidator> invalidators) |
| Constructor and Description |
|---|
ConstantCache(IRubyObject value,
Object generation,
Invalidator invalidator)
Construct a new ConstantCache with the given elements.
|
ConstantCache(IRubyObject value,
Object generation,
Invalidator invalidator,
int targetHash)
Construct a new ConstantCache with the given elements.
|
Copyright © 2001–2024 JRuby. All rights reserved.