On Tue, 31 Mar 2026 14:31:09 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.
>
> Chen Liang has updated the pull request with a new target base due to a merge 
> or a rebase. The incremental webrev excludes the unrelated changes brought in 
> by the merge/rebase. The pull request contains 10 additional commits since 
> the last revision:
> 
>  - Require modifier initialization for extends setting
>  - Merge branch 'master' of https://github.com/openjdk/jdk into 
> fix/sealed-graph-internal-nodes
>  - Fix glitches in ClassBuilder uses
>  - Fix directory cleaning
>  - Fixes
>  - Merge branch 'master' of https://github.com/openjdk/jdk into 
> fix/sealed-graph-internal-nodes
>  - More restructuring
>  - Fix compile error of other javadoc tests
>  - Cleanup
>  - Stage

Thanks for the refreshed review! Ran jdk/javadoc tests locally, I think we 
should be good to go.

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

PR Comment: https://git.openjdk.org/jdk/pull/30435#issuecomment-4163346055

Reply via email to