Integrated: 8279917: Refactor subclassAudits in Thread to use ClassValue

Roman Kennke rkennke at openjdk.java.net
Wed Feb 2 15:00:14 UTC 2022


On Wed, 12 Jan 2022 19:39:29 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> Thread.java would benefit from a refactoring similar to JDK-8278065 to use ClassValue instead of the somewhat problematic WeakClassKey mechanism.
> 
> Testing:
>  - [x] tier1
>  - [x] tier2
>  - [x] tier3

This pull request has now been integrated.

Changeset: ce71e8b2
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ce71e8b281176d39cc879ae4ecf95f3d643ebd29
Stats:     86 lines in 1 file changed: 1 ins; 78 del; 7 mod

8279917: Refactor subclassAudits in Thread to use ClassValue

Reviewed-by: alanb, rriggs

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

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


More information about the core-libs-dev mailing list