On Tue, 9 May 2023 03:11:10 GMT, Chen Liang <[email protected]> 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 >  This pull request has now been integrated. Changeset: d8afc7be Author: Chen Liang <[email protected]> Committer: Jonathan Gibbons <[email protected]> URL: https://git.openjdk.org/jdk/commit/d8afc7beeb4c41c2dae4ec1dd6671464eaec4720 Stats: 9 lines in 1 file changed: 1 ins; 0 del; 8 mod 8300204: Sealed-class hierarchy graph missing nodes Reviewed-by: jjg ------------- PR: https://git.openjdk.org/jdk/pull/13875
