possible bug in jdeps as ToolProvider
Alan Bateman
Alan.Bateman at oracle.com
Sat Dec 18 16:46:16 UTC 2021
On 18/12/2021 16:04, Raymond Augé wrote:
> :
>
> I believe the solution is to clear the map in [1] when jdeps finishes.
>
> Finally, I would send a PR myself except I do not (yet) have an OCA and the
> solution seems simple enough if someone can confirm that this is indeed a
> bug.
>
This looks like JDK-8277681 [1]. Not an issue when using the jdeps tool
on the command line but a potential issue when running it "in-process"
several times with ToolProvider. Can you bring this to core-libs-dev for
discussion? Mandy has already assigned it to herself and may be
planning to replace it with a per-invocation map to allow concurrent
usage rather than clearing the map to allow sequential usage.
-Alan
[1] https://bugs.openjdk.java.net/browse/JDK-8277681
More information about the jdk-dev
mailing list