RFR: JDK-8260282: Add option to compress heap dumps created by -XX:+HeapDumpOnOutOfMemoryError [v2]

Ralf Schmelter rschmelter at openjdk.java.net
Tue Jan 26 08:01:03 UTC 2021


On Mon, 25 Jan 2021 20:36:08 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> You need to run the test with a limited sized heap. Otherwise it may impact other tests, and would need to be moved into the resourcehogs directory.

I've added a -Xmx128M. This should probably also done to TestHeapDumpOnOutOfMemoryError, which uses the same code.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2222


More information about the hotspot-runtime-dev mailing list