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

8337684: [17/11u] Revert JDK-8163921 backport

Open shipilev opened this issue 1 year ago • 3 comments
trafficstars

See the issue for more discussion and rationale. This is the actual code change, should we decide to go forward.

This is a git revert of https://github.com/openjdk/jdk17u-dev/commit/b37df147b011b23b6c7474d726710e1478af7607.


Progress

  • [ ] 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-8337684 needs maintainer approval

Issue

  • JDK-8337684: [17/11u] Revert JDK-8163921 backport (Bug - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2775

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

Using diff file

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

Webrev

Link to Webrev Comment

shipilev avatar Aug 02 '24 09:08 shipilev