8305618: Move gcold out of tier1#13340
Conversation
|
👋 Welcome back lkorinth! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
@lkorinth This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 212 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
dholmes-ora
left a comment
There was a problem hiding this comment.
You've removed tier1_gc_gcold from tier1_gc as stated, but shouldn't that group now be renamed as it is no longer part of tier1? And does it need to be added into another tier?
+1. Shenandoah runs both gcold and gcbasher in tier3, should we run these in tier3 as well? Otherwise they would get caught by tier4, which is too long for many to run. |
|
I can add tier1_gc_gcold to tier2 or tier3 (and rename it to correct tier number), or I could just remove it and it will run in tier4. What do you prefer? |
There is some misunderstanding in the gc tiers/groups naming and usage. Thus, the gc_old tests would be executed with all other tests from hotspot_gc. And we just not going to use this test group. I am fine with renaming it and adding to the tier3 if is more convenient for openjdk users. |
I prefer tier3. GC stress tests belong there, I think. |
shipilev
left a comment
There was a problem hiding this comment.
I like this. Have you confirmed these actually run in tier3?
|
Yes, it passes and it runs gcold. |
|
/integrate |
|
Going to push as commit c0c3122.
Your commit was automatically rebased without conflicts. |
8305618: Move gcold out of tier1
Remove gcold out from tier1. Related to JDK-8298981. Moving gcbasher out of tier1 was more controversial, and will be done later --- if at all.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/13340/head:pull/13340$ git checkout pull/13340Update a local copy of the PR:
$ git checkout pull/13340$ git pull https://git.openjdk.org/jdk.git pull/13340/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 13340View PR using the GUI difftool:
$ git pr show -t 13340Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/13340.diff
Webrev
Link to Webrev Comment