Integrated: 8342561: Metaspace for generated reflection classes is no longer needed

Coleen Phillimore coleenp at openjdk.org
Mon Oct 28 13:53:49 UTC 2024


On Mon, 28 Oct 2024 12:04:10 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Removed code and test for the special metaspace size for reflection DelegatingClassLoader which only had one class.  Now that it's gone, we don't need the special size.  I changed some of the test cases to use ClassMirrorHolderMetaspaceType as a smaller alternate type instead and the tests seem fine with that.
> Tested with tier1-4

This pull request has now been integrated.

Changeset: 120a9357
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/120a9357b3cf63427a6c8539128b69b11b9beca3
Stats:     52 lines in 7 files changed: 3 ins; 39 del; 10 mod

8342561: Metaspace for generated reflection classes is no longer needed

Reviewed-by: shade, stuefe

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

PR: https://git.openjdk.org/jdk/pull/21738


More information about the hotspot-dev mailing list