-
Notifications
You must be signed in to change notification settings - Fork 8
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
8295110: RISC-V: Mark out relocations as incompressible #45
base: riscv-port
Are you sure you want to change the base?
Conversation
👋 Welcome back dzhang! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
/issue 8305112 8295396 8305512 |
@DingliZhang Adding additional issue to issue list: Adding additional issue to issue list: |
Testing of fastdebug is ongoing, I will update later. |
Hi,
Please help review this backport to riscv-port-jdk11u.
This backport contains multiple issues:
The original patch cannot be directly applied because of riscv-port-jdk11u do not have ZGC andsome minor conflict resolution.
Another conflict is that we do not have the refactoring
8295270: RISC-V: Clean up and refactoring for assembler functions
on 11u.It's also worth mentioning that there are some changes to the
8295110
implementation because jdk11u uses gnu++98 which cannot use lambda.Testing:
Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/riscv-port-jdk11u.git pull/45/head:pull/45
$ git checkout pull/45
Update a local copy of the PR:
$ git checkout pull/45
$ git pull https://git.openjdk.org/riscv-port-jdk11u.git pull/45/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 45
View PR using the GUI difftool:
$ git pr show -t 45
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/riscv-port-jdk11u/pull/45.diff
Using Webrev
Link to Webrev Comment