RFR: 8307652: sealed class hierarchy graph doesn't distinguish non-sealed classes
Chen Liang
liach at openjdk.org
Tue May 9 04:18:38 UTC 2023
`@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:

-------------
Commit messages:
- 8307652: sealed class hierarchy graph doesn't distinguish non-sealed classes
Changes: https://git.openjdk.org/jdk/pull/13877/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13877&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8307652
Stats: 30 lines in 1 file changed: 22 ins; 2 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/13877.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13877/head:pull/13877
PR: https://git.openjdk.org/jdk/pull/13877
More information about the build-dev
mailing list