8257668: SA JMap - skip non-java thread stack dump for heap dump
Reviewed-by: cjplummer, sspitsyn, phh
This commit is contained in:
parent
e590618962
commit
29a09c8911
@ -47,7 +47,6 @@ public class ThreadStackTrace {
|
|||||||
|
|
||||||
public void dumpStack(int maxDepth) {
|
public void dumpStack(int maxDepth) {
|
||||||
if (!thread.isJavaThread()) {
|
if (!thread.isJavaThread()) {
|
||||||
System.out.println("dumpStack: not java Thread.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user