On Tue, 30 Jun 2026 16:22:48 GMT, Jaikiran Pai <[email protected]> wrote:
>> Hmm. There are build warning for javadoc link issues like that. If those >> warnings were disabled, they should be re-enabled before integration. > > Hello Joe, this `jdk.internal.util.ReferencedKeyMap` is an internal class of > `java.base` module, exported only to select modules. So I suspect these > checks aren't run against such classes during the build (I maybe wrong, I > haven't checked). > > I've filed https://bugs.openjdk.org/browse/JDK-8387495 with a PR available > for review https://github.com/openjdk/valhalla/pull/2603 > Hello Joe, this `jdk.internal.util.ReferencedKeyMap` is an internal class of > `java.base` module, exported only to select modules. So I suspect these > checks aren't run against such classes during the build (I maybe wrong, I > haven't checked). > > I've filed https://bugs.openjdk.org/browse/JDK-8387495 with a PR available > for review > [openjdk/valhalla#2603](https://github.com/openjdk/valhalla/pull/2603) Oh, I overlooked that detail; thanks. I looking at the makefile changes and all the expected checks for the public types looked to be in place. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31123#discussion_r3500308928
