RFR: 8300204: Sealed-class hierarchy graph missing nodes
Per Minborg
pminborg at openjdk.org
Tue May 9 06:38:23 UTC 2023
On Tue, 9 May 2023 03:11:10 GMT, Chen Liang <liach at openjdk.org> wrote:
> Please review this simple patch that fixes the package determination for nested classes in the `@sealedGraph` taglet.
>
> Current JDK 21:
> https://download.java.net/java/early_access/jdk21/docs/api/java.base/java/lang/foreign/MemoryLayout.html
> https://download.java.net/java/early_access/jdk21/docs/api/java.base/java/lang/foreign/ValueLayout.html
> 
>
> This patch:
> https://cr.openjdk.org/~liach/8300204/java.base/java/lang/foreign/MemoryLayout.html
> https://cr.openjdk.org/~liach/8300204/java.base/java/lang/foreign/ValueLayout.html
> 
Looks good to me! Thanks for providing this patch. Unfortunately, I am not a reviewer so we have to get someone else to review it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13875#issuecomment-1539537777
More information about the build-dev
mailing list