-
Enhancement
-
Resolution: Not an Issue
-
P4
-
20
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 forJDK-8291969 a little, but it's a bad variable name.
Also I left the variable name 'probe' to help with diffs for
- links to
-
Review openjdk/jdk/10023