equal
deleted
inserted
replaced
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 |