8257668: SA JMap - skip non-java thread stack dump for heap dump

Reviewed-by: cjplummer, sspitsyn, phh
This commit is contained in:
Lin Zang 2020-12-07 04:01:51 +00:00 committed by David Holmes
parent e590618962
commit 29a09c8911

View File

@ -47,7 +47,6 @@ public class ThreadStackTrace {
public void dumpStack(int maxDepth) {
if (!thread.isJavaThread()) {
System.out.println("dumpStack: not java Thread.");
return;
}
try {