RFR: 8307652: sealed class hierarchy graph doesn't distinguish non-sealed classes
Chen Liang
liach at openjdk.org
Fri May 19 21:27:48 UTC 2023
On Fri, 12 May 2023 22:07:12 GMT, Jonathan Gibbons <jjg at 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:
>> 
>
> @minborg You should comment on this one.
>
> I'm not sure that italics by itself is a good idea.
@jonathan-gibbons Can you take a look again at the revised version?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13877#issuecomment-1555269626
More information about the build-dev
mailing list