opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ProfilerThread.java
@@ -12,7 +12,7 @@ * information: "Portions Copyright [year] [name of copyright owner]". * * Copyright 2006-2008 Sun Microsystems, Inc. * Portions Copyright 2014-2015 ForgeRock AS. * Portions Copyright 2014-2016 ForgeRock AS. */ package org.opends.server.plugins.profiler; @@ -92,6 +92,7 @@ * Runs in a loop, periodically capturing a list of the stack traces for all * active threads. */ @Override public void run() { captureThread = currentThread();