java.rst
changeset 1648 b911a74c6e52
parent 1644 54d482709640
child 1655 1cabdf6fe296
equal deleted inserted replaced
1647:107b566e7a12 1648:b911a74c6e52
   182 
   182 
   183 Dump current thread traces and memory statistic to stdout::
   183 Dump current thread traces and memory statistic to stdout::
   184 
   184 
   185   $ kill -QUIT $PID
   185   $ kill -QUIT $PID
   186 
   186 
       
   187 Debug class loading.
       
   188 ====================
       
   189 
       
   190 To dump class loading and unloading to ``System.out`` add to ``java`` opts::
       
   191 
       
   192   $ java -XX:+TraceClassLoading -XX:+TraceClassUnloading ...
       
   193   $ java -verbose:class ...
       
   194 
       
   195 To review loaded classes explore heap dump in ``visualvm`` (visit "Classes"
       
   196 tab).
       
   197 
   187 Find jar by class.
   198 Find jar by class.
   188 ==================
   199 ==================
   189 
   200 
   190   http://mvnrepository.com/search.html?query=PKG
   201   http://mvnrepository.com/search.html?query=PKG
   191   http://www.jarfinder.com
   202   http://www.jarfinder.com