-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b25
Right now when a test times out, the failure handler configurations in test/failure_handler/src/share/conf/common.properties runs (among many other commands), the "jcmd Thread.dump_to_file" command. This generates the thread dumps and writes it to a file. However, that generated file isn't easily accessible through the processes.html file that gets generated by this timeout handler action.
Now that we have been running some jobs in our CI with virtual threads, it would make debugging easier if these thread dump file are easily accessible (since these are the only thread dumps that display the virtual threads).
Now that we have been running some jobs in our CI with virtual threads, it would make debugging easier if these thread dump file are easily accessible (since these are the only thread dumps that display the virtual threads).
- relates to
-
JDK-8316946 jtreg failure handler pages are mislabelling the jcmd/thread/dump_to_file results.
- Resolved