You are viewing an older version of the site. Click here to view
the latest version of this page. (This may be a dead link, if so, try the root page of the docs
here.)
== heap_dump ==
Creates a heap dump file, and places it in the working directory, as "dump.hprof". This might throw a PluginInternalException if the heap dump tools aren't available in your JVM. Once dumped, the heap dump can be analyzed using tools such as jhat. More information about jhat can be found [http://docs.oracle.com/javase/6/docs/technotes/tools/share/jhat.html here].
=== Vital Info ===
{| style="width: 40%;" cellspacing="1" cellpadding="1" border="1" class="wikitable"
|-
! scope="col" width="20%" |
! scope="col" width="80%" |
|-
! scope="row" | Name
| heap_dump
|-
! scope="row" | Returns
| void
|-
! scope="row" | Usages
|
|-
! scope="row" | Throws
| [[../objects/ms.lang.PluginInternalException|ms.lang.PluginInternalException]]
|-
! scope="row" | Since
| 3.3.1
|-
! scope="row" | Restricted
| Yes
|-
! scope="row" | Optimizations
| None
|}
=== Usages ===
heap_dump()=== Examples === Sorry, there are no examples for this function! :(
Find a bug in this page? Edit this page yourself, then submit a pull request. (Note this page is automatically generated from the documentation in the source code.)