HomeSort by relevance Sort by last modified time
    Searched full:classiocache (Results 1 - 1 of 1) sorted by null

  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 373 Map classIOCache = null;
379 classIOCache = new SoftValueMap (INIT_CACHE_CAPACITY, 0.75F, SOFT_CACHE_READ_CHK_FREQUENCY, SOFT_CACHE_WRITE_CHK_FREQUENCY);
381 classIOCache = new HashMap (INIT_CACHE_CAPACITY, 0.75F);
383 final ClassPathProcessorST processor = new ClassPathProcessorST (m_coveragePath, m_canonical, mdata, m_coverageFilter, classIOCache);
395 log.trace1 ("run", "class cache size after cp scan: " + classIOCache.size ());
411 appLoader = new InstrClassLoader (m_delegate, m_coveragePath, forcedDelegationFilter, throughDelegationFilter, loadHook, classIOCache);
425 classIOCache = null;
    [all...]

Completed in 179 milliseconds