/hg/icedtea-web: Store lru after modifying the entries

asu at icedtea.classpath.org asu at icedtea.classpath.org
Wed Apr 20 06:25:13 PDT 2011


changeset bc48727cfc1a in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=bc48727cfc1a
author: Andrew Su <asu at redhat.com>
date: Wed Apr 20 09:26:50 2011 -0400

	Store lru after modifying the entries


diffstat:

 ChangeLog                                      |  5 +++++
 netx/net/sourceforge/jnlp/cache/CacheUtil.java |  1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 211a5e73d119 -r bc48727cfc1a ChangeLog
--- a/ChangeLog	Mon Apr 18 17:38:31 2011 -0400
+++ b/ChangeLog	Wed Apr 20 09:26:50 2011 -0400
@@ -1,3 +1,8 @@
+2011-04-20  Andrew Su  <asu at redhat.com>
+
+	* netx/net/sourceforge/jnlp/cache/CacheUtil.java:
+	(getCacheFile): Store lru after modifying.
+
 2011-04-18  Andrew Su  <asu at redhat.com>
 
 	* netx/net/sourceforge/jnlp/cache/CacheEntry.java:
diff -r 211a5e73d119 -r bc48727cfc1a netx/net/sourceforge/jnlp/cache/CacheUtil.java
--- a/netx/net/sourceforge/jnlp/cache/CacheUtil.java	Mon Apr 18 17:38:31 2011 -0400
+++ b/netx/net/sourceforge/jnlp/cache/CacheUtil.java	Wed Apr 20 09:26:50 2011 -0400
@@ -307,6 +307,7 @@
             if (cacheFile == null) { // We did not find a copy of it.
                 cacheFile = makeNewCacheFile(source, version);
             }
+            lruHandler.store();
             lruHandler.unlock();
         }
         return cacheFile;



More information about the distro-pkg-dev mailing list