On Fri, 25 Jul 2025 05:45:04 GMT, Alan Bateman <al...@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