[lworld] RFR: 8271528: [lworld] [TESTBUG] Several C2 IR tests fail on AArch64 [v2]

Nick Gasson ngasson at openjdk.java.net
Tue Aug 3 10:53:12 UTC 2021


On Tue, 3 Aug 2021 08:34:04 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> 
> I've just seen that [TestUnloadedInlineTypeField](https://github.com/openjdk/valhalla/blob/lworld/test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestUnloadedInlineTypeField.java) is not enabled for aarch64. Was that one missed?

Thanks, I missed that one. I've enabled too now (passes on AArch64).

> test/hotspot/jtreg/compiler/valhalla/inlinetypes/InlineTypes.java line 117:
> 
>> 115:         protected static final String ALLOCA_G = "(.*call,static.*wrapper for: _new_array_Java" + END;
>> 116:         // Inline type allocation
>> 117:         protected static final String MYVALUE_KLASS = "precise klass \\[(L|Q)compiler/valhalla/inlinetypes/MyValue";
> 
> Just about the variable name: Shouldn't this be `MYVALUE_ARRAY_KLASS`?

Yes, I've changed it.

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

PR: https://git.openjdk.java.net/valhalla/pull/515



More information about the valhalla-dev mailing list