Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8273979: move some os time related functions to os_posix for POSIX platforms #2831

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rvansa
Copy link
Contributor

@rvansa rvansa commented Aug 28, 2024

Hi all,

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

The commit being backported was authored by Matthias Baesken on 23 Sep 2021 and was reviewed by David Holmes and Lutz Schmidt.

The backport applies cleanly, was created by the /backport command.

Thanks!


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8273979 needs maintainer approval

Warning

 ⚠️ Found leading lowercase letter in issue title for 8273979: move some os time related functions to os_posix for POSIX platforms

Issue

  • JDK-8273979: move some os time related functions to os_posix for POSIX platforms (Enhancement - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2831

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

Using diff file

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

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Aug 28, 2024

👋 Welcome back rvansa! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Aug 28, 2024

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot changed the title Backport 1c6fa113bd06585945e077f0d2004a291c27946d 8273979: move some os time related functions to os_posix for POSIX platforms Aug 28, 2024
@openjdk
Copy link

openjdk bot commented Aug 28, 2024

This backport pull request has now been updated with issue from the original commit.

@openjdk
Copy link

openjdk bot commented Aug 28, 2024

⚠️ @rvansa This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@openjdk openjdk bot added the rfr Pull request is ready for review label Aug 28, 2024
@mlbridge
Copy link

mlbridge bot commented Aug 28, 2024

Webrevs

@openjdk openjdk bot added the approval label Aug 29, 2024
@GoeLin
Copy link
Member

GoeLin commented Sep 5, 2024

Hi @rvansa
I am not so happy about this backport.
Simplifying another project is not an eligible reason to backport things.
Also, you did not test macos and expecially not aix. Does that still build?

@rvansa
Copy link
Contributor Author

rvansa commented Sep 5, 2024

Hi @GoeLin , understood, though I am rather trying to be honest than making up a synthetic argument. Since it was accepted in the mainline I could say that it is an improvement in code quality.

MacOS should be tested here in GHA, regrettably I don't know where to get AIX for testing.

@GoeLin
Copy link
Member

GoeLin commented Sep 12, 2024

Hi @rvansa @suchismith1993,
Suchismith, could you verify that the backport is fine on aix? Thanks!
@rvansa, you find people involved in the aix port on the corresponding project page https://wiki.openjdk.org/display/PPCAIXPort or on the OpenJDK census.

@suchismith1993
Copy link

@rvansa I am currently facing some issue with my AIX development machine. Some migration in progress.
By When are you expecting this to be tested?

@rvansa
Copy link
Contributor Author

rvansa commented Sep 25, 2024

@suchismith1993 No hurry, but it would be nice if you can try in a few weeks. Thank you!

@GoeLin
Copy link
Member

GoeLin commented Sep 30, 2024

Hi, I removed the approval label for now from the JBS issue. Label again if it is tested. Thanks.

@openjdk openjdk bot removed the approval label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport clean rfr Pull request is ready for review
Development

Successfully merging this pull request may close these issues.

3 participants