Integrated: 8272107: Removal of Unsafe::defineAnonymousClass left a dangling C++ class

Harold Seigel hseigel at openjdk.java.net
Thu Aug 12 14:01:31 UTC 2021


On Tue, 10 Aug 2021 14:06:04 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this change to remove the now unused CPSlot class.  Uses of CPSlot have been replaced with Symbol*.  The change was tested by running JCK lang and VM tests, Mach5 tiers 1-2 on Linux, Mac OS, and WIndows and Macn5 tiers 3-5 on Linux x64.
> 
> Thanks, Harold

This pull request has now been integrated.

Changeset: 9980b413
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9980b413da47ac7dff74e66aaf12833e48fcce1d
Stats:     61 lines in 7 files changed: 4 ins; 44 del; 13 mod

8272107: Removal of Unsafe::defineAnonymousClass left a dangling C++ class

Reviewed-by: coleenp, iklam, dholmes

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

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


More information about the hotspot-dev mailing list