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

matthew_swift
20.44.2009 f4e5dd5462cbb9e44347d9bbf06e9b90ad353191
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1327,6 +1327,10 @@
      }
      // Ensure that the timer thread has started.
      TimeThread.start();
      // Mark the current time as the start time.
      startUpTime  = System.currentTimeMillis();
      startTimeUTC = TimeThread.getGMTTime();
@@ -8413,6 +8417,9 @@
    removeAllErrorLogPublishers();
    removeAllDebugLogPublishers();
    // Now that the loggers are disabled we can shutdown the timer.
    TimeThread.stop();
    // Just in case there's something that isn't shut down properly, wait for
    // the monitor to give the OK to stop.
    shutdownMonitor.waitForMonitor();