I am calling a vendor\'s Java API, and on some servers it appears that the JVM goes into a low priority polling loop after logging into the API (CPU at 100% usage). The sam
If JConsole can't be used you can
kill -3
to get a full Thread Dump. This doesn't affect performance and can always be run in production.