RFR: 8362304: Fix JDWP spec w.r.t. OPAQUE_FRAME and INVALID_SLOT errors [v2]

Chris Plummer cjplummer at openjdk.org
Mon Aug 4 18:20:00 UTC 2025


On Fri, 25 Jul 2025 05:45:04 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> > I think, this issue needs a Release Note, same as the JNI related enhancement. Not sure about the JVMTI related spec update as it has pure spec clarifications which do not have even minor compatibility issues.
> 
> I agree. Also one release note to cover the 3 interfaces would be clearer than separate notes.

Keep in mind that the APIs in question do not map 1-to-1 across these interfaces. For example, NativeMethodException is unique to JDI, and JDI get/setValue() is implemented such that it cannot end up failing due to NativeMethodException. Also, JDI needed implementation changes whereas JVMTI and JDWP did not.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26336#issuecomment-3119584702


More information about the serviceability-dev mailing list