opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/ProfilerThread.java
@@ -130,7 +130,7 @@ // We'll skip over any stack that doesn't have any information. StackTraceElement[] threadStack = stacks.get(t); if ((threadStack == null) || (threadStack.length == 0)) if (threadStack == null || threadStack.length == 0) { continue; }