> 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.

Chen Liang has updated the pull request incrementally with one additional 
commit since the last revision:

  More restructuring

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/30435/files
  - new: https://git.openjdk.org/jdk/pull/30435/files/3d2c167b..95c97baa

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=30435&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30435&range=01-02

  Stats: 8 lines in 1 file changed: 3 ins; 2 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/30435.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30435/head:pull/30435

PR: https://git.openjdk.org/jdk/pull/30435

Reply via email to