Tobi

Results 450 comments of Tobi

> I think the way to do this is to set up a wrapper (I guess similar to [this](https://github.com/eclipse-openj9/openj9/blob/8357d17869fedf6b29018582bd88fe7b0c63ad31/runtime/zip/zipalloc.c)) that forwards all malloc and free calls (and other allocation functions...

> It would work for whatever we link it in with. If we are targeting the JCL native allocations, we would just need to link to the overrides when compiling...

jenkins test sanity.functional zlinux jdk21

More details here: https://github.com/eclipse-openj9/openj9/issues/18217#issuecomment-1790807574

> @tajila - Is there an option to turn off this JVM capability? i.e. turning off automatic adjustment of Xmx and Xms such that they are within the bounds for...

> I meant after we turn it on with the -XdynamicHeapAdjustment option, how do we turn it off? There is no way to turn it off in this case.

> In this what auto adjustment is done in the system? Yes, more specifically auto adjustment will pick a size for Xmx and Xms that will be within the bounds...

jenkins test sanity.functional alinux64 jdk17

none of the failures are related

Looking at the core, I can see that we do a decompile of all thread stacks due to a `SINGLE_STEP` event. Afterwards it looks like we attempt to call a...