|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GlobalStaticFields | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| com.sun.squawk.imp | Provides classes for low level interactions with the Squawk implementation of IMP. |
| com.sun.squawk.util | Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) |
| Uses of GlobalStaticFields in com.sun.squawk |
|---|
| Classes in com.sun.squawk that implement GlobalStaticFields | |
|---|---|
class |
CheneyCollector
The classic two-space Cheney garbage collector. |
class |
GarbageCollector
Base class for all garbage collectors. |
class |
GC
Pure static class that handles object creation and GC control and monitoring. |
class |
Lisp2Bitmap
This class provides the interface to the bitmap created and used by the Lisp2Collector
as a write barrier and as mark bits for the young generation. |
class |
Lisp2Collector
Collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins. |
class |
Lisp2GenerationalCollector
A collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins. |
class |
ServiceOperation
This class defines the global Squawk variables that are used to communicate between a normal Java thread and the Squawk system service thread. |
class |
VM
This is a Squawk VM specific class that is used to communicate between executing Java software and the low level core VM that is expressed in machine code. |
class |
VMThread
The Squawk implementation of threads. |
| Uses of GlobalStaticFields in com.sun.squawk.imp |
|---|
| Classes in com.sun.squawk.imp that implement GlobalStaticFields | |
|---|---|
class |
ImpGlobal
|
| Uses of GlobalStaticFields in com.sun.squawk.util |
|---|
| Classes in com.sun.squawk.util that implement GlobalStaticFields | |
|---|---|
class |
Tracer
The Tracer class encapsulates a set of static methods that are used to emit execution traces to a print stream. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||