download source of jstack.exe (tool for making jvm tradedump)

194 Views Asked by At

I've looked on oracle site, googled, but haven't found any download link. only doc and tutorials

Could somebody share the download link, please

1

There are 1 best solutions below

1
McPringle On BEST ANSWER

The jstack command is part of the JDK. You can find it very quick and easy by checking out the JDK source code: https://github.com/openjdk/jdk/blob/master/src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java