RFR: 8282142: [TestCase] compiler/inlining/ResolvedClassTest.java will fail when --with-jvm-features=-compiler1 [v2]

Jie Fu jiefu at openjdk.java.net
Mon Feb 28 06:34:53 UTC 2022


On Mon, 28 Feb 2022 06:20:16 GMT, Haomin <duke at openjdk.java.net> wrote:

>> …l when --with-jvm-features=-compiler1
>
> Haomin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8282142: [TestCase] compiler/inlining/ResolvedClassTest.java will fail when --with-jvm-features=-compiler1

test/hotspot/jtreg/compiler/inlining/ResolvedClassTest.java line 28:

> 26:  * @bug 8279515
> 27:  *
> 28:  * @requires vm.flagless & vm.compMode != "Xint" & vm.compiler1.enabled & vm.compiler2.enabled

Thanks for the update.

Since there are already `vm.compiler1.enabled & vm.compiler2.enabled` and `vm.flagless`, `vm.compMode != "Xint"` seems to be unnecessary.

So we can safely drop `vm.compMode != "Xint"` even with zero-vm, right?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7541


More information about the hotspot-compiler-dev mailing list