Which of the following will force a JVM thread dump.

A.
kill –9 <processrid>
B.
F SERVERNAME,JAVADUMP
C.
Using the wsadmin command prompt: jvm = AdminControl.completeServerNameList(“type:JVM,process:server1,*”) AdminControl.invoke(jvm, “dumpAllThreads”)
D.
Using the wsadmin command prompt: jvm = AdminControl.completeServerNameList(“type:JVM,process:server1,*”) AdminControl.invoke(jvm, “dumpThreads”)