jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

8351639: Improve debuggability of test/langtools/jdk/jshell/JdiHangingListenExecutionControlTest.java test

Open sendaoYan opened this issue 8 months ago • 5 comments
trafficstars

Hi all,

This pull request contains a backport of commit 4412c079 from the openjdk/jdk repository.

The commit being backported was authored by Jaikiran Pai on 12 Mar 2025 and was reviewed by Jan Lahoda.

Thanks!


Progress

  • [ ] JDK-8351639 needs maintainer approval
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8351639: Improve debuggability of test/langtools/jdk/jshell/JdiHangingListenExecutionControlTest.java test (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3382/head:pull/3382
$ git checkout pull/3382

Update a local copy of the PR:
$ git checkout pull/3382
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3382/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 3382

View PR using the GUI difftool:
$ git pr show -t 3382

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3382.diff

Using Webrev

Link to Webrev Comment

sendaoYan avatar Mar 19 '25 01:03 sendaoYan