On Mon, 8 Jun 2026 14:44:49 GMT, Chris Plummer <[email protected]> wrote:
> Consider this to be a prototype. I'm open to discussion on other possible > solutions. I also still need to update the JDI specs to reflect these changes. It looks like reasonable approach and would be good to get the IDEs/debugger to try it out. As always then touching the debugger protocol is to know what the behavior is when the target VM is an older release and doesn't support the INVOKE_DISABLE_COLLECTION option. If it's not an error already then it might require a tool-side check so that invokeMethod and newInstance throws if the target VM is < 28. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31421#issuecomment-4652339219
