Skip to content

Commit

Permalink
8323519: Add applications/ctw/modules to Hotspot tiered testing
Browse files Browse the repository at this point in the history
Reviewed-by: xliu, kvn
  • Loading branch information
shipilev committed Jan 15, 2024
1 parent 922f8e4 commit ba3c3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ tier2_compiler = \
-:hotspot_slow_compiler

tier3_compiler = \
applications/ctw/modules \
compiler/c2/ \
compiler/ciReplay/ \
compiler/compilercontrol/ \
Expand Down

9 comments on commit ba3c3bb

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shipilev
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk22u

@openjdk
Copy link

@openjdk openjdk bot commented on ba3c3bb Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shipilev the backport was successfully created on the branch backport-shipilev-ba3c3bbd in my personal fork of openjdk/jdk22u. To create a pull request with this backport targeting openjdk/jdk22u:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit ba3c3bbd from the openjdk/jdk repository.

The commit being backported was authored by Aleksey Shipilev on 15 Jan 2024 and was reviewed by Xin Liu and Vladimir Kozlov.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk22u:

$ git fetch https://github.com/openjdk-bots/jdk22u.git backport-shipilev-ba3c3bbd:backport-shipilev-ba3c3bbd
$ git checkout backport-shipilev-ba3c3bbd
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk22u.git backport-shipilev-ba3c3bbd

@shipilev
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk21u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on ba3c3bb Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shipilev the backport was successfully created on the branch backport-shipilev-ba3c3bbd in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit ba3c3bbd from the openjdk/jdk repository.

The commit being backported was authored by Aleksey Shipilev on 15 Jan 2024 and was reviewed by Xin Liu and Vladimir Kozlov.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk21u-dev:

$ git fetch https://github.com/openjdk-bots/jdk21u-dev.git backport-shipilev-ba3c3bbd:backport-shipilev-ba3c3bbd
$ git checkout backport-shipilev-ba3c3bbd
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk21u-dev.git backport-shipilev-ba3c3bbd

@shipilev
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on ba3c3bb Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shipilev the backport was successfully created on the branch backport-shipilev-ba3c3bbd in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit ba3c3bbd from the openjdk/jdk repository.

The commit being backported was authored by Aleksey Shipilev on 15 Jan 2024 and was reviewed by Xin Liu and Vladimir Kozlov.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev.git backport-shipilev-ba3c3bbd:backport-shipilev-ba3c3bbd
$ git checkout backport-shipilev-ba3c3bbd
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev.git backport-shipilev-ba3c3bbd

@shipilev
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk11u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on ba3c3bb Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shipilev Could not automatically backport ba3c3bbd to openjdk/jdk11u-dev due to conflicts in the following files:

  • test/hotspot/jtreg/TEST.groups

Please fetch the appropriate branch/commit and manually resolve these conflicts by using the following commands in your personal fork of openjdk/jdk11u-dev. Note: these commands are just some suggestions and you can use other equivalent commands you know.

# Fetch the up-to-date version of the target branch
$ git fetch --no-tags https://git.openjdk.org/jdk11u-dev.git master:master

# Check out the target branch and create your own branch to backport
$ git checkout master
$ git checkout -b backport-shipilev-ba3c3bbd

# Fetch the commit you want to backport
$ git fetch --no-tags https://git.openjdk.org/jdk.git ba3c3bbd879eaf7532663663d73e21fafc65b574

# Backport the commit
$ git cherry-pick --no-commit ba3c3bbd879eaf7532663663d73e21fafc65b574
# Resolve conflicts now

# Commit the files you have modified
$ git add files/with/resolved/conflicts
$ git commit -m 'Backport ba3c3bbd879eaf7532663663d73e21fafc65b574'

Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk11u-dev with the title Backport ba3c3bbd879eaf7532663663d73e21fafc65b574.

Below you can find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit ba3c3bbd from the openjdk/jdk repository.

The commit being backported was authored by Aleksey Shipilev on 15 Jan 2024 and was reviewed by Xin Liu and Vladimir Kozlov.

Thanks!

Please sign in to comment.