Examples of minimizeLocalICs()


Examples of com.sun.java.util.jar.pack.Package.Class.minimizeLocalICs()

        // Next, empty out of every local set the consistent entries.
        // Calculate whether there is any remaining need to have a local
        // set, and whether it needs to be locked.
        for (Iterator i = pkg.classes.iterator(); i.hasNext(); ) {
            Class cls = (Class) i.next();
            cls.minimizeLocalICs();
        }
    }

    void writeInnerClasses() throws IOException {
        for (Iterator i = pkg.getAllInnerClasses().iterator(); i.hasNext(); ) {
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.