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

Serguei Spitsyn sspitsyn at openjdk.java.net
Thu Nov 5 23:02: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

LGTM++

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

Marked as reviewed by sspitsyn (Reviewer).

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


More information about the serviceability-dev mailing list