On Wed, 23 Apr 2025 20:01:00 GMT, Alex Menkov <amen...@openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add comment > > test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001.java > line 250: > >> 248: setupBreakpointForCommunication(debuggeeClass); >> 249: bpRequest.disable(); >> 250: bpRequest.setSuspendPolicy(EventRequest.SUSPEND_ALL); > > Could you please add a comment that setupBreakpointForCommunication creates > request with SUSPEND_EVENT_THREAD policy, need to change it to SUSPEND_ALL Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24811#discussion_r2056875088