| Package | Description |
|---|---|
| org.jikesrvm.mm.mmtk | |
| org.mmtk.vm |
Provides classes that specify the interface between MMTk and the VM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedCounter
A counter that supports atomic increment and reset.
|
| Modifier and Type | Method and Description |
|---|---|
SynchronizedCounter |
Factory.newSynchronizedCounter() |
| Modifier and Type | Method and Description |
|---|---|
abstract SynchronizedCounter |
Factory.newSynchronizedCounter()
Create a new SynchronizedCounter instance using the appropriate
VM-specific concrete SynchronizedCounter sub-class.
|
static SynchronizedCounter |
VM.newSynchronizedCounter()
Create a new SynchronizedCounter instance using the appropriate
VM-specific concrete SynchronizedCounter sub-class.
|