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

8337669: [17u] Backport of JDK-8284047 missed to delete a file

Open RealCLanger opened this issue 6 months ago • 4 comments

The backport of JDK-8284047 to jdk17u should have deleted the file test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketBruceForceClose.java but it didn't. Let's do it now.


Progress

  • [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8337669 needs maintainer approval

Issue

  • JDK-8337669: [17u] Backport of JDK-8284047 missed to delete a file (Bug - P4 - Requested)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2767

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

Using diff file

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

Webrev

Link to Webrev Comment

RealCLanger avatar Aug 01 '24 14:08 RealCLanger