On Tue, 3 Dec 2024 13:39:04 GMT, Coleen Phillimore <cole...@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

Reply via email to