Sun SPOT API
Green Release  


com.sun.squawk
Class Lisp2Bitmap

java.lang.Object
  extended by com.sun.squawk.Lisp2Bitmap
All Implemented Interfaces:
com.sun.squawk.pragma.GlobalStaticFields

public final class Lisp2Bitmap
extends Object
implements com.sun.squawk.pragma.GlobalStaticFields

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.

Author:
Doug Simon

Constructor Summary
Lisp2Bitmap()
           
 
Method Summary
static void updateWriteBarrierForPointerArraycopy(Object dst, int dstPos, int length)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lisp2Bitmap

public Lisp2Bitmap()
Method Detail

updateWriteBarrierForPointerArraycopy

public static void updateWriteBarrierForPointerArraycopy(Object dst,
                                                         int dstPos,
                                                         int length)

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.