Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8282142: [TestCase] compiler/inlining/ResolvedClassTest.java will fai…
…l when --with-jvm-features=-compiler1

Reviewed-by: jiefu, kvn
  • Loading branch information
haominw authored and Vladimir Kozlov committed Mar 5, 2022
1 parent bae0d5e commit c459f8f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
* @test
* @bug 8279515
*
* @requires vm.flagless
* @requires vm.flagless & vm.compiler1.enabled & vm.compiler2.enabled
* @modules java.base/jdk.internal.misc
* @library /test/lib /
*
Expand Down

3 comments on commit c459f8f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@TheRealMDoerr
Copy link
Contributor

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 c459f8f Apr 25, 2022

Choose a reason for hiding this comment

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

@TheRealMDoerr the backport was successfully created on the branch TheRealMDoerr-backport-c459f8f4 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 c459f8f4 from the openjdk/jdk repository.

The commit being backported was authored by wanghaomin on 5 Mar 2022 and was reviewed by Jie Fu 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 TheRealMDoerr-backport-c459f8f4:TheRealMDoerr-backport-c459f8f4
$ git checkout TheRealMDoerr-backport-c459f8f4
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev TheRealMDoerr-backport-c459f8f4

Please sign in to comment.