RFR: 8371821: Duplicate export of jdk.internal.util to java.net.http
Roger Riggs
rriggs at openjdk.org
Thu Nov 13 18:38:21 UTC 2025
On Thu, 13 Nov 2025 17:14:13 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Do you mind digging into if we have a javac issue or is the GenModuleInfoSource tool in the build masking this as it generates the module-info.java that is compiled.
It appears that GenModuleInfoSource does not check for duplicates.
Targets are accumulated to a Set<String> and duplicates are ignored.
Created [JDK-8371851](https://bugs.openjdk.org/browse/JDK-8371851) to track any followup.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28301#issuecomment-3529166483
More information about the net-dev
mailing list