Ralf Schmelter

Results 7 issues of Ralf Schmelter

This change implements a malloc trace without using the now deprecated glibc malloc hooks. This means the feature is now available on musl-based system and MacOsX too. In addition it...

This adds support for dt_filesocket to sapmachine17. In contrast to the sapmachine11 implementation, this uses Unix Domain Sockets on Windows too, since Java 16 added support for them. fixes #1611

The dt_filesocket library from sapmachine11 should be available in sapmachine 17, 21 and 22 too.

This is aa simple C-base implementation of jcmd. Apart from only taking a pid, it offers the same features, but uses much less memory (and starts vastly faster). Here is...

We often see usage of jcmd in (cloud) containers to get information needed for support. Since these environments tend to be configured with tight resources, it is important that the...

Since the glibc malloc hooks are deprecated in 2.32 and removed in 2.34, the old malloc trace will not work anymore. It should be replaced by an implementation not relying...

This is a cherry-pick from sapmachine17 plus a fix and improved error output in the test. fixes #1611