On Wed, 25 Mar 2026 17:34:21 GMT, Chen Liang <[email protected]> wrote:
> Consider jdk.incubator.vector.Vector with immediate invisible subclass > jdk.incubator.vector.AbstractVector with subclasses IntVector, etc. Currently > sealed graph renders as if the sealed hierarchy of `Vector` only has `Vector` > because AbstractVector is filtered because it is not part of the public API. > > I fixed this problem and also introduced some infrastructure for testing > general JDK-specific taglets. This particular test for sealed graph fails > without the taglet change and passes with the taglet change. This pull request has now been integrated. Changeset: 81953396 Author: Chen Liang <[email protected]> URL: https://git.openjdk.org/jdk/commit/819533964cb0fc015f51cd1deb44649f87b06f94 Stats: 265 lines in 8 files changed: 226 ins; 9 del; 30 mod 8380913: Sealed graph taglet omits public subtypes of invisible subtypes Reviewed-by: hannesw, vromero ------------- PR: https://git.openjdk.org/jdk/pull/30435
