RFR: 8255706: The JDWP debug agent unecessarily checks for JVMTI_ERROR_INTERRUPT after calling RawMonitorEnter

Alan Bateman alanb at openjdk.java.net
Tue Nov 3 07:22:56 UTC 2020


On Mon, 2 Nov 2020 22:11:48 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Remove code that retries if RawMonitorEnter is interrupted since that can't happen:
> 
> https://docs.oracle.com/en/java/javase/14/docs/specs/jvmti.html#RawMonitorEnter

Marked as reviewed by alanb (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/1022


More information about the serviceability-dev mailing list