[jboss-cvs] JBossCache/src/org/jboss/cache/pojo/memory ...

Manik Surtani msurtani at jboss.com
Wed Feb 28 13:22:55 EST 2007


  User: msurtani
  Date: 07/02/28 13:22:55

  Modified:    src/org/jboss/cache/pojo/memory  PersistentReference.java
  Log:
  JBCACHE-979
  
  Revision  Changes    Path
  1.2       +4 -0      JBossCache/src/org/jboss/cache/pojo/memory/PersistentReference.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PersistentReference.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/memory/PersistentReference.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PersistentReference.java	13 Jan 2007 15:55:07 -0000	1.1
  +++ PersistentReference.java	28 Feb 2007 18:22:55 -0000	1.2
  @@ -92,6 +92,10 @@
               // Return ths value straight from the rebuild, to guarantee the value is not destroyed if a GC happens during the rebuild reference
               return rebuildReference();
            }
  +         catch (RuntimeException re)
  +         {
  +            throw re;
  +         }
            catch (Exception e)
            {
               throw new RuntimeException(e.getMessage(), e);
  
  
  



More information about the jboss-cvs-commits mailing list