[11u] RFR (S) 8209055: c.s.t.javac.code.DeferredCompletionFailureHandler seems to use WeakHashMap incorrectly
Aleksey Shipilev
shade at redhat.com
Thu Feb 28 10:30:10 UTC 2019
On 2/28/19 11:23 AM, Langer, Christoph wrote:
>>> Therefore all this is needed:
>>> * @modules jdk.compiler/com.sun.tools.javac.api
>>> * jdk.compiler/com.sun.tools.javac.code:+open
>>> * jdk.compiler/com.sun.tools.javac.main:+open
>>>
>>> Does that make sense?
>
> Can you try run the test with only jdk.compiler/com.sun.tools.javac.main (e.g. without +open)?
Just did, it passes with:
* @modules jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.main
* jdk.compiler/com.sun.tools.javac.code:+open
Should probably go with that!
-Aleksey
More information about the jdk-updates-dev
mailing list