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

8273459: Update code segment alignment to 64 bytes #862

Closed
wants to merge 1 commit into from

Conversation

asgibbons
Copy link
Contributor

@asgibbons asgibbons commented Nov 8, 2022

One of 3 dependent backports for Base64 that are required to get the real bugfix cleanly integrated. The next one will be for align32(), then followed by the buffer overrun bugfix required for Base64 decoding to work properly.

Depends on PR #860 and #861 .

Risk: I view the risk of this backport to be minimal. This code has been in use for many months with no bugs reported.

Testing: x86_64 build, affected tests, tier1

Thanks,
--Scott


Progress

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

Integration blocker

 ⚠️ Dependency #861 must be integrated first

Issue

  • JDK-8273459: Update code segment alignment to 64 bytes

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 862

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

Using diff file

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

@bridgekeeper
Copy link

bridgekeeper bot commented Nov 8, 2022

👋 Welcome back asgibbons! A progress list of the required criteria for merging this PR into pr/861 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 53b25bce878bc291f3a217da7c26fd3097f18cfd 8273459: Update code segment alignment to 64 bytes Nov 8, 2022
@openjdk
Copy link

openjdk bot commented Nov 8, 2022

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

@openjdk openjdk bot added backport clean rfr Pull request is ready for review labels Nov 8, 2022
@mlbridge
Copy link

mlbridge bot commented Nov 8, 2022

Webrevs

@asgibbons
Copy link
Contributor Author

/integrate
Thanks, Goetz.

@openjdk
Copy link

openjdk bot commented Nov 9, 2022

@asgibbons This pull request has not yet been marked as ready for integration.

@dwhite-intel
Copy link

/sponsor

@openjdk
Copy link

openjdk bot commented Nov 9, 2022

@dwhite-intel The change author (@asgibbons) must issue an integrate command before the integration can be sponsored.

@asgibbons
Copy link
Contributor Author

/integrate

@openjdk
Copy link

openjdk bot commented Nov 9, 2022

@asgibbons This pull request has not yet been marked as ready for integration.

@asgibbons
Copy link
Contributor Author

Created a clean PR #868

@asgibbons
Copy link
Contributor Author

Closing this because of dependent PR issues. See #861 for details.

@asgibbons asgibbons closed this Nov 10, 2022
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
2 participants