[jdk17u-dev] RFR: 8276799: Implementation of JEP 422: Linux/RISC-V Port [v7]
Vladimir Kempik
vkempik at openjdk.org
Mon Jul 3 18:09:59 UTC 2023
On Mon, 3 Jul 2023 18:03:50 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> > > I think we should have some more testing with debugs bit. I have some idle hardware at the moment, so I'll start a test cycle as soon as I get time.
> >
> > FYI: I have also performed a tier1 test with fastdebug build on unmatched board during the weekend, result looks good.
>
> I had one failure on visionfive 2 in tier1:
>
> ```
> java/lang/invoke/VarHandles/VarHandleTestAccessByte.java false VarHandleTestAccessByte
> test VarHandleTestAccessByte.testAccess("VarHandle -> Array", VarHandle -> Array): failure
> java.lang.AssertionError: success weakCompareAndSetRelease byte expected [true] but found [false]
> ```
----------------------------------
these tests a known to be problematic on slow platforms, have you tried to increase timeout factor to, for example, 30 ?
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1427#issuecomment-1618959841
More information about the jdk-updates-dev
mailing list