Examples of PreCopyEnumerator


Examples of org.mmtk.utility.scan.PreCopyEnumerator

     * at the completion of this routine will be reflected in the boot image.
     * Any objects referenced by those statics will be transitively included in
     * the boot image. This is called from MM_Interface.
     */
    public static final void init() {
        preCopyEnum = new PreCopyEnumerator();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.