Package joust.optimisers.runnables

Examples of joust.optimisers.runnables.CleanupRunner


        // during this job. Needs to happen here so we can compute a checksum over the bytecode and
        // spot when things get sneakily changed when we weren't looking.
        OptimisationPhaseManager.register(new ChecksumRunner(), AFTER_GENERATE);

        // Close any resources that need closing...
        OptimisationPhaseManager.register(new CleanupRunner(), AFTER_GENERATE);

        StaticCompilerUtils.init(env);
    }
View Full Code Here

TOP

Related Classes of joust.optimisers.runnables.CleanupRunner

Copyright © 2018 www.massapicom. 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.