RFR: 8282142: [TestCase] compiler/inlining/ResolvedClassTest.java will fail when --with-jvm-features=-compiler1 [v2]
Haomin
duke at openjdk.java.net
Mon Feb 28 07:17:49 UTC 2022
On Mon, 28 Feb 2022 06:41:43 GMT, Haomin <duke at openjdk.java.net> wrote:
>> 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
> > /integrate
>
> Let's wait for two days to see if @dean-long and others have better solution.
Sure. Thank you, jiege
-------------
PR: https://git.openjdk.java.net/jdk/pull/7541
More information about the hotspot-compiler-dev
mailing list