| 
 | " 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 | CheneyCollectorThe classic two-space Cheney garbage collector. | 
|  class | GarbageCollectorBase class for all garbage collectors. | 
|  class | GCPure static class that handles object creation and GC control and monitoring. | 
|  class | Lisp2BitmapThis class provides the interface to the bitmap created and used by the Lisp2Collectoras a write barrier and as mark bits for the young generation. | 
|  class | Lisp2CollectorCollector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins. | 
|  class | Lisp2GenerationalCollectorA collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins. | 
|  class | ServiceOperationThis class defines the global Squawk variables that are used to communicate between a normal Java thread and the Squawk system service thread. | 
|  class | VMThis 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 | VMThreadThe 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 | TracerThe 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 | |||||||||