[jdk18] RFR: 8278889: AArch64: [vectorapi] VectorMaskLoadStoreTest.testMaskCast() test fail [v2]
Eric Liu
eliu at openjdk.java.net
Wed Dec 22 01:41:20 UTC 2021
On Tue, 21 Dec 2021 19:35:42 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> I ran tier1 and 3 tests in `test/hotspot/jtreg/gc/stress/gcbasher/` failed on macosx-aarch64:
>
> ```
> java.lang.IllegalStateException
> at gc.stress.gcbasher.ByteCursor.readUtf8(ByteCursor.java:110)
> at gc.stress.gcbasher.Decompiler.decodeConstantPool(Decompiler.java:310)
> at gc.stress.gcbasher.Decompiler.<init>(Decompiler.java:42)
> at gc.stress.gcbasher.TestGCBasher.parseClassFiles(TestGCBasher.java:46)
> at gc.stress.gcbasher.TestGCBasher.main(TestGCBasher.java:63)
> at gc.stress.gcbasher.TestGCBasherWithG1.main(TestGCBasherWithG1.java:40)
> ```
>
> It seems new failure.
Thanks for your testing! Looks like it's the same as https://bugs.openjdk.java.net/browse/JDK-8275263.
-------------
PR: https://git.openjdk.java.net/jdk18/pull/49
More information about the hotspot-compiler-dev
mailing list