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

Chris Plummer cjplummer at openjdk.java.net
Thu Nov 5 21:10:03 UTC 2020


On Tue, 3 Nov 2020 07:20:34 GMT, Alan Bateman <alanb 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).

Ping! I could use one more review. Thanks!

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

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


More information about the serviceability-dev mailing list