RFR: 8318026: jcmd should provide access to low-level JVM debug information
Kevin Walls
kevinw at openjdk.org
Mon Feb 5 09:56:01 UTC 2024
On Mon, 5 Feb 2024 09:25:24 GMT, Yi Yang <yyang at openjdk.org> wrote:
> jcmd VM.debug MyDebugCode.java
Are you thinking to run some Java code in the target JVM?
VM.debug as presented here is all about inspecting JVM state, mostly using existing mechanisms but which were not already exposed in jcmd. I think this could be extended in future if needed. But I think executing arbitrary Java code is quite different and raises more questions.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17655#issuecomment-1926598031
More information about the serviceability-dev
mailing list