On Mon, 26 Oct 2020 22:16:50 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> Following JDK-8254282, it seems useful to also run tier1 tests on 32-bit >> platform, because that finds problems with runtime tests and internal >> asserts. Those problems do not show up during the plain build. Again, while >> x86_32 might not be widely deployed by itself, but 32/64 bit cleanliness >> detects bugs that manifest on ARM32 early. >> >> I did most of the work to fix all current regressions in x86_32 tier1, the >> only exception is JDK-8255331, which is supposed to be fixed by #833 > > See my comments in https://github.com/openjdk/jdk/pull/869 > See my comments in #869 See my comments in #869 as well. Let's integrate this to get the testing going, and then do cosmetic improvements. ------------- PR: https://git.openjdk.java.net/jdk/pull/830