RFR: 8256811: Delayed/missed jdwp class unloading events [v3]

Chris Plummer cjplummer at openjdk.org
Sat Jun 25 05:45:44 UTC 2022


On Sat, 25 Jun 2022 04:43:12 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> Chris suggested to convert this if-statement to assert.
> The concern is we want to be sure the debug agent does not skip any CLASS_UNLOAD events.
> Though, I feel that a probability to get the assert triggered is very low.

Yes, I think it should be an assert, but was not suggesting that change as part of this PR since it is pre-existing. We can file a separate CR for it.

-------------

PR: https://git.openjdk.org/jdk/pull/9168


More information about the serviceability-dev mailing list