hs/tier1 x86 compiler failure
Aleksey Shipilev
shade at redhat.com
Mon Jan 17 18:15:50 UTC 2022
On 1/17/22 6:59 PM, Andrew Haley wrote:
> I'm running into a failure in the Pre-submit tests workflow run:
>
> Linux x86 (hs/tier1 compiler)
> Run if ! grep --include=test-summary.txt -lqr build/*/test-results -e "TEST SUCCESS" ; then
> # newfailures.txt
> compiler/c2/irTests/TestIRAbs.java
> # other_errors.txt
> Error: Process completed with exit code 1.
>
> I'm working on AArch64, so I'm guessing this has nothing to do with my patch.
>
> Has anyone else seen this? If not, I'll try an x86 test build here.
I can reproduce this locally:
https://bugs.openjdk.java.net/browse/JDK-8280089
It looks like a regression from:
https://bugs.openjdk.java.net/browse/JDK-8276673
Original PR did not have GHA checks enabled, so it must have slipped through (there is a lesson
here, wink-wink):
https://github.com/openjdk/jdk/pull/6755
Let me see if I can fix this quickly.
--
Thanks,
-Aleksey
More information about the hotspot-compiler-dev
mailing list