On Fri, 12 Jan 2024 10:08:57 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: c84c0ab5 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c84c0ab52d5e08a693f7ad7d9a4772d8c1eeeaa8 Stats: 17 lines in 1 file changed: 15 ins; 1 del; 1 mod 8323637: Capture hotspot replay files in GHA Reviewed-by: shade ------------- PR: https://git.openjdk.org/jdk/pull/17392