RFR: 8275150: URLClassLoaderTable should store OopHandle instead of Handle

Calvin Cheung ccheung at openjdk.java.net
Mon Oct 18 18:08:51 UTC 2021


On Mon, 18 Oct 2021 07:12:56 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Please review this small patch for storing the URLClassLoader as OopHandle instead of Handle.
>> It is to avoid running into the same issue as in JDK-8274753.
>> 
>> Passed tiers 1 and 2 tests.
>
> Looks good. Thanks for fixing.

Thanks @stefank and @yminqi for the review.

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

PR: https://git.openjdk.java.net/jdk/pull/5972


More information about the hotspot-runtime-dev mailing list