On Tue, 9 May 2023 04:11:03 GMT, Chen Liang <li...@openjdk.org> wrote:
> `@sealedGraph` had a mechanism to render non-sealed classes differently, but > it's useless because the graph nodes are not bordered. This patch converts > the non-sealed classes to be rendered in italics instead. > > An example of `ConstantDesc`, which has a sealed hierarchy except > `DynamicConstantDesc`: > JDK 20: >  > > This patch: >  This pull request has now been integrated. Changeset: 1451ac17 Author: Chen Liang <li...@openjdk.org> Committer: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1451ac1770aa1fde0a96e475dfe9a92bc76b4eb9 Stats: 59 lines in 1 file changed: 44 ins; 6 del; 9 mod 8307652: sealed class hierarchy graph doesn't distinguish non-sealed classes Reviewed-by: pminborg, jjg ------------- PR: https://git.openjdk.org/jdk/pull/13877