Package | Description |
---|---|
org.jikesrvm.compilers.opt.runtimesupport | |
org.jikesrvm.mm.mmtk | |
org.jikesrvm.scheduler |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CodePatchSyncRequestVisitor
A visitor that is used to request synchronization of processor caches
after code patching has taken place.
|
Modifier and Type | Field and Description |
---|---|
private static RVMThread.SoftHandshakeVisitor |
OptCompiledMethod.codePatchSyncRequestVisitor |
Modifier and Type | Field and Description |
---|---|
private static RVMThread.SoftHandshakeVisitor |
Collection.mutatorFlushVisitor |
Modifier and Type | Method and Description |
---|---|
static int |
RVMThread.snapshotHandshakeThreads(RVMThread.SoftHandshakeVisitor v) |
static void |
RVMThread.softHandshake(RVMThread.SoftHandshakeVisitor v)
Tell each thread to take a yieldpoint and wait until all of them have done
so at least once.
|