Withdrawn: 8292916: Streamline LoaderConstraint purging

Coleen Phillimore coleenp at openjdk.org
Thu Sep 1 20:21:41 UTC 2022


On Thu, 25 Aug 2022 12:56:29 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> The code to purge loader constraints walks through the class loader list of an unloaded class, and then asserts that the there are no leftovers. It can just directly remove the list of loaders without that walk.
> 
> Also I left the variable name 'probe' to help with diffs for [JDK-8291969](https://bugs.openjdk.org/browse/JDK-8291969) a little, but it's a bad variable name.
> 
> Tested with tier1-3 which contains jck tests.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-runtime-dev mailing list