Re: [rvm-research] Heap Dumps in Jikes

Erik Brangs <[email protected]> Fri, 25 Oct 2019 17:55:26 +0200
Newsgroups gmane.comp.java.jikes.rvm.devel
Message-ID <[email protected]>
Hi,

On 25.10.19 09:16, Johannes Sinsel wrote:
> I'm searching for a way, to create a heap dump in Jikes. Are there any by now?

Jikes RVM currently does not support creating heap dumps.

> I've found some stubs and TODOs in the code, but not a sufficient option.

I implemented a prototype for heap dump functionality for Jikes RVM a long time ago. I never made it public because it had too many limitations (bad design, didn't support all GCs, bad performance, custom format, ...).

Could you elaborate a bit on what you're trying to do?


Kind regards,

Erik Brangs