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

Haomin duke at openjdk.java.net
Mon Feb 28 06:45:20 UTC 2022


On Mon, 28 Feb 2022 06:31:59 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> 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?

OK, DONE

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

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


More information about the hotspot-compiler-dev mailing list