Integrated: JDK-8322878: Including sealing information Class.toGenericString()

Joe Darcy darcy at openjdk.org
Wed Jan 10 18:49:30 UTC 2024


On Wed, 3 Jan 2024 06:43:22 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> As recently discussed on core libs, sealed-ness information could be included in the Class.toGenericString() output, analagous to how "modifiers" that also correspond to JVM access flags are handled.
> 
> This is the initial spec, implementation, and test updated needed for that change. If there is consensus this is a reasonable direction, I'll create the CSR, etc.

This pull request has now been integrated.

Changeset: 525063be
Author:    Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/525063be90bc67257e5d9301a4270179c03ada9d
Stats:     206 lines in 2 files changed: 186 ins; 1 del; 19 mod

8322878: Including sealing information Class.toGenericString()

Co-authored-by: Pavel Rappo <prappo at openjdk.org>
Reviewed-by: rriggs

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

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


More information about the core-libs-dev mailing list