Running this command tells the JVM to take a "heap dump snapshot" and save it to a file for processing, usually using the jhat utility (which I introduced in a previous article).
运行该命令通知JVM拍摄一个“堆转储快照”,并将其保存在一个文件中以便处理,通常使用jhat实用工具(我在上一篇文章中介绍过)。
A heap dump, also known as heap snapshot, is a dump of references between objects in memory and information about these objects.
堆转储也称为堆快照,就是内存中对象之间的参照转储,以及关于这些对象的信息。
A thread dump is a text file that contains a relatively short snapshot of the key aspects of the state of that JVM.
线程转储是一个文本文件,其中包含J VM状态的关键方面的一个相对较短的快照。
Locating exceptions in the snapshot dump.
在快照转储文件中定位异常。
Obtaining a snapshot dump: IBM runtimes.
获取一个快照转储文件:IBM运行时环境。
Dump files contain a snapshot of your program's state at some point in time, usually after a crash.
转储文件包含您的程序在某个时间点(通常在崩溃之后)的状态的快照。
Dump files contain a snapshot of your program's state at some point in time, usually after a crash.
转储文件包含您的程序在某个时间点(通常在崩溃之后)的状态的快照。
应用推荐