Skip to content

Commit

Permalink
8291809: Convert compiler/c2/cr7200264/TestSSE2IntVect.java to IR ver…
Browse files Browse the repository at this point in the history
…ification test

Reviewed-by: rcastanedalo, epeter, chagedorn
  • Loading branch information
Daniel Lundén authored and robcasloz committed Feb 5, 2024
1 parent 0377f1a commit 4da28b4
Show file tree
Hide file tree
Showing 4 changed files with 862 additions and 776 deletions.
69 changes: 0 additions & 69 deletions test/hotspot/jtreg/compiler/c2/cr7200264/TestDriver.java

This file was deleted.

3 comments on commit 4da28b4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@sendaoYan
Copy link
Member

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 4da28b4 Feb 6, 2024

Choose a reason for hiding this comment

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

@sendaoYan Could not automatically backport 4da28b40 to openjdk/jdk21u-dev due to conflicts in the following files:

  • test/hotspot/jtreg/compiler/c2/cr7200264/TestDriver.java

Please fetch the appropriate branch/commit and manually resolve these conflicts by using the following commands in your personal fork of openjdk/jdk21u-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/jdk21u-dev.git master:master

# Check out the target branch and create your own branch to backport
$ git checkout master
$ git checkout -b backport-sendaoYan-4da28b40

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

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

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

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

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

Hi all,

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

The commit being backported was authored by Daniel Lundén on 5 Feb 2024 and was reviewed by Roberto Castañeda Lozano, Emanuel Peter and Christian Hagedorn.

Thanks!

Please sign in to comment.