On Mon, 2 Nov 2020 22:11:48 GMT, Chris Plummer <cjplum...@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 <cjplum...@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