Skip to content

Commit 29a09c8

Browse files
Lin ZangDavid Holmes
Lin Zang
authored and
David Holmes
committed
8257668: SA JMap - skip non-java thread stack dump for heap dump
Reviewed-by: cjplummer, sspitsyn, phh
1 parent e590618 commit 29a09c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ThreadStackTrace.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public StackFrameInfo stackFrameAt(int index) {
4747

4848
public void dumpStack(int maxDepth) {
4949
if (!thread.isJavaThread()) {
50-
System.out.println("dumpStack: not java Thread.");
5150
return;
5251
}
5352
try {

0 commit comments

Comments
 (0)