Searched refs:exceptionRequestID (Results 1 – 2 of 2) sorted by relevance
77 int exceptionRequestID = -1; in runTestDeoptimizationWithExceptionHandling() local80 exceptionRequestID = requestExceptionEvent(); in runTestDeoptimizationWithExceptionHandling()86 if (exceptionRequestID != -1) { in runTestDeoptimizationWithExceptionHandling()88 waitForExceptionEvent(exceptionRequestID); in runTestDeoptimizationWithExceptionHandling()
56 int exceptionRequestID = requestExceptionCaughtEvent(); in testBreakpointOnCatch() local66 assertEquals("Invalid request ID:", exceptionRequestID, parsedEvents[0].getRequestID()); in testBreakpointOnCatch()74 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()