|
Class Summary |
| AllocationHandler |
AllocationHandler provides a means to attach a handler to a thread
that will be invoked every time the thread performs an allocation. |
| CpuTime |
CpuTime provides access to the CPU timer, i.e., it permits the
measurement of the CPU time spent by single threads in the system. |
| Debug |
Debug provide Jamaica-specific debugging APIs. |
| JitVmInterface |
JitCompilerVMInterface defines the native VM interface needed for
the Jamaica just-in-time compiler. |
| LowLevelRTSJ |
LowLevelRTSJ provides Jamaica-specific functions to control the
behaviour of the RTSJ implementation. |
| MemoryBudget |
MemoryBudget is a class that provides to equip a thread with a
certain memory allocation budget. |
| MemoryReservationThread |
The MemoryReservationThread is a low-priority thread that
constantly reserves the amount of memory that was requested by the
user to be reserved for allocation bursts. |
| Process |
Process represents a Process external to JamaicaVM that was created
via java.lang.Runtime.exec(). |
| Profile |
Profile provides control over the profiling of the JamaicaVM. |
| Scheduler |
Scheduler provides access to the Jamaica Scheduler. |
| SigIntHandler |
SigIntHandler provides Jamaica's default handler for SIG_INT, i.e.,
the POSIX signal that is sent on a control+c key stroke. |
| SigQuitHandler |
SigQuiHandler provides Jamaica's default handler for SIG_QUIT, i.e.,
the POSIX signal that is sent on a control+\ key stroke. |
| SigTermHandler |
SigIntHandler provides Jamaica's default handler for SIG_TERM, i.e.,
the POSIX signal that is sent by default by the 'kill' command. |
| Wait |
Wait provides a handy method to wait for a monitor and ignore all
interrupt()s. |
| XProfile |
XProfile is a tool that provides runtime sampling similar to JDK
1.5's "java -Xprof". |