Integrated: 8275150: URLClassLoaderTable should store OopHandle instead of Handle

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


On Fri, 15 Oct 2021 20:35:15 GMT, Calvin Cheung <ccheung 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.

This pull request has now been integrated.

Changeset: bad75e67
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/bad75e6796aa7940a9418e317021242ba11d8d50
Stats:     6 lines in 1 file changed: 1 ins; 0 del; 5 mod

8275150: URLClassLoaderTable should store OopHandle instead of Handle

Reviewed-by: stefank, minqi

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

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


More information about the hotspot-runtime-dev mailing list