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

8253639: Change os::attempt_reserve_memory_at parameter order #699

Closed
wants to merge 1 commit into from

Conversation

phohensee
Copy link
Member

@phohensee phohensee commented Dec 7, 2021

This is a pre-requisite to the 11u backport of JDK-8255254, see #578.

No semantic changes, just a parameter reorder.

Applies cleanly net of context, patching os_solaris.cpp in the same manner as os_linux.cpp, and eliminating the original patch's change to split_reserved_memory in os_windows.cpp since attempt_reserve_memory_at is unused therein for 11u.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8253639: Change os::attempt_reserve_memory_at parameter order

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/699/head:pull/699
$ git checkout pull/699

Update a local copy of the PR:
$ git checkout pull/699
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/699/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 699

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/699.diff

@bridgekeeper
Copy link

bridgekeeper bot commented Dec 7, 2021

👋 Welcome back phh! 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 openjdk bot changed the title Backport ca1ed16292492d256d076122d124be8978fce4c3 8253639: Change os::attempt_reserve_memory_at parameter order Dec 7, 2021
@openjdk
Copy link

openjdk bot commented Dec 7, 2021

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

@openjdk openjdk bot added backport rfr Pull request is ready for review labels Dec 7, 2021
@mlbridge
Copy link

mlbridge bot commented Dec 7, 2021

Webrevs

@VladimirKempik
Copy link

VladimirKempik commented Dec 8, 2021

Hello, have you tried to build solaris ( at least the hotspot) with the patch to make sure everything is still ok there ?
I have triggered solaris builds in our infra to check that.

@VladimirKempik
Copy link

Hotspot on solaris still can be built with these patches

@VladimirKempik
Copy link

I now doubt it should be pushed to jdk11u. check this comment - #580 (comment)

@phohensee
Copy link
Member Author

Closing due to maintainer preference, see #578.

@phohensee phohensee closed this Dec 9, 2021
@phohensee phohensee deleted the backport-ca1ed162 branch December 9, 2021 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport rfr Pull request is ready for review
2 participants