RFR: 8323637: Capture hotspot replay files in GHA [v4]
Magnus Ihse Bursie
ihse at openjdk.org
Mon Jan 15 11:23:32 UTC 2024
> From the bug report:
>
> jdk/.github/scripts/gen-test-results.sh is capable of capture hs_err_* file for erroneous and failed tests. They are also exposed under tag `<details><summary>View HotSpot error log</summary>`.
>
> I think we can do the same thing for replay files. A replay file is automatically generated when compiler threads encounter a fatal error. sometimes, we can only trigger the compilation error on GHA. attached replay file is invaluable.
>
> ---
>
> I have not figured out how to provoke a replay file on GHA, so this is untested, but since it is based on the hs_err logic I'm pretty confident that it works. If it turns out to be problematic, let's fix it in a follow up.
Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
Trigger GHA with empty commit
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17392/files
- new: https://git.openjdk.org/jdk/pull/17392/files/a19a333d..6f242e56
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17392&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17392&range=02-03
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/17392.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17392/head:pull/17392
PR: https://git.openjdk.org/jdk/pull/17392
More information about the build-dev
mailing list