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

Backport <d4d1fbc27a2382d8d9545b7bf672cdcc81654404>

Open jyma22 opened this issue 1 month ago • 4 comments
trafficstars

Hi all,

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

The commit being backported was authored by Thomas Schatzl on Mar 3, 2022 and was reviewed by Albert Mingkun Yang and Ivan Walulya.

Thanks!


Progress

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

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 3993

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

Using diff file

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

jyma22 avatar Sep 25 '25 22:09 jyma22