Sonia

Results 9 issues of Sonia

This PR implements more specialized logs for virtual memory APIs in the “os” namespace. It uses “os” and “map” as log tags using unified JVM logging as introduced in JEP...

ready
rfr
hotspot-runtime

Hi all, This PR contains a backport of [43c6f0b5880899b797fab2f851bd35be1c342439](https://github.com/openjdk/jdk/commit/43c6f0b5880899b797fab2f851bd35be1c342439). Patch is not clean. Test won't build in 11 because it can't find ```import jdk.internal.util.OperatingSystem```. This class was introduced in 21...

backport
rfr

Hi all, This PR contains a backport of [43c6f0b5880899b797fab2f851bd35be1c342439](https://github.com/openjdk/jdk/commit/43c6f0b5880899b797fab2f851bd35be1c342439). Patch is not clean. Test won't build in 17 because it can't find ```import jdk.internal.util.OperatingSystem```. This class was introduced in 21...

rfr
backport

Hi all, This pull request contains a backport of commit [a04c6c1a](https://github.com/openjdk/jdk/commit/a04c6c1ac663a1eab7d45913940cb6ac0af2c11c) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Prasanta Sadhukhan on 11 Sep 2023 and was...

backport
clean

Hi folks, This PR aims to fix [JDK-8329581](https://bugs.openjdk.org/browse/JDK-8329581). I think the regression got introduced in [JDK-8315458](https://bugs.openjdk.org/browse/JDK-8315458). In the issue linked above, [LauncherHelper#getMainType](https://github.com/openjdk/jdk/pull/16461/files#diff-108a3a3e3c2d108c8c7f19ea498f641413b7c9239ecd2975a6c27d904c2ba226) got removed to simplify launcher code. Previously, we...

ready
rfr
core-libs

Hi all, This PR addresses [8331858](https://bugs.openjdk.org/browse/JDK-8331858) enabling the "statistics" sub-option for jcmd VM.native_memory. Since [8256844](https://bugs.openjdk.org/browse/JDK-8256844), preinit state gets printed under "statistics" and this is also relevant for the summary state....

ready
rfr
hotspot-runtime

Hi all, This PR addresses [8332124](https://bugs.openjdk.org/browse/JDK-8332124) enabling jcmd to recognize options that look like help. Testing: - [x] Added test case passes. Thanks, Sonia --------- ### Progress - [ ]...

rfr
serviceability
hotspot-runtime

Hi folks, I'm new to the project and was working my way through the "How to run analysis" section. Just wanted to note that a python failure comes up when...