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

Chris Plummer cjplummer at openjdk.java.net
Thu Nov 5 23:20: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

This pull request has now been integrated.

Changeset: e42c1340
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e42c1340
Stats:     10 lines in 1 file changed: 0 ins; 7 del; 3 mod

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

Reviewed-by: alanb, dholmes, sspitsyn

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

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


More information about the serviceability-dev mailing list