-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
JDK-8234502 : Merge GenCollectedHeap and SerialHeap #16623
Conversation
👋 Welcome back LizBing! A progress list of the required criteria for merging this PR into |
Webrevs
|
/label add hotspot-gc |
@LizBing |
/reviewers 2 reviewer |
Maybe there is some misinterpretation about the ticket description, but I'd expect Could you enable GHA (https://wiki.openjdk.org/display/SKARA/Testing) to catch potential issues for all platforms? It should show sth like "19 successful checks", e.g. in #16560. |
done! |
src/hotspot/share/gc/shenandoah/shenandoahMonitoringSupport.hpp
Outdated
Show resolved
Hide resolved
I just noticed I referred to the wrong PR number in my previous msg... Could you resolve the conflict now that that PR is merged? |
ok! |
@LizBing this pull request can not be integrated into git checkout serialgc
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
I will open another pr later. |
Both reusing this PR and creating another one are fine, IMO. |
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/16623/head:pull/16623
$ git checkout pull/16623
Update a local copy of the PR:
$ git checkout pull/16623
$ git pull https://git.openjdk.org/jdk.git pull/16623/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 16623
View PR using the GUI difftool:
$ git pr show -t 16623
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/16623.diff
Webrev
Link to Webrev Comment