Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanupZipCache (0.41 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/ResourceCleaningCompilationTask.java

        }
    
        @Override
        public Boolean call() {
            try {
                return delegate.call();
            } finally {
                CompositeStoppable.stoppable(fileManager).stop();
                cleanupZipCache();
            }
        }
    
        /**
         * The javac file manager uses a shared ZIP cache which keeps file handles open
         * after compilation. It's supposed to be tunable with the -XDuseOptimizedZip parameter,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top