8376346: [lworld] Shenandoah support#1971
Conversation
|
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
ec65041 to
c395660
Compare
|
@shipilev This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@shipilev The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
/template append |
|
@shipilev The pull request template has been appended to the pull request body |
|
@shipilev this pull request can not be integrated into git checkout JDK-8376346-shenandoah-support
git fetch https://git.openjdk.org/valhalla.git lworld
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge lworld"
git push |
2673c63 to
c6d4cbc
Compare
Noticed that Shenandoah tests are failing in current lworld. This should fix most of the issues ahead of mainline integration.
Additional testing:
hotspot_gc_shenandoahhotspot_valhalla jdk_valhallawith-XX:+UseShenandoahGCProgress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1971/head:pull/1971$ git checkout pull/1971Update a local copy of the PR:
$ git checkout pull/1971$ git pull https://git.openjdk.org/valhalla.git pull/1971/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1971View PR using the GUI difftool:
$ git pr show -t 1971Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1971.diff