Dmitry - did the ToolProvider spi go away too?
On 04/05/2016 20:30, Dmitry Samersoff wrote:
Everybody,
Please review the changes:
http://cr.openjdk.java.net/~dsamersoff/JDK-8155091/webrev.03/
We are spitting tmtools (jstack, jmap, jinfo) into two separate sets
of tools to reduce a cost of SA support.
This is the last part of the split - removal of SA related code from
jstack, jmap and jinfo.
tmtools should support cooperative (attach api based) way to interact
with java process only, coredump (non-cooperative access) is supported
through a separate launcher - jhsdb.
-Dmitry