Package joust.joustcache

Examples of joust.joustcache.ChecksumRunner


        }

        // The post-compilation pass to populate the disk cache with the results of classes processed
        // 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.joustcache.ChecksumRunner

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.