mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
18.02.2007 125c6ebf5e19b6fe0b2c6cd22721884f88bea425
opendj-sdk/opends/src/server/org/opends/server/extensions/FIFOEntryCache.java
@@ -111,6 +111,14 @@
  /**
   * The reference to the Java runtime used to determine the amount of memory
   * currently in use.
   */
  private static final Runtime runtime = Runtime.getRuntime();
  // The DN of the configuration entry for this entry cache.
  private DN configEntryDN;
@@ -145,10 +153,6 @@
  // The maximum number of entries that may be held in the cache.
  private long maxEntries;
  // The reference to the Java runtime to use to determine the amount of memory
  // currently in use.
  private Runtime runtime;
  static