| Package | Description |
|---|---|
| org.jikesrvm.compilers.baseline | |
| org.jikesrvm.scheduler | |
| org.jikesrvm.tuningfork |
| Modifier and Type | Field and Description |
|---|---|
static SpinLock |
ReferenceMaps.jsrLock
Serializes JSR processing
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SpinLock |
RVMThread.awaitingSpinLock
Used to handle contention for spin locks
|
private static SpinLock |
Lock.lockAllocationMutex
Used during allocation of locks within the table.
|
(package private) SpinLock |
LightMonitor.mutex |
SpinLock |
Lock.mutex
A spin lock to handle contention for the data structures of this lock.
|
| Modifier and Type | Field and Description |
|---|---|
private SpinLock |
EventChunkQueue.lock |