RFR: 8341649: Regressions with large metaspace apps after 8338526

Chen Liang liach at openjdk.org
Tue Dec 3 14:09:38 UTC 2024


On Tue, 3 Dec 2024 13:39:04 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>  It would be really nice if there was some ACC_ALLSTATIC which meant that the code cannot create instances of these classes but that doesn't exist.

The Lambda form implementation classes do not have any `<init>` constructor methods.  Can that clue be used by the VM, as I believe many other bytecode generation users use the same technique to create static utility classes?

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

PR Comment: https://git.openjdk.org/jdk/pull/22493#issuecomment-2514657149


More information about the core-libs-dev mailing list