RFR: 8307977: jcmd and jstack broken for target processes running with elevated capabilities
Kevin Walls
kevinw at openjdk.org
Thu Feb 8 16:50:03 UTC 2024
On Thu, 8 Feb 2024 15:19:23 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> Will this result in files being left in /tmp that are not cleaned up during test runs?
It shouldn't... We do cleanup, VirtualMachineImpl creates the attach file and deletes it in a finally block.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17628#issuecomment-1934528586
More information about the serviceability-dev
mailing list