On Wed, 24 Aug 2022 18:57:13 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> In order to help debug > [JDK-8292879](https://bugs.openjdk.org/browse/JDK-8292879) failures, turn on > class unload tracing in the debuggee and also have the debugger dump all the > debuggee output. See the CR for example output. This pull request has now been integrated. Changeset: 3e187730 Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3e187730162965981a5e6d238935e46d1015708e Stats: 25 lines in 1 file changed: 22 ins; 0 del; 3 mod 8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java Reviewed-by: amenkov, kevinw ------------- PR: https://git.openjdk.org/jdk/pull/10004