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

8337038: Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java shoud set as /native

Open sendaoYan opened this issue 6 months ago • 8 comments

Hi all,

This pull request contains a backport of commit 2c9f741d from the openjdk/jdk21u-dev repository.

The commit being backported was authored by SendaoYan on 30 Jul 2024 and was reviewed by Matthias Baesken.

Thanks!


Progress

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

Issue

  • JDK-8337038: Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java shoud set as /native (Bug - P4 - Approved)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2752

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

Using diff file

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

Webrev

Link to Webrev Comment

sendaoYan avatar Jul 31 '24 00:07 sendaoYan