Re: RFR: 8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java [v2]

2022-08-25 Thread Kevin Walls
On Wed, 24 Aug 2022 20:03:48 GMT, Chris Plummer 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. >

Re: RFR: 8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java [v2]

2022-08-24 Thread Chris Plummer
> 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. Chris Plummer has updated the pull request incrementally with

Re: RFR: 8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java

2022-08-24 Thread Alex Menkov
On Wed, 24 Aug 2022 18:57:13 GMT, Chris Plummer 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. Marke

RFR: 8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java

2022-08-24 Thread Chris Plummer
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. - Commit messages: - Improve debuggee output. Changes: